diff options
author | sobomax <sobomax@FreeBSD.org> | 2003-02-24 03:33:58 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2003-02-24 03:33:58 +0800 |
commit | 0c2a6a274beae1876f1012480d10677e13e7d9d8 (patch) | |
tree | fd9f8bc979288ae9f44bd09afb88a6ba48c4b90b /textproc | |
parent | 00a470b4118e246a024900ab745695aee553bc15 (diff) | |
download | freebsd-ports-gnome-0c2a6a274beae1876f1012480d10677e13e7d9d8.tar.gz freebsd-ports-gnome-0c2a6a274beae1876f1012480d10677e13e7d9d8.tar.zst freebsd-ports-gnome-0c2a6a274beae1876f1012480d10677e13e7d9d8.zip |
Update to 2.03.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-HTML-Format/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-HTML-Format/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-HTML-Format/pkg-plist | 1 |
3 files changed, 6 insertions, 4 deletions
diff --git a/textproc/p5-HTML-Format/Makefile b/textproc/p5-HTML-Format/Makefile index 796805246668..995ef86884c2 100644 --- a/textproc/p5-HTML-Format/Makefile +++ b/textproc/p5-HTML-Format/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTML-Format -PORTVERSION= 1.23 +PORTVERSION= 2.03 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML @@ -14,11 +14,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= petef@FreeBSD.org -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree \ +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Font/AFM.pm:${PORTSDIR}/x11-fonts/p5-Font-AFM +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3= HTML::Formatter.3 HTML::FormatPS.3 HTML::FormatText.3 +MAN3= HTML::Formatter.3 HTML::FormatPS.3 HTML::FormatRTF.3 HTML::FormatText.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> diff --git a/textproc/p5-HTML-Format/distinfo b/textproc/p5-HTML-Format/distinfo index 5bf40eb3aa9d..1924a46b0d5f 100644 --- a/textproc/p5-HTML-Format/distinfo +++ b/textproc/p5-HTML-Format/distinfo @@ -1 +1 @@ -MD5 (HTML-Format-1.23.tar.gz) = 78f94c359a399ad8c0ead462a69243b4 +MD5 (HTML-Format-2.03.tar.gz) = a2d12c10f26ea44a3b17709d4671b8e5 diff --git a/textproc/p5-HTML-Format/pkg-plist b/textproc/p5-HTML-Format/pkg-plist index ce21f6aabdb4..c1efd13e78d7 100644 --- a/textproc/p5-HTML-Format/pkg-plist +++ b/textproc/p5-HTML-Format/pkg-plist @@ -1,4 +1,5 @@ lib/perl5/site_perl/%%PERL_VER%%/HTML/FormatPS.pm +lib/perl5/site_perl/%%PERL_VER%%/HTML/FormatRTF.pm lib/perl5/site_perl/%%PERL_VER%%/HTML/FormatText.pm lib/perl5/site_perl/%%PERL_VER%%/HTML/Formatter.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML-Format/.packlist |