diff options
author | marino <marino@FreeBSD.org> | 2015-04-11 20:13:52 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-04-11 20:13:52 +0800 |
commit | 828922e52c697ff7dd835b5944d3c8d21a13c11d (patch) | |
tree | a434aa02403f449a2a88c750f94a1a65b157bbf9 /graphics | |
parent | 62020ea780f01a0d8a949dce9b127c1f60508af5 (diff) | |
download | freebsd-ports-graphics-828922e52c697ff7dd835b5944d3c8d21a13c11d.tar.gz freebsd-ports-graphics-828922e52c697ff7dd835b5944d3c8d21a13c11d.tar.zst freebsd-ports-graphics-828922e52c697ff7dd835b5944d3c8d21a13c11d.zip |
graphics/png2html: Unbreak fetch (new site, same author)
PR: 199239
Submitted by: ports fury
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/png2html/Makefile | 5 | ||||
-rw-r--r-- | graphics/png2html/pkg-descr | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/graphics/png2html/Makefile b/graphics/png2html/Makefile index 9f64568ffbe..7b7300d3445 100644 --- a/graphics/png2html/Makefile +++ b/graphics/png2html/Makefile @@ -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 diff --git a/graphics/png2html/pkg-descr b/graphics/png2html/pkg-descr index b7cddbbc365..f9be5c63332 100644 --- a/graphics/png2html/pkg-descr +++ b/graphics/png2html/pkg-descr @@ -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 |