Date: Sun, 13 Mar 2016 14:56:47 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410992 - head/graphics/pngcrush Message-ID: <201603131456.u2DEulo6043196@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@gmail.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603131456.u2DEulo6043196>