ports/190375: graphics/pngnq maintainer updarte

Stefan Bethke stb at lassitu.de
Thu May 29 16:50:00 UTC 2014


>Number:         190375
>Category:       ports
>Synopsis:       graphics/pngnq maintainer updarte
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 29 16:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Stefan Bethke
>Release:        FreeBSD 9.2-STABLE amd64
>Organization:
>Environment:
>Description:
Update port to use proper LIB_DEPENDS, staging.
>How-To-Repeat:
>Fix:
Index: graphics/pngnq/Makefile
===================================================================
--- graphics/pngnq/Makefile	(revision 355677)
+++ graphics/pngnq/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pngnq
 PORTVERSION=	1.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 
@@ -10,9 +10,9 @@
 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 @@
 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
 
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list