Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2013 11:28:46 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332603 - head/textproc/p5-HTML-Format
Message-ID:  <201311031128.rA3BSkXK040417@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>
 
 .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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311031128.rA3BSkXK040417>