svn commit: r317353 - head/graphics/pngcrush

Baptiste Daroussin bapt at FreeBSD.org
Sat May 4 21:21:33 UTC 2013


Author: bapt
Date: Sat May  4 21:21:32 2013
New Revision: 317353
URL: http://svnweb.freebsd.org/changeset/ports/317353

Log:
  Mark as broken: does not fetch

Modified:
  head/graphics/pngcrush/Makefile

Modified: head/graphics/pngcrush/Makefile
==============================================================================
--- head/graphics/pngcrush/Makefile	Sat May  4 21:20:17 2013	(r317352)
+++ head/graphics/pngcrush/Makefile	Sat May  4 21:21:32 2013	(r317353)
@@ -1,6 +1,5 @@
 # Created by: Chris D. Faulhaber <jedgar at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	pngcrush
 PORTVERSION=	1.7.51
@@ -9,10 +8,12 @@ MASTER_SITES=	SF/pmt/${PORTNAME}/${PORTV
 DISTNAME=	${PORTNAME}-${PORTVERSION}-nolib
 
 MAINTAINER=	jsa at FreeBSD.org
-COMMENT=	An optimizer for PNG files
+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-head mailing list