svn commit: r327901 - head/graphics/pngcrush

Eitan Adler eadler at FreeBSD.org
Sun Sep 22 23:18:59 UTC 2013


Author: eadler
Date: Sun Sep 22 23:18:58 2013
New Revision: 327901
URL: http://svnweb.freebsd.org/changeset/ports/327901

Log:
  Update to 1.7.67
  Modernize LIB_DEPENDS
  Tested with poudriere
  
  Approved by:	jsa (maintainer)

Modified:
  head/graphics/pngcrush/Makefile
  head/graphics/pngcrush/distinfo

Modified: head/graphics/pngcrush/Makefile
==============================================================================
--- head/graphics/pngcrush/Makefile	Sun Sep 22 23:14:15 2013	(r327900)
+++ head/graphics/pngcrush/Makefile	Sun Sep 22 23:18:58 2013	(r327901)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pngcrush
-PORTVERSION=	1.7.59
+PORTVERSION=	1.7.67
 CATEGORIES=	graphics
 MASTER_SITES=	SF/pmt/${PORTNAME}/${PORTVERSION}/ \
 		SF/pmt/${PORTNAME}/old-versions/1.7/${PORTVERSION}/
@@ -11,7 +11,7 @@ DISTNAME=	${PORTNAME}-${PORTVERSION}-nol
 MAINTAINER=	jsa at FreeBSD.org
 COMMENT=	Optimizer for PNG files
 
-LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png
 
 USE_XZ=		yes
 CFLAGS+=	-DPNGCRUSH_COUNT_COLORS -I${LOCALBASE}/include

Modified: head/graphics/pngcrush/distinfo
==============================================================================
--- head/graphics/pngcrush/distinfo	Sun Sep 22 23:14:15 2013	(r327900)
+++ head/graphics/pngcrush/distinfo	Sun Sep 22 23:18:58 2013	(r327901)
@@ -1,2 +1,2 @@
-SHA256 (pngcrush-1.7.59-nolib.tar.xz) = 0dd7b7d0fb73e8ce9ada44ab1690613dc58c0800806bf3b06a411d69ffd37eb0
-SIZE (pngcrush-1.7.59-nolib.tar.xz) = 56532
+SHA256 (pngcrush-1.7.67-nolib.tar.xz) = 1ed050059f38504ca9eeef5bfae88fe8c69905e7337e454254cf2fad20f8e83c
+SIZE (pngcrush-1.7.67-nolib.tar.xz) = 57908


More information about the svn-ports-all mailing list