summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2007-01-09 00:25:27 +0000
committerMathieu Arnold <mat@FreeBSD.org>2007-01-09 00:25:27 +0000
commit413114ce6c8e719157a2709abb75f84631fe30e6 (patch)
treec3708949df5933aabdbf0dc3cce9e6026a24c632 /devel
parentAdd a new patch to fix ACS vertical lines when UFT-8 is selected. (diff)
Update to 3.3
Restrict to perl >= 5.8 and FreeBSD >= 5
Notes
Notes: svn path=/head/; revision=181820
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Coro/Makefile10
-rw-r--r--devel/p5-Coro/distinfo6
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