svn commit: r356415 - head/graphics/pngnq

Tim Bishop tdb at FreeBSD.org
Tue Jun 3 21:58:43 UTC 2014


Author: tdb
Date: Tue Jun  3 21:58:42 2014
New Revision: 356415
URL: http://svnweb.freebsd.org/changeset/ports/356415
QAT: https://qat.redports.org/buildarchive/r356415/

Log:
  - Stage support
  - Use new LIB_DEPENDS format
  
  PR:		190375
  Submitted by:	Stefan Bethke <stb at lassitu.de> (maintainer)

Modified:
  head/graphics/pngnq/Makefile

Modified: head/graphics/pngnq/Makefile
==============================================================================
--- head/graphics/pngnq/Makefile	Tue Jun  3 21:36:16 2014	(r356414)
+++ head/graphics/pngnq/Makefile	Tue Jun  3 21:58:42 2014	(r356415)
@@ -3,16 +3,16 @@
 
 PORTNAME=	pngnq
 PORTVERSION=	1.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 
 MAINTAINER=	stb at lassitu.de
 COMMENT=	A tool for quantizing PNG images in RGBA format
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
-LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png
 
 GNU_CONFIGURE=	yes
 
@@ -23,15 +23,13 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 USES=		pkgconfig
 
 PORTDOCS=	README COPYING
-PLIST_FILES=	bin/pngcomp bin/pngnq
-MAN1=		pngnq.1
+PLIST_FILES=	bin/pngcomp bin/pngnq man/man1/pngnq.1.gz
 
-NO_STAGE=	yes
 post-install:
 .if !defined(NOPORTDOCS)
-	@${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}/${DOCSDIR}
 .for i in ${PORTDOCS}
-	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}/${DOCSDIR}
 .endfor
 .endif
 


More information about the svn-ports-head mailing list