svn commit: r375451 - in head/graphics/gif2png: . files

Baptiste Daroussin bapt at FreeBSD.org
Wed Dec 24 12:35:13 UTC 2014


Author: bapt
Date: Wed Dec 24 12:35:11 2014
New Revision: 375451
URL: https://svnweb.freebsd.org/changeset/ports/375451
QAT: https://qat.redports.org/buildarchive/r375451/

Log:
  Update to 2.5.9 which supports png 1.5
  Remove bad and dirty png 1.5 patches

Deleted:
  head/graphics/gif2png/files/
Modified:
  head/graphics/gif2png/Makefile
  head/graphics/gif2png/distinfo

Modified: head/graphics/gif2png/Makefile
==============================================================================
--- head/graphics/gif2png/Makefile	Wed Dec 24 12:29:30 2014	(r375450)
+++ head/graphics/gif2png/Makefile	Wed Dec 24 12:35:11 2014	(r375451)
@@ -2,24 +2,23 @@
 # $FreeBSD$
 
 PORTNAME=	gif2png
-PORTVERSION=	2.5.4
-PORTREVISION=	1
+PORTVERSION=	2.5.9
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.catb.org/~esr/gif2png/
 
 MAINTAINER=	saper at saper.info
 COMMENT=	Converts GIF images to a PNG format
 
-LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png
+LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png
 
 USES=		python:run
 GNU_CONFIGURE=	yes
 
+CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
+
 PLIST_FILES=	bin/${PORTNAME} bin/web2png \
 		man/man1/gif2png.1.gz \
 		man/man1/web2png.1.gz
 
-CPPFLAGS+=	`libpng-config --I_opts`
-LDFLAGS+=	`libpng-config --L_opts`
-
 .include <bsd.port.mk>

Modified: head/graphics/gif2png/distinfo
==============================================================================
--- head/graphics/gif2png/distinfo	Wed Dec 24 12:29:30 2014	(r375450)
+++ head/graphics/gif2png/distinfo	Wed Dec 24 12:35:11 2014	(r375451)
@@ -1,2 +1,2 @@
-SHA256 (gif2png-2.5.4.tar.gz) = 0d78eb568198b568f7c1f535b9ec74fc6546864de11f57924c8e8db510423fef
-SIZE (gif2png-2.5.4.tar.gz) = 125731
+SHA256 (gif2png-2.5.9.tar.gz) = c8406b7c0c08f504952a1719e04f2366ee44c888c0edfac3a63fea2ab05b64c7
+SIZE (gif2png-2.5.9.tar.gz) = 137750


More information about the svn-ports-head mailing list