Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jun 2014 21:58:43 +0000 (UTC)
From:      Tim Bishop <tdb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356415 - head/graphics/pngnq
Message-ID:  <201406032158.s53Lwh6i008590@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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
 



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