ports/173206: [PATCH] graphics/apngasm: update to 2.7, take maintainership, OptionsNG

nemysis nemysis at gmx.ch
Tue Oct 30 10:20:01 UTC 2012


>Number:         173206
>Category:       ports
>Synopsis:       [PATCH] graphics/apngasm: update to 2.7, take maintainership, OptionsNG
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 30 10:20:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC
>Description:
- Update to 2.7
- Take maintainership

Makefile changed:
+LICENSE=	ZLIB
+.include <bsd.port.options.mk>
+.if ${PORT_OPTIONS:MDOCS}

Generated and tested manually, tested with port test and with RedPorts (all RELEASES, CLANG), sent with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
>How-To-Repeat:

portlint -A
looks fine.

port test: clean

Build log

https://redports.org/buildarchive/20121029195056-43450/

>Fix:

--- apngasm-2.7.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/graphics/apngasm/Makefile ./Makefile
--- /usr/ports/graphics/apngasm/Makefile	2012-06-01 07:19:37.000000000 +0200
+++ ./Makefile	2012-10-29 21:05:52.000000000 +0100
@@ -6,17 +6,15 @@
 #
 
 PORTNAME=	apngasm
-PORTVERSION=	2.6
-PORTREVISION=	1
+PORTVERSION=	2.7
 DISTVERSIONSUFFIX=-src
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
-COMMENT=	Create Animated PNG from a sequence of files
+MAINTAINER=	nemysis at gmx.ch
+COMMENT=	Creates APNG animation from PNG/TGA image sequence
 
-LICENSE=	LGPL21 LGPL3
-LICENSE_COMB=	dual
+LICENSE=	ZLIB
 
 NO_WRKSUBDIR=	yes
 
@@ -26,10 +24,11 @@
 CPPFLAGS+=	`libpng-config --I_opts`
 LDFLAGS+=	`libpng-config --ldflags`
 
-PORTDOCS=	readme.txt
 PLIST_FILES=	bin/${PORTNAME}
 
-.include <bsd.port.pre.mk>
+PORTDOCS=	readme.txt
+
+.include <bsd.port.options.mk>
 
 .if !defined(NO_SHARED)
 LIB_DEPENDS+=	png15:${PORTSDIR}/graphics/png
@@ -44,9 +43,10 @@
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
+
+.if ${PORT_OPTIONS:MDOCS}
+	${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/graphics/apngasm/distinfo ./distinfo
--- /usr/ports/graphics/apngasm/distinfo	2012-02-20 01:05:58.000000000 +0100
+++ ./distinfo	2012-10-29 20:40:03.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (apngasm-2.6-src.zip) = 1d4b63e55c241c0db4a812e6cddea48586e4275b041a1e600154c2840f4ebb06
-SIZE (apngasm-2.6-src.zip) = 11350
+SHA256 (apngasm-2.7-src.zip) = af42569666cab268a20a0754191396c9d48f4e01d6e8f93c3ae1164c3c821cc3
+SIZE (apngasm-2.7-src.zip) = 11448
--- apngasm-2.7.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list