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)
This commit is contained in:
parent
e65fc3bbc1
commit
07333b48b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326931
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue