diff options
author | leeym <leeym@FreeBSD.org> | 2006-03-21 08:26:10 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2006-03-21 08:26:10 +0800 |
commit | 5f4df7d5ea50da8cc3634bd2ae6635f46626b646 (patch) | |
tree | 949d48a39cdefa9548967c48e0044823dbb6714d /devel | |
parent | 108ff7864a4bea1732c120526ccc4c49c1bc99b5 (diff) | |
download | freebsd-ports-graphics-5f4df7d5ea50da8cc3634bd2ae6635f46626b646.tar.gz freebsd-ports-graphics-5f4df7d5ea50da8cc3634bd2ae6635f46626b646.tar.zst freebsd-ports-graphics-5f4df7d5ea50da8cc3634bd2ae6635f46626b646.zip |
- update to 0.06
PR: 93820
Submitted by: Lars Balker Rasmussen <lars at balker.dk>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-UNIVERSAL-isa/Makefile | 12 | ||||
-rw-r--r-- | devel/p5-UNIVERSAL-isa/distinfo | 6 |
2 files changed, 10 insertions, 8 deletions
diff --git a/devel/p5-UNIVERSAL-isa/Makefile b/devel/p5-UNIVERSAL-isa/Makefile index 5fc40955d65..40387f7a3ee 100644 --- a/devel/p5-UNIVERSAL-isa/Makefile +++ b/devel/p5-UNIVERSAL-isa/Makefile @@ -6,14 +6,14 @@ # PORTNAME= UNIVERSAL-isa -PORTVERSION= 0.05 +PORTVERSION= 0.06 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= ../../authors/id/N/NU/NUFFIN +MASTER_SITE_SUBDIR= ../../authors/id/C/CH/CHROMATIC PKGNAMEPREFIX= p5- MAINTAINER= lars@balker.dk -COMMENT= Hack around people calling UNIVERSAL::isa() as a function +COMMENT= Try to recover from people calling UNIVERSAL::isa as a function BUILD_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils RUN_DEPENDS= ${BUILD_DEPENDS} @@ -23,7 +23,9 @@ PERL_MODBUILD= yes MAN3= UNIVERSAL::isa.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500800 -IGNORE= requires Perl 5.8 or newer. Install lang/perl5.8 and try again + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires Perl 5.6 or newer. Install lang/perl5 and try again .endif + .include <bsd.port.post.mk> diff --git a/devel/p5-UNIVERSAL-isa/distinfo b/devel/p5-UNIVERSAL-isa/distinfo index 662d83a73cd..928a5bdb4e9 100644 --- a/devel/p5-UNIVERSAL-isa/distinfo +++ b/devel/p5-UNIVERSAL-isa/distinfo @@ -1,3 +1,3 @@ -MD5 (UNIVERSAL-isa-0.05.tar.gz) = 15df976064b0b3d21b2fb8808fe9c471 -SHA256 (UNIVERSAL-isa-0.05.tar.gz) = 8efb244576684f719278ea6c27b3f76abc0031bdc3e842a41092a0be2ff14449 -SIZE (UNIVERSAL-isa-0.05.tar.gz) = 3897 +MD5 (UNIVERSAL-isa-0.06.tar.gz) = 835c9aa89e18521767c9c13b6c9f50d3 +SHA256 (UNIVERSAL-isa-0.06.tar.gz) = 0e3a6aa2ffd2bce4825be382858db1024ef4d349ecd01d5e54d5b4118ec76170 +SIZE (UNIVERSAL-isa-0.06.tar.gz) = 4443 |