diff options
author | mat <mat@FreeBSD.org> | 2007-01-09 08:25:27 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2007-01-09 08:25:27 +0800 |
commit | 024f2f3b6150b0cffa33be706b3dbf9b506e76a4 (patch) | |
tree | 63bf21b70f30b33c5f51f27ca5dcb985177d3286 | |
parent | 7552b8b645e8f3d293d7835a398bf43699c13f4e (diff) | |
download | freebsd-ports-gnome-024f2f3b6150b0cffa33be706b3dbf9b506e76a4.tar.gz freebsd-ports-gnome-024f2f3b6150b0cffa33be706b3dbf9b506e76a4.tar.zst freebsd-ports-gnome-024f2f3b6150b0cffa33be706b3dbf9b506e76a4.zip |
Update to 3.3
Restrict to perl >= 5.8 and FreeBSD >= 5
-rw-r--r-- | devel/p5-Coro/Makefile | 10 | ||||
-rw-r--r-- | devel/p5-Coro/distinfo | 6 |
2 files changed, 10 insertions, 6 deletions
diff --git a/devel/p5-Coro/Makefile b/devel/p5-Coro/Makefile index 84c84b135550..1b504378ab69 100644 --- a/devel/p5-Coro/Makefile +++ b/devel/p5-Coro/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Coro -PORTVERSION= 3.2 +PORTVERSION= 3.3 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN} @@ -31,8 +31,12 @@ MAN3= Coro.3 Coro::AIO.3 Coro::Channel.3 Coro::Handle.3 \ .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again +.if ${OSVERSION} < 500000 +IGNORE= this port is for FreeBSD 5 or above +.endif + +.if ${PERL_LEVEL} < 500800 +IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 and try again .endif post-install: diff --git a/devel/p5-Coro/distinfo b/devel/p5-Coro/distinfo index 0d8f3ac878af..aac3582e5b52 100644 --- a/devel/p5-Coro/distinfo +++ b/devel/p5-Coro/distinfo @@ -1,3 +1,3 @@ -MD5 (Coro-3.2.tar.gz) = a9e355ca6f0d4e31c11cd12ad96c1e74 -SHA256 (Coro-3.2.tar.gz) = f9eb54052df10f49b2735a5b0061004fb4ec0d186d1ddf8e0b1470899395de2d -SIZE (Coro-3.2.tar.gz) = 62516 +MD5 (Coro-3.3.tar.gz) = a902ad57f11141e2e79a69ee7bdcafd3 +SHA256 (Coro-3.3.tar.gz) = eecfb6d08bf25ab47c9f06ff6bc3211bd36d4f7ad0bf1cabe1c0efc38f5103dc +SIZE (Coro-3.3.tar.gz) = 66888 |