diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2010-03-22 13:33:12 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2010-03-22 13:33:12 +0000 |
commit | 2fb0222b3c65f62c36e5f7e3073fe66b0322156e (patch) | |
tree | 65b713df1d1533e04cbace15f5b986c806c9d71b /lang | |
parent | 3b068abf32baa7797e8603240cfa6237115e548c (diff) | |
download | ports-2fb0222b3c65f62c36e5f7e3073fe66b0322156e.tar.gz ports-2fb0222b3c65f62c36e5f7e3073fe66b0322156e.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/rakudo/Makefile | 9 | ||||
-rw-r--r-- | lang/rakudo/distinfo | 6 | ||||
-rw-r--r-- | lang/rakudo/pkg-plist | 1 |
3 files changed, 5 insertions, 11 deletions
diff --git a/lang/rakudo/Makefile b/lang/rakudo/Makefile index 764ca6a830ea..e765969219cb 100644 --- a/lang/rakudo/Makefile +++ b/lang/rakudo/Makefile @@ -6,9 +6,8 @@ # PORTNAME= rakudo -PORTVERSION= 2010.02 +PORTVERSION= 2010.03 PORTEPOCH= 1 -PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://cloud.github.com/downloads/rakudo/rakudo/ @@ -19,12 +18,6 @@ BUILD_DEPENDS= parrot>=${PARROT_VERSION}:${PORTSDIR}/lang/parrot LIB_DEPENDS= icudata:${PORTSDIR}/devel/icu RUN_DEPENDS= parrot>=${PARROT_VERSION}:${PORTSDIR}/lang/parrot -# amd64 i386 sparc -# 9-current pass pass -# 8-stable pass pass -# 7-stable pass pass -# 6-stable icu icu - .include <bsd.port.pre.mk> .if ${OSVERSION} < 700000 diff --git a/lang/rakudo/distinfo b/lang/rakudo/distinfo index f3415386745a..dfd3f33e8f8a 100644 --- a/lang/rakudo/distinfo +++ b/lang/rakudo/distinfo @@ -1,3 +1,3 @@ -MD5 (rakudo-2010.02.tar.gz) = 6c6693241f61d9fe2848d0e91279d2d1 -SHA256 (rakudo-2010.02.tar.gz) = 04d90f73090e0e4dc6149c889a8333720053ea6b07a36ede52bff58139082a4e -SIZE (rakudo-2010.02.tar.gz) = 876931 +MD5 (rakudo-2010.03.tar.gz) = 7faf7174510167c2a99c744163258100 +SHA256 (rakudo-2010.03.tar.gz) = f7ac35760886a527ed48b1ffad7b33f6a88cd7c81f8a0949ac9d4919a91aeb0b +SIZE (rakudo-2010.03.tar.gz) = 904992 diff --git a/lang/rakudo/pkg-plist b/lang/rakudo/pkg-plist index b332d12e50f3..3d39708af98e 100644 --- a/lang/rakudo/pkg-plist +++ b/lang/rakudo/pkg-plist @@ -3,6 +3,7 @@ lib/parrot/%%PARROT_VERSION%%/dynext/perl6_group.so lib/parrot/%%PARROT_VERSION%%/dynext/perl6_ops.so lib/parrot/%%PARROT_VERSION%%/dynext/perl6_ops_switch.so lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Safe.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Test.pir lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Test.pm lib/parrot/%%PARROT_VERSION%%/languages/perl6/perl6.pbc @dirrm lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib |