From owner-svn-ports-all@FreeBSD.ORG Sat Apr 11 12:13:53 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AAE9E723; Sat, 11 Apr 2015 12:13:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96AF2B8C; Sat, 11 Apr 2015 12:13:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3BCDrOq082193; Sat, 11 Apr 2015 12:13:53 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3BCDrtb082191; Sat, 11 Apr 2015 12:13:53 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201504111213.t3BCDrtb082191@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 11 Apr 2015 12:13:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383793 - head/graphics/png2html X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Apr 2015 12:13:53 -0000 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