Date: Fri, 16 Nov 2012 17:56:19 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307493 - head/graphics/png Message-ID: <201211161756.qAGHuJv2036365@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dinoex Date: Fri Nov 16 17:56:19 2012 New Revision: 307493 URL: http://svnweb.freebsd.org/changeset/ports/307493 Log: - make fetchable again Feature safe: yes Modified: head/graphics/png/Makefile Modified: head/graphics/png/Makefile ============================================================================== --- head/graphics/png/Makefile Fri Nov 16 16:52:36 2012 (r307492) +++ head/graphics/png/Makefile Fri Nov 16 17:56:19 2012 (r307493) @@ -8,7 +8,7 @@ PORTNAME= png PORTVERSION= 1.5.12 CATEGORIES= graphics -MASTER_SITES= SF/lib${PORTNAME}/lib${PORTNAME}15/${PORTVERSION} +MASTER_SITES= SF/lib${PORTNAME}/lib${PORTNAME}15/older-releases/${PORTVERSION} DISTNAME= lib${PORTNAME}-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211161756.qAGHuJv2036365>