Date: Tue, 10 Sep 2013 20:36:28 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326931 - head/graphics/pngcrush Message-ID: <201309102036.r8AKaSNc088107@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309102036.r8AKaSNc088107>