svn commit: r383793 - head/graphics/png2html
John Marino
marino at FreeBSD.org
Sat Apr 11 12:13:53 UTC 2015
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 at 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
More information about the svn-ports-head
mailing list