svn commit: r320273 - head/graphics/pngcrush

Matthias Andree mandree at FreeBSD.org
Sat Jun 8 17:02:59 UTC 2013


Author: mandree
Date: Sat Jun  8 17:02:58 2013
New Revision: 320273
URL: http://svnweb.freebsd.org/changeset/ports/320273

Log:
  Chase relocation of upstream source, and remove BROKEN=Does not fetch.
  
  Note there are multiple pending PRs.

Modified:
  head/graphics/pngcrush/Makefile

Modified: head/graphics/pngcrush/Makefile
==============================================================================
--- head/graphics/pngcrush/Makefile	Sat Jun  8 16:26:53 2013	(r320272)
+++ head/graphics/pngcrush/Makefile	Sat Jun  8 17:02:58 2013	(r320273)
@@ -4,7 +4,7 @@
 PORTNAME=	pngcrush
 PORTVERSION=	1.7.51
 CATEGORIES=	graphics
-MASTER_SITES=	SF/pmt/${PORTNAME}/${PORTVERSION}
+MASTER_SITES=	SF/pmt/${PORTNAME}/old-versions/1.7/${PORTVERSION}/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-nolib
 
 MAINTAINER=	jsa at FreeBSD.org
@@ -12,8 +12,6 @@ COMMENT=	Optimizer for PNG files
 
 LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png
 
-BROKEN=		Does not fetch
-
 USE_XZ=		yes
 USE_GMAKE=	yes
 CFLAGS+=	-DPNGCRUSH_COUNT_COLORS -I${LOCALBASE}/include


More information about the svn-ports-all mailing list