summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2005-12-08 09:13:11 +0000
committerAnton Berezin <tobez@FreeBSD.org>2005-12-08 09:13:11 +0000
commit4dd9da116a531b2647998b8b9d157082a1149a09 (patch)
treeaa16c0f9aa5314c790cf80b13b6cc5cf0c617082
parent49b88710ec0bf03fdb451b82a287b9cbdefe6255 (diff)
downloadfreebsd-ports-4dd9da116a531b2647998b8b9d157082a1149a09.zip
Update to 1.03. Require perl from ports, as one of the dependecies
requires it.
-rw-r--r--textproc/p5-HTML-TagFilter/Makefile10
-rw-r--r--textproc/p5-HTML-TagFilter/distinfo6
2 files changed, 11 insertions, 5 deletions
diff --git a/textproc/p5-HTML-TagFilter/Makefile b/textproc/p5-HTML-TagFilter/Makefile
index 314ecbbcc844..4a0283bb3d05 100644
--- a/textproc/p5-HTML-TagFilter/Makefile
+++ b/textproc/p5-HTML-TagFilter/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= HTML-TagFilter
-PORTVERSION= 1.01
+PORTVERSION= 1.03
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
@@ -23,4 +23,10 @@ PERL_CONFIGURE= yes
MAN3= HTML::TagFilter.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/textproc/p5-HTML-TagFilter/distinfo b/textproc/p5-HTML-TagFilter/distinfo
index a0b6cfad1f65..db0c5dd37924 100644
--- a/textproc/p5-HTML-TagFilter/distinfo
+++ b/textproc/p5-HTML-TagFilter/distinfo
@@ -1,3 +1,3 @@
-MD5 (HTML-TagFilter-1.01.tar.gz) = 1fe4f59af3737093a908643dad493a4a
-SHA256 (HTML-TagFilter-1.01.tar.gz) = 2e786ce48248674d415f08508f8a645de236533abb2d5c84efeb4a87c9e06914
-SIZE (HTML-TagFilter-1.01.tar.gz) = 15284
+MD5 (HTML-TagFilter-1.03.tar.gz) = e61d2f180e3ba55e5d71293d472ffebb
+SHA256 (HTML-TagFilter-1.03.tar.gz) = daf228b5f964d16b4f323eff3198955649e37217791de083ffc53d2f850537f5
+SIZE (HTML-TagFilter-1.03.tar.gz) = 15977