summaryrefslogtreecommitdiff
path: root/lang/ruby19
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2013-05-26 19:22:51 +0000
committerSteve Wills <swills@FreeBSD.org>2013-05-26 19:22:51 +0000
commit952531467395ab650b1bb866ff587a419f3cef24 (patch)
treec2294cdd246d9cf53fbebb1c578af1e8de0f55d1 /lang/ruby19
parent. trim Makefile headers; (diff)
- Update to p429
- Cleanup a bit while here, headers use spaces not tabs - Add patch for Ruby bug 8406, already fixed upstream
Notes
Notes: svn path=/head/; revision=319130
Diffstat (limited to 'lang/ruby19')
-rw-r--r--lang/ruby19/Makefile4
-rw-r--r--lang/ruby19/distinfo4
-rw-r--r--lang/ruby19/files/patch-Makfile.in10
3 files changed, 14 insertions, 4 deletions
diff --git a/lang/ruby19/Makefile b/lang/ruby19/Makefile
index faafd18b3bb3..b62088bb1f4c 100644
--- a/lang/ruby19/Makefile
+++ b/lang/ruby19/Makefile
@@ -1,4 +1,4 @@
-# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
PORTNAME= ruby
@@ -302,7 +302,7 @@ plist::
test:
@(cd ${WRKSRC}; ${MAKE} test)
-validate::
+validate:
@${MKDIR} ${WRKSRC}/rubyspec
rm -rf ${WRKSRC}/rubyspec/*
(cd ${WRKSRC}/rubyspec && git clone git://github.com/rubyspec/rubyspec.git)
diff --git a/lang/ruby19/distinfo b/lang/ruby19/distinfo
index 32347489a501..80d1e420fbdf 100644
--- a/lang/ruby19/distinfo
+++ b/lang/ruby19/distinfo
@@ -1,2 +1,2 @@
-SHA256 (ruby/ruby-1.9.3-p392.tar.bz2) = 5a7334dfdf62966879bf539b8a9f0b889df6f3b3824fb52a9303c3c3d3a58391
-SIZE (ruby/ruby-1.9.3-p392.tar.bz2) = 10024221
+SHA256 (ruby/ruby-1.9.3-p429.tar.bz2) = 9d8949c24cf6fe810b65fb466076708b842a3b0bac7799f79b7b6a8791dc2a70
+SIZE (ruby/ruby-1.9.3-p429.tar.bz2) = 10042323
diff --git a/lang/ruby19/files/patch-Makfile.in b/lang/ruby19/files/patch-Makfile.in
new file mode 100644
index 000000000000..897ebb6305e9
--- /dev/null
+++ b/lang/ruby19/files/patch-Makfile.in
@@ -0,0 +1,10 @@
+--- Makefile.in.orig 2013-05-26 17:50:27.471427848 +0000
++++ Makefile.in 2013-05-26 17:56:04.379410586 +0000
+@@ -169,7 +169,6 @@
+ @$(RM) $@
+ $(ECHO) linking $@
+ $(Q) $(PURIFY) $(CC) $(LDFLAGS) $(XLDFLAGS) $(MAINOBJ) $(EXTOBJS) $(LIBRUBYARG) $(MAINLIBS) $(LIBS) $(OUTFLAG)$@
+- $(Q) $(POSTLINK)
+
+ # We must `rm' the library each time this rule is invoked because "updating" a
+ # MAB library on Apple/NeXT (see --enable-fat-binary in configure) is not