diff options
author | wiz <wiz@pkgsrc.org> | 2015-08-17 15:46:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-08-17 15:46:59 +0000 |
commit | eba3de2145725c379d32ebc5a2e33f51e7ac23b8 (patch) | |
tree | 05d6549068be47039e0d61229a0a379ca1774770 | |
parent | ddd6b7411d718f54dd061579d310055d252792fe (diff) | |
download | pkgsrc-eba3de2145725c379d32ebc5a2e33f51e7ac23b8.tar.gz |
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.
-rw-r--r-- | graphics/gif2png/Makefile | 12 | ||||
-rw-r--r-- | graphics/gif2png/distinfo | 8 |
2 files changed, 12 insertions, 8 deletions
diff --git a/graphics/gif2png/Makefile b/graphics/gif2png/Makefile index 391a07a2881..6710a22c6bc 100644 --- a/graphics/gif2png/Makefile +++ b/graphics/gif2png/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.50 2014/12/14 15:49:34 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2015/08/17 15:46:59 wiz Exp $ -DISTNAME= gif2png-2.5.10 +DISTNAME= gif2png-2.5.11 CATEGORIES= graphics converters MASTER_SITES= http://www.catb.org/~esr/gif2png/ @@ -9,10 +9,14 @@ HOMEPAGE= http://www.catb.org/~esr/gif2png/ COMMENT= Convert GIF files to PNG LICENSE= zlib -GNU_CONFIGURE= YES - REPLACE_PYTHON+= web2png +INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX} +INSTALLATION_DIRS+= ${PKGMANDIR}/man1 + +post-install: + ${MV} ${DESTDIR}$(PREFIX)/share/man/man1/*.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 + .include "../../graphics/png/buildlink3.mk" .include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/gif2png/distinfo b/graphics/gif2png/distinfo index 032c0ccb5e8..00f00e40009 100644 --- a/graphics/gif2png/distinfo +++ b/graphics/gif2png/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2014/12/14 15:49:34 wiz Exp $ +$NetBSD: distinfo,v 1.18 2015/08/17 15:46:59 wiz Exp $ -SHA1 (gif2png-2.5.10.tar.gz) = 2be3aeabaac2e1774c85723e3cc33489ebda5775 -RMD160 (gif2png-2.5.10.tar.gz) = 004031e87942cf119572d60348fa75fa02e1c7d5 -Size (gif2png-2.5.10.tar.gz) = 138944 bytes +SHA1 (gif2png-2.5.11.tar.gz) = dd3033b4a164e813e7abd74f92851f0ac09c6080 +RMD160 (gif2png-2.5.11.tar.gz) = 37e57ecadea3107f7f8632d286317d681c419ff5 +Size (gif2png-2.5.11.tar.gz) = 31507 bytes |