From 6ff249a9c76050d87027dab10600a14bff5764be Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 17 Aug 2015 15:46:59 +0000 Subject: 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. --- graphics/gif2png/Makefile | 12 ++++++++---- graphics/gif2png/distinfo | 8 ++++---- 2 files changed, 12 insertions(+), 8 deletions(-) (limited to 'graphics') 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 -- cgit v1.2.3