aboutsummaryrefslogtreecommitdiff
path: root/graphics/pngcrush
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-09-10 20:36:27 +0000
committerJohn Marino <marino@FreeBSD.org>2013-09-10 20:36:27 +0000
commit07333b48b9cebd343502813d78a8924f0791f998 (patch)
treedaa2aed2e970323d54c53e5777ea526ee18d16ea /graphics/pngcrush
parente65fc3bbc1366cdcd2563924f16f9a9860daf3fa (diff)
downloadports-07333b48b9cebd343502813d78a8924f0791f998.tar.gz
ports-07333b48b9cebd343502813d78a8924f0791f998.zip
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)
Notes
Notes: svn path=/head/; revision=326931
Diffstat (limited to 'graphics/pngcrush')
-rw-r--r--graphics/pngcrush/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile
index 9faf92d49a1c..1cbfc1ad51cf 100644
--- a/graphics/pngcrush/Makefile
+++ b/graphics/pngcrush/Makefile
@@ -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@FreeBSD.org