svn commit: r387201 - head/textproc/p5-HTML-FormatText-WithLinks-AndTables
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun May 24 00:04:57 UTC 2015
Author: sunpoet
Date: Sun May 24 00:04:55 2015
New Revision: 387201
URL: https://svnweb.freebsd.org/changeset/ports/387201
Log:
- Update to 0.06
- Add LICENSE
- Sort PLIST
Changes: http://search.cpan.org/dist/HTML-FormatText-WithLinks-AndTables/Changes
Modified:
head/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile
head/textproc/p5-HTML-FormatText-WithLinks-AndTables/distinfo
head/textproc/p5-HTML-FormatText-WithLinks-AndTables/pkg-plist
Modified: head/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile
==============================================================================
--- head/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile Sun May 24 00:04:50 2015 (r387200)
+++ head/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile Sun May 24 00:04:55 2015 (r387201)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= HTML-FormatText-WithLinks-AndTables
-PORTVERSION= 0.02
-PORTREVISION= 1
+PORTVERSION= 0.06
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -11,12 +10,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Perl5 module to convert HTML to text with tables in tact
-BUILD_DEPENDS= p5-HTML-FormatText-WithLinks>=0:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks \
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-HTML-Format>=0:${PORTSDIR}/textproc/p5-HTML-Format \
+ p5-HTML-FormatText-WithLinks>=0:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks \
p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree
RUN_DEPENDS:= ${BUILD_DEPENDS}
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
USES= perl5
USE_PERL5= configure
Modified: head/textproc/p5-HTML-FormatText-WithLinks-AndTables/distinfo
==============================================================================
--- head/textproc/p5-HTML-FormatText-WithLinks-AndTables/distinfo Sun May 24 00:04:50 2015 (r387200)
+++ head/textproc/p5-HTML-FormatText-WithLinks-AndTables/distinfo Sun May 24 00:04:55 2015 (r387201)
@@ -1,2 +1,2 @@
-SHA256 (HTML-FormatText-WithLinks-AndTables-0.02.tar.gz) = 4e97159a8b8ab5ea0c417da2931221124dc0e1221a3307b270891d6f21852224
-SIZE (HTML-FormatText-WithLinks-AndTables-0.02.tar.gz) = 6937
+SHA256 (HTML-FormatText-WithLinks-AndTables-0.06.tar.gz) = e5b23f0475fb81fd6fed688bb914295a39542b3e5b43c8517494226a52d868fa
+SIZE (HTML-FormatText-WithLinks-AndTables-0.06.tar.gz) = 299894
Modified: head/textproc/p5-HTML-FormatText-WithLinks-AndTables/pkg-plist
==============================================================================
--- head/textproc/p5-HTML-FormatText-WithLinks-AndTables/pkg-plist Sun May 24 00:04:50 2015 (r387200)
+++ head/textproc/p5-HTML-FormatText-WithLinks-AndTables/pkg-plist Sun May 24 00:04:55 2015 (r387201)
@@ -1,2 +1,4 @@
-%%PERL5_MAN3%%/HTML::FormatText::WithLinks::AndTables.3.gz
%%SITE_PERL%%/HTML/FormatText/WithLinks/AndTables.pm
+%%SITE_PERL%%/HTML/FormatText/WithLinks/README.pod
+%%PERL5_MAN3%%/HTML::FormatText::WithLinks::AndTables.3.gz
+%%PERL5_MAN3%%/HTML::FormatText::WithLinks::README.3.gz
More information about the svn-ports-all
mailing list