Date: Sat, 8 Jun 2013 17:02:58 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320273 - head/graphics/pngcrush Message-ID: <201306081702.r58H2wPQ033841@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306081702.r58H2wPQ033841>