FreeBSD Bugzilla – Attachment 129244 Details for
Bug 173206
[PATCH] graphics/apngasm: update to 2.7, take maintainership, OptionsNG
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
apngasm-2.7.patch
apngasm-2.7.patch (text/plain), 1.76 KB, created by
nemysis
on 2012-10-30 10:20:00 UTC
(
hide
)
Description:
apngasm-2.7.patch
Filename:
MIME Type:
Creator:
nemysis
Created:
2012-10-30 10:20:00 UTC
Size:
1.76 KB
patch
obsolete
>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 <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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 173206
: 129244