aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2010-11-24 17:26:49 -0600
committerpmichaud <pmichaud@pobox.com>2010-11-24 17:26:49 -0600
commit5d02f3df3348acbb433b0ca69ef7393893b87858 (patch)
tree01c004c6a23ba66a6b4ca4560e45ea835bef84fe
parent8d848b7a893cfa60fef4fa5e68c96d75a4aada51 (diff)
Update Makefiles; disable neutro for this release (it doesn't build).
-rw-r--r--Makefile7
-rw-r--r--skel/build/Makefile.in3
2 files changed, 4 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index a8ea403..ea4b7f9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PARROT_VER = 2.10.1
-PARROT_REL = supported/$(PARROT_VER)
+PARROT_REL = devel/$(PARROT_VER)
RAKUDO_VER = 2010.11
DISTDIR = rakudo-star-$(VERSION)
@@ -28,7 +28,7 @@ MODULES = \
http://github.com/mathw/form \
http://github.com/tadzik/perl6-Term-ANSIColor \
http://github.com/arnsholt/Algorithm-Viterbi \
- http://gitorious.org/http-daemon/mainline \
+ http://git.gitorious.org/http-daemon/mainline \
http://github.com/jnthn/test-mock \
http://github.com/ingydotnet/yaml-pm6 \
http://github.com/moritz/json \
@@ -37,7 +37,6 @@ MODULES = \
http://github.com/cosimo/perl6-digest-md5 \
http://github.com/tadzik/perl6-File-Tools \
http://github.com/tadzik/perl6-Module-Tools \
- http://github.com/tadzik/neutro \
http://github.com/tadzik/perl6-Config-INI
@@ -69,7 +68,7 @@ $(RAKUDO_DIR): $(RAKUDO_TGZ)
mv $(DISTDIR)/rakudo-$(RAKUDO_VER) $(RAKUDO_DIR)
$(RAKUDO_TGZ):
- wget http://github.com/downloads/rakudo/rakudo/$(RAKUDO_TGZ)
+ wget --no-check-certificate https://github.com/downloads/rakudo/rakudo/$(RAKUDO_TGZ)
$(BUILD_DIR)/PARROT_REVISION: $(RAKUDO_DIR) $(RAKUDO_DIR)/build/PARROT_REVISION
cp $(RAKUDO_DIR)/build/PARROT_REVISION $(BUILD_DIR)
diff --git a/skel/build/Makefile.in b/skel/build/Makefile.in
index 22e33e1..b1653e2 100644
--- a/skel/build/Makefile.in
+++ b/skel/build/Makefile.in
@@ -72,8 +72,7 @@ MODULES = \
modules/form \
modules/perl6-digest-md5 \
modules/perl6-File-Tools \
- modules/perl6-Module-Tools \
- modules/neutro
+ modules/perl6-Module-Tools
all: rakudo