Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 May 2014 16:42:19 +0000
From:      Stefan Bethke <stb@lassitu.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/190375: graphics/pngnq maintainer updarte
Message-ID:  <20140529164219-754147@krokodil.zs64.net>
Resent-Message-ID: <201405291650.s4TGo08N060310@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140529164219-754147>