From owner-svn-ports-head@FreeBSD.ORG Sun Nov 3 11:28:47 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2483094E; Sun, 3 Nov 2013 11:28:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EB5F829EB; Sun, 3 Nov 2013 11:28:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA3BSkUi040420; Sun, 3 Nov 2013 11:28:46 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA3BSkXK040417; Sun, 3 Nov 2013 11:28:46 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311031128.rA3BSkXK040417@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 3 Nov 2013 11:28:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332603 - head/textproc/p5-HTML-Format X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Nov 2013 11:28:47 -0000 Author: sunpoet Date: Sun Nov 3 11:28:45 2013 New Revision: 332603 URL: http://svnweb.freebsd.org/changeset/ports/332603 Log: - Update to 2.11 - Support STAGEDIR Changes: http://search.cpan.org/dist/HTML-Format/Changes Modified: head/textproc/p5-HTML-Format/Makefile (contents, props changed) head/textproc/p5-HTML-Format/distinfo (contents, props changed) head/textproc/p5-HTML-Format/pkg-plist (contents, props changed) Modified: head/textproc/p5-HTML-Format/Makefile ============================================================================== --- head/textproc/p5-HTML-Format/Makefile Sun Nov 3 10:49:05 2013 (r332602) +++ head/textproc/p5-HTML-Format/Makefile Sun Nov 3 11:28:45 2013 (r332603) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= HTML-Format -PORTVERSION= 2.10 -PORTREVISION= 1 +PORTVERSION= 2.11 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,20 +15,13 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Font-AFM>=0:${PORTSDIR}/x11-fonts/p5-Font-AFM \ p5-HTML-Tree>=3.15:${PORTSDIR}/www/p5-HTML-Tree -RUN_DEPENDS= p5-Font-AFM>=0:${PORTSDIR}/x11-fonts/p5-Font-AFM \ - p5-HTML-Tree>=3.15:${PORTSDIR}/www/p5-HTML-Tree +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp USES= perl5 USE_PERL5= modbuild INSTALL_TARGET= pure_install -MAN3= HTML::FormatPS.3 \ - HTML::FormatRTF.3 \ - HTML::FormatText.3 \ - HTML::Formatter.3 - -NO_STAGE= yes .include .if ${PERL_LEVEL} < 501400 Modified: head/textproc/p5-HTML-Format/distinfo ============================================================================== --- head/textproc/p5-HTML-Format/distinfo Sun Nov 3 10:49:05 2013 (r332602) +++ head/textproc/p5-HTML-Format/distinfo Sun Nov 3 11:28:45 2013 (r332603) @@ -1,2 +1,2 @@ -SHA256 (HTML-Format-2.10.tar.gz) = 149f4ac19733042e3f81b965047e9a053d8e5eb0832437625f4b9de860d5819a -SIZE (HTML-Format-2.10.tar.gz) = 45383 +SHA256 (HTML-Format-2.11.tar.gz) = 44a3af6b9d0184bb4cc300624352760e4435c3d802521742f42dd228e44d4a95 +SIZE (HTML-Format-2.11.tar.gz) = 48697 Modified: head/textproc/p5-HTML-Format/pkg-plist ============================================================================== --- head/textproc/p5-HTML-Format/pkg-plist Sun Nov 3 10:49:05 2013 (r332602) +++ head/textproc/p5-HTML-Format/pkg-plist Sun Nov 3 11:28:45 2013 (r332603) @@ -2,4 +2,8 @@ %%SITE_PERL%%/HTML/FormatRTF.pm %%SITE_PERL%%/HTML/FormatText.pm %%SITE_PERL%%/HTML/Formatter.pm +%%PERL5_MAN3%%/HTML::FormatPS.3.gz +%%PERL5_MAN3%%/HTML::FormatRTF.3.gz +%%PERL5_MAN3%%/HTML::FormatText.3.gz +%%PERL5_MAN3%%/HTML::Formatter.3.gz @dirrmtry %%SITE_PERL%%/HTML