From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 30 10:20:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5F1C51CA for ; Tue, 30 Oct 2012 10:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 344638FC12 for ; Tue, 30 Oct 2012 10:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9UAK1rU067515 for ; Tue, 30 Oct 2012 10:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9UAK1PU067505; Tue, 30 Oct 2012 10:20:01 GMT (envelope-from gnats) Resent-Date: Tue, 30 Oct 2012 10:20:01 GMT Resent-Message-Id: <201210301020.q9UAK1PU067505@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 70C55E97 for ; Tue, 30 Oct 2012 10:17:39 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id CD6C58FC08 for ; Tue, 30 Oct 2012 10:17:38 +0000 (UTC) Received: (qmail invoked by alias); 30 Oct 2012 10:12:09 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp002) with SMTP; 30 Oct 2012 11:12:09 +0100 Received: by something.email.com (sSMTP sendmail emulation); Tue, 30 Oct 2012 11:12:09 +0100 Message-Id: <20121030101739.70C55E97@hub.freebsd.org> Date: Tue, 30 Oct 2012 11:12:09 +0100 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/173206: [PATCH] graphics/apngasm: update to 2.7, take maintainership, OptionsNG Cc: jgh@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Oct 2012 10:20:01 -0000 >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 +.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@FreeBSD.org -COMMENT= Create Animated PNG from a sequence of files +MAINTAINER= nemysis@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 +PORTDOCS= readme.txt + +.include .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 +.include 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: