diff options
author | bapt <bapt@FreeBSD.org> | 2011-07-14 19:31:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-07-14 19:31:20 +0800 |
commit | d9d6602bbc02a9714af70578be4d3c7f19ca405f (patch) | |
tree | 08c3a09caffd5a03b7328fdd65f82a38ae13ae2c | |
parent | 70b6aa99a3b6a78730fe4435a34682cb260e106c (diff) | |
download | freebsd-ports-gnome-d9d6602bbc02a9714af70578be4d3c7f19ca405f.tar.gz freebsd-ports-gnome-d9d6602bbc02a9714af70578be4d3c7f19ca405f.tar.zst freebsd-ports-gnome-d9d6602bbc02a9714af70578be4d3c7f19ca405f.zip |
- update to 2.08
- changes: http://cpansearch.perl.org/src/NIGELM/HTML-Format-2.08/Changes
-rw-r--r-- | textproc/p5-HTML-Format/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-HTML-Format/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-HTML-Format/Makefile b/textproc/p5-HTML-Format/Makefile index 5a245c68c52b..a637d87af1d5 100644 --- a/textproc/p5-HTML-Format/Makefile +++ b/textproc/p5-HTML-Format/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTML-Format -PORTVERSION= 2.07 +PORTVERSION= 2.08 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5- 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}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp +BUILD_DEPENDS= p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \ + p5-Font-AFM>=0:${PORTSDIR}/x11-fonts/p5-Font-AFM \ + p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp RUN_DEPENDS= ${BUILD_DEPENDS} PERL_MODBUILD= yes diff --git a/textproc/p5-HTML-Format/distinfo b/textproc/p5-HTML-Format/distinfo index c14b5e252a9f..9d86b2d4d399 100644 --- a/textproc/p5-HTML-Format/distinfo +++ b/textproc/p5-HTML-Format/distinfo @@ -1,2 +1,2 @@ -SHA256 (HTML-Format-2.07.tar.gz) = 14af09186f1aa09f7e8225e5b581712fbf86eb9b1f7f31279c33f8e22fcd7160 -SIZE (HTML-Format-2.07.tar.gz) = 43317 +SHA256 (HTML-Format-2.08.tar.gz) = f38efdc075e9d18fc23ae372be9fca308ad4f603efa8fcda19b31ba342746f9c +SIZE (HTML-Format-2.08.tar.gz) = 44774 |