From 94aa073301c1d9f6a14edb94117370c60e75d94c Mon Sep 17 00:00:00 2001 From: pmichaud Date: Wed, 25 Aug 2010 12:07:57 -0500 Subject: Complete removal of Config::INI from *+1 release. --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4aae8a0..85f7095 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ -PARROT_VER = 2.6.0 -RAKUDO_TAG = Star+0 +PARROT_VER = 2.7.0 +PARROT_REL = devel/$(PARROT_VER) +RAKUDO_TAG = 2010.08 DISTDIR = rakudo-star-$(VERSION) @@ -25,7 +26,6 @@ MODULES = \ git://github.com/moritz/Math-RungeKutta \ git://github.com/moritz/Math-Model \ git://github.com/mathw/form \ - git://github.com/tadzik/perl6-Config-INI \ git://github.com/tadzik/perl6-File-Find \ git://github.com/tadzik/perl6-Term-ANSIColor \ git://github.com/arnsholt/Algorithm-Viterbi \ @@ -57,7 +57,7 @@ $(DISTDIR): always $(PARROT_DIR): $(PARROT_TGZ) tar -C $(DISTDIR) -xvzf $(PARROT_TGZ) $(PARROT).tar.gz: - wget http://ftp.parrot.org/releases/supported/$(PARROT_VER)/$(PARROT_TGZ) + wget http://ftp.parrot.org/releases/$(PARROT_REL)/$(PARROT_TGZ) $(RAKUDO_DIR): git clone git://github.com/rakudo/rakudo.git $(RAKUDO_DIR) -- cgit v1.1