svn commit: r326931 - head/graphics/pngcrush

John Marino marino at FreeBSD.org
Tue Sep 10 20:36:28 UTC 2013


Author: marino
Date: Tue Sep 10 20:36:27 2013
New Revision: 326931
URL: http://svnweb.freebsd.org/changeset/ports/326931

Log:
  graphics/pngcrush: Add archive to MASTER_SITES to unbreak fetch
  
  The distfile is frequently archived by upstream.  The previous unbreak
  fetch effort lasted less than a week!  By adding the archive location to
  the MASTER_SITES definition, we can make this port function longer.
  
  PR:		ports/179795
  Approved by:	maintainer (timeout)

Modified:
  head/graphics/pngcrush/Makefile

Modified: head/graphics/pngcrush/Makefile
==============================================================================
--- head/graphics/pngcrush/Makefile	Tue Sep 10 20:28:30 2013	(r326930)
+++ head/graphics/pngcrush/Makefile	Tue Sep 10 20:36:27 2013	(r326931)
@@ -4,7 +4,8 @@
 PORTNAME=	pngcrush
 PORTVERSION=	1.7.59
 CATEGORIES=	graphics
-MASTER_SITES=	SF/pmt/${PORTNAME}/${PORTVERSION}/
+MASTER_SITES=	SF/pmt/${PORTNAME}/${PORTVERSION}/ \
+		SF/pmt/${PORTNAME}/old-versions/1.7/${PORTVERSION}/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-nolib
 
 MAINTAINER=	jsa at FreeBSD.org


More information about the svn-ports-all mailing list