diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-02 14:11:17 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-02 14:11:17 +0000 |
commit | 76278b1f33ecb5cb158be16d9784691fcd584a8e (patch) | |
tree | 621f4f0446d4fa1c589990795bfbd3ec03b6c7b6 /graphics/gif2png | |
parent | 486435e0e2f4a0af355003a0c179fb5581f3964d (diff) |
Update to 2.5.1
PR: 86792
Submitted by: Marcin Cieslak <saper@system.pl> (maintainer)
Approved by: pav (mentor)
Notes
Notes:
svn path=/head/; revision=143970
Diffstat (limited to 'graphics/gif2png')
-rw-r--r-- | graphics/gif2png/Makefile | 5 | ||||
-rw-r--r-- | graphics/gif2png/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/graphics/gif2png/Makefile b/graphics/gif2png/Makefile index e033763aa82b..93186241d391 100644 --- a/graphics/gif2png/Makefile +++ b/graphics/gif2png/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gif2png -PORTVERSION= 2.4.6 -PORTREVISION= 1 +PORTVERSION= 2.5.1 CATEGORIES= graphics MASTER_SITES= http://www.catb.org/~esr/gif2png/ @@ -15,11 +14,11 @@ MAINTAINER= saper@system.pl COMMENT= Converts GIF images to a PNG format LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png -RUN_DEPENDS= python:${PORTSDIR}/lang/python GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" USE_GMAKE= yes +USE_PYTHON_RUN= yes MAN1= gif2png.1 web2png.1 diff --git a/graphics/gif2png/distinfo b/graphics/gif2png/distinfo index 5b4820231c69..1de59d1f2edc 100644 --- a/graphics/gif2png/distinfo +++ b/graphics/gif2png/distinfo @@ -1,2 +1,2 @@ -MD5 (gif2png-2.4.6.tar.gz) = 21326625955507ee408b34b034d4658f -SIZE (gif2png-2.4.6.tar.gz) = 78271 +MD5 (gif2png-2.5.1.tar.gz) = 85bb8ee345fc41c218de19dda0164806 +SIZE (gif2png-2.5.1.tar.gz) = 104449 |