diff options
author | culot <culot@FreeBSD.org> | 2011-04-08 21:33:01 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2011-04-08 21:33:01 +0800 |
commit | e41b0ceb5ffca10fb020dd12b0f82817ff2561ab (patch) | |
tree | 509a87c25640560be7820442b2369c4dc5c8ab56 /textproc | |
parent | 0285b63406875e8250ed6b55cb9fda0186b5405b (diff) | |
download | freebsd-ports-gnome-e41b0ceb5ffca10fb020dd12b0f82817ff2561ab.tar.gz freebsd-ports-gnome-e41b0ceb5ffca10fb020dd12b0f82817ff2561ab.tar.zst freebsd-ports-gnome-e41b0ceb5ffca10fb020dd12b0f82817ff2561ab.zip |
- Update to 2.05
Changes: http://search.cpan.org/dist/HTML-Format/Changes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-HTML-Format/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-HTML-Format/distinfo | 5 | ||||
-rw-r--r-- | textproc/p5-HTML-Format/pkg-plist | 5 |
3 files changed, 8 insertions, 7 deletions
diff --git a/textproc/p5-HTML-Format/Makefile b/textproc/p5-HTML-Format/Makefile index b2d10ff69472..40dab149a60f 100644 --- a/textproc/p5-HTML-Format/Makefile +++ b/textproc/p5-HTML-Format/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTML-Format -PORTVERSION= 2.04 +PORTVERSION= 2.05 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +15,8 @@ MAINTAINER= perl@FreeBSD.org COMMENT= A module to format HTML to text or PS BUILD_DEPENDS= ${SITE_PERL}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree \ - ${SITE_PERL}/Font/AFM.pm:${PORTSDIR}/x11-fonts/p5-Font-AFM + ${SITE_PERL}/Font/AFM.pm:${PORTSDIR}/x11-fonts/p5-Font-AFM \ + ${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/textproc/p5-HTML-Format/distinfo b/textproc/p5-HTML-Format/distinfo index 7053af6d85fb..4f523b0a6f4f 100644 --- a/textproc/p5-HTML-Format/distinfo +++ b/textproc/p5-HTML-Format/distinfo @@ -1,3 +1,2 @@ -MD5 (HTML-Format-2.04.tar.gz) = 2d287392b77c959f06397371116c2d7e -SHA256 (HTML-Format-2.04.tar.gz) = 5e71f91d97111b6912abf09b1dc7751165beec4a5b8e95aef02bc4de77ebdc7c -SIZE (HTML-Format-2.04.tar.gz) = 23260 +SHA256 (HTML-Format-2.05.tar.gz) = 86970fee56251da422f2e2af6459a8bf2cc1830141f83b45159453202a741f6a +SIZE (HTML-Format-2.05.tar.gz) = 43881 diff --git a/textproc/p5-HTML-Format/pkg-plist b/textproc/p5-HTML-Format/pkg-plist index f5d25375b559..dd896f5189c0 100644 --- a/textproc/p5-HTML-Format/pkg-plist +++ b/textproc/p5-HTML-Format/pkg-plist @@ -2,6 +2,7 @@ %%SITE_PERL%%/HTML/FormatRTF.pm %%SITE_PERL%%/HTML/FormatText.pm %%SITE_PERL%%/HTML/Formatter.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML-Format/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML-Format +%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Format/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Format +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML @dirrmtry %%SITE_PERL%%/HTML |