svn commit: r410992 - head/graphics/pngcrush

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 13 14:56:49 UTC 2016


Author: sunpoet
Date: Sun Mar 13 14:56:47 2016
New Revision: 410992
URL: https://svnweb.freebsd.org/changeset/ports/410992

Log:
  - Fix MASTER_SITES
  
  PR:		207935
  Submitted by:	Anton Sayetsky <vsasjason at gmail.com> (maintainer)

Modified:
  head/graphics/pngcrush/Makefile

Modified: head/graphics/pngcrush/Makefile
==============================================================================
--- head/graphics/pngcrush/Makefile	Sun Mar 13 14:56:40 2016	(r410991)
+++ head/graphics/pngcrush/Makefile	Sun Mar 13 14:56:47 2016	(r410992)
@@ -5,7 +5,7 @@ PORTNAME=	pngcrush
 PORTVERSION=	1.8.0
 CATEGORIES=	graphics
 MASTER_SITES=	SF/pmt/${PORTNAME}/${PORTVERSION}/ \
-		SF/pmt/${PORTNAME}/old-versions/1.7/${PORTVERSION}/
+		SF/pmt/${PORTNAME}/old-versions/${PORTVERSION:R}/${PORTVERSION}/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-nolib
 
 MAINTAINER=	vsasjason at gmail.com


More information about the svn-ports-head mailing list