diff options
author | mnag <mnag@FreeBSD.org> | 2005-10-02 22:11:17 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-10-02 22:11:17 +0800 |
commit | ea1919c27137fa8e9127d5ea1c511f2e2aaa289f (patch) | |
tree | 70592f2e58f5495bef99d24d60c1a2899d8fb2ee /graphics/gif2png | |
parent | 9af730d50cb1b4a63d9eaca4bc4a3f6cf453b426 (diff) | |
download | freebsd-ports-gnome-ea1919c27137fa8e9127d5ea1c511f2e2aaa289f.tar.gz freebsd-ports-gnome-ea1919c27137fa8e9127d5ea1c511f2e2aaa289f.tar.zst freebsd-ports-gnome-ea1919c27137fa8e9127d5ea1c511f2e2aaa289f.zip |
Update to 2.5.1
PR: 86792
Submitted by: Marcin Cieslak <saper@system.pl> (maintainer)
Approved by: pav (mentor)
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 |