Mon Aug 17 15:46:59 2015 UTC ()
Update to 2.5.11:

2.5.11 @ 2015-07-14
  Minor documentation improvements.
  Autotools cruft has been removed, the build is now a simple makefile.
  New project logo.

pkgsrc change:
manually fix the stuff that was handled by "autotools cruft" automatically.


(wiz)
diff -r1.50 -r1.51 pkgsrc/graphics/gif2png/Makefile
diff -r1.17 -r1.18 pkgsrc/graphics/gif2png/distinfo

cvs diff -r1.50 -r1.51 pkgsrc/graphics/gif2png/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/gif2png/Makefile 2014/12/14 15:49:34 1.50
+++ pkgsrc/graphics/gif2png/Makefile 2015/08/17 15:46:59 1.51
@@ -1,18 +1,22 @@ @@ -1,18 +1,22 @@
1# $NetBSD: Makefile,v 1.50 2014/12/14 15:49:34 wiz Exp $ 1# $NetBSD: Makefile,v 1.51 2015/08/17 15:46:59 wiz Exp $
2 2
3DISTNAME= gif2png-2.5.10 3DISTNAME= gif2png-2.5.11
4CATEGORIES= graphics converters 4CATEGORIES= graphics converters
5MASTER_SITES= http://www.catb.org/~esr/gif2png/ 5MASTER_SITES= http://www.catb.org/~esr/gif2png/
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://www.catb.org/~esr/gif2png/ 8HOMEPAGE= http://www.catb.org/~esr/gif2png/
9COMMENT= Convert GIF files to PNG 9COMMENT= Convert GIF files to PNG
10LICENSE= zlib 10LICENSE= zlib
11 11
12GNU_CONFIGURE= YES 
13 
14REPLACE_PYTHON+= web2png 12REPLACE_PYTHON+= web2png
15 13
 14INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX}
 15INSTALLATION_DIRS+= ${PKGMANDIR}/man1
 16
 17post-install:
 18 ${MV} ${DESTDIR}$(PREFIX)/share/man/man1/*.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 19
16.include "../../graphics/png/buildlink3.mk" 20.include "../../graphics/png/buildlink3.mk"
17.include "../../lang/python/application.mk" 21.include "../../lang/python/application.mk"
18.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"

cvs diff -r1.17 -r1.18 pkgsrc/graphics/gif2png/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/gif2png/distinfo 2014/12/14 15:49:34 1.17
+++ pkgsrc/graphics/gif2png/distinfo 2015/08/17 15:46:59 1.18
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.17 2014/12/14 15:49:34 wiz Exp $ 1$NetBSD: distinfo,v 1.18 2015/08/17 15:46:59 wiz Exp $
2 2
3SHA1 (gif2png-2.5.10.tar.gz) = 2be3aeabaac2e1774c85723e3cc33489ebda5775 3SHA1 (gif2png-2.5.11.tar.gz) = dd3033b4a164e813e7abd74f92851f0ac09c6080
4RMD160 (gif2png-2.5.10.tar.gz) = 004031e87942cf119572d60348fa75fa02e1c7d5 4RMD160 (gif2png-2.5.11.tar.gz) = 37e57ecadea3107f7f8632d286317d681c419ff5
5Size (gif2png-2.5.10.tar.gz) = 138944 bytes 5Size (gif2png-2.5.11.tar.gz) = 31507 bytes