- Update to 1.9.3-p448

- Remove patch for issue fixed upstream
This commit is contained in:
Steve Wills 2013-07-11 20:07:33 +00:00
parent bce356fdb1
commit 06ea1d1b82
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322794
4 changed files with 4 additions and 14 deletions

View file

@ -202,7 +202,7 @@ RUBY20= "@comment "
RUBY_RELVERSION= 1.9.3
RUBY_PORTREVISION= 0
RUBY_PORTEPOCH= 1
RUBY_PATCHLEVEL= 429
RUBY_PATCHLEVEL= 448
RUBY_VERSION?= ${RUBY_RELVERSION}.${RUBY_PATCHLEVEL}
RUBY_DISTVERSION?= ${RUBY_RELVERSION}-p${RUBY_PATCHLEVEL}

View file

@ -222,7 +222,7 @@ post-install:
@${CAT} ${PKGMESSAGE}
plist::
plist:
truncate -s0 pkg-plist
.for FILE in ${INSTALLED_SCRIPTS}
@${ECHO_CMD} "bin/${FILE}%%RUBY_SUFFIX%%" >> pkg-plist

View file

@ -1,2 +1,2 @@
SHA256 (ruby/ruby-1.9.3-p429.tar.bz2) = 9d8949c24cf6fe810b65fb466076708b842a3b0bac7799f79b7b6a8791dc2a70
SIZE (ruby/ruby-1.9.3-p429.tar.bz2) = 10042323
SHA256 (ruby/ruby-1.9.3-p448.tar.bz2) = a7372230357bfff8e4525fb8019046da521561fe66b02c25d8efc10c9877bc91
SIZE (ruby/ruby-1.9.3-p448.tar.bz2) = 10052488

View file

@ -1,10 +0,0 @@
--- 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