Date: Sat, 11 Apr 2015 12:13:53 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383793 - head/graphics/png2html Message-ID: <201504111213.t3BCDrtb082191@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sat Apr 11 12:13:52 2015 New Revision: 383793 URL: https://svnweb.freebsd.org/changeset/ports/383793 Log: graphics/png2html: Unbreak fetch (new site, same author) PR: 199239 Submitted by: ports fury Modified: head/graphics/png2html/Makefile head/graphics/png2html/pkg-descr Modified: head/graphics/png2html/Makefile ============================================================================== --- head/graphics/png2html/Makefile Sat Apr 11 12:10:06 2015 (r383792) +++ head/graphics/png2html/Makefile Sat Apr 11 12:13:52 2015 (r383793) @@ -5,15 +5,12 @@ PORTNAME= png2html PORTVERSION= 1.1 PORTREVISION= 10 CATEGORIES= graphics -MASTER_SITES= http://www.geoffholden.com/content/projects/png2html/ +MASTER_SITES= http://www.engr.mun.ca/~holden/ MAINTAINER= ports@FreeBSD.org COMMENT= Takes a PNG image and transforms it into HTML LICENSE= GPLv2 # (or later) -LICENSE_FILE= ${WRKSRC}/COPYING - -BROKEN= No public distfiles LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libgd.so:${PORTSDIR}/graphics/gd Modified: head/graphics/png2html/pkg-descr ============================================================================== --- head/graphics/png2html/pkg-descr Sat Apr 11 12:10:06 2015 (r383792) +++ head/graphics/png2html/pkg-descr Sat Apr 11 12:13:52 2015 (r383793) @@ -1,4 +1,4 @@ png2html takes a PNG image and transforms it into a Web page with the use of a text file. -WWW: http://www.geoffholden.com/content/projects/png2html/ +WWW: http://www.engr.mun.ca/~holden/png2html.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504111213.t3BCDrtb082191>