Date: Thu, 10 Nov 2016 01:32:50 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425824 - head/graphics/pngcrush Message-ID: <201611100132.uAA1Wo1g080512@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Thu Nov 10 01:32:50 2016 New Revision: 425824 URL: https://svnweb.freebsd.org/changeset/ports/425824 Log: Attempt to fix INDEX build on FreeBSD-9. Approved by: "just fix it" Modified: head/graphics/pngcrush/Makefile Modified: head/graphics/pngcrush/Makefile ============================================================================== --- head/graphics/pngcrush/Makefile Thu Nov 10 01:21:43 2016 (r425823) +++ head/graphics/pngcrush/Makefile Thu Nov 10 01:32:50 2016 (r425824) @@ -5,7 +5,7 @@ PORTNAME= pngcrush PORTVERSION= 1.8.7 CATEGORIES= graphics MASTER_SITES= SF/pmt/${PORTNAME}/old-versions/${PORTVERSION:R}/${PORTVERSION}/ - # SF/pmt/${PORTNAME}/${PORTVERSION}/ +# # SF/pmt/${PORTNAME}/${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?201611100132.uAA1Wo1g080512>