summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lang/rubinius/Makefile18
-rw-r--r--lang/rubinius/distinfo10
2 files changed, 22 insertions, 6 deletions
diff --git a/lang/rubinius/Makefile b/lang/rubinius/Makefile
index 8184dbc..b48f4ee 100644
--- a/lang/rubinius/Makefile
+++ b/lang/rubinius/Makefile
@@ -2,9 +2,15 @@
# $FreeBSD$
PORTNAME= rubinius
-PORTVERSION= 2.2.9
+PORTVERSION= 2.2.10
CATEGORIES= lang
-MASTER_SITES= http://releases.rubini.us/
+MASTER_SITES= http://releases.rubini.us/:source \
+ RG:gems
+DISTFILES= redcard-1.1.0.gem:gems \
+ rubinius-bridge-1.0.8.gem:gems \
+ daedalus-core-0.0.3.gem:gems \
+ ${DISTNAME}${EXTRACT_SUFX}:source
+EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= ashish@FreeBSD.org
COMMENT= LLVM based ruby language implementation
@@ -31,8 +37,7 @@ CONFIGURE_ARGS= -P "${PREFIX}" \
--vendordir "${PREFIX}/lib/ruby/vendor_ruby/rubinius" \
--stagingdir "${STAGEDIR}${PREFIX}" --with-execinfo
-USE_BZIP2= yes
-USES= perl5 gmake
+USES= perl5 gmake tar:bzip2
USE_RUBY= yes
RUBY_NO_RUN_DEPENDS= yes
USE_PERL5= build
@@ -69,6 +74,11 @@ F_ARCH= x86_64
F_ARCH= x86
.endif
+post-extract:
+.for DF in ${DISTFILES}
+ @${LN} -s ${DISTDIR}/${DF:C/:gems//g} ${WRKSRC}/vendor/cache/
+.endfor
+
post-patch:
@${GREP} -Rl '#!.*ruby$$' ${WRKSRC} |${XARGS} ${REINPLACE_CMD} -e '/^#!.*ruby$$/s/ruby$$/${RUBY_NAME}/g'
diff --git a/lang/rubinius/distinfo b/lang/rubinius/distinfo
index 4461f83..509c7ee 100644
--- a/lang/rubinius/distinfo
+++ b/lang/rubinius/distinfo
@@ -1,2 +1,8 @@
-SHA256 (rubinius-2.2.9.tar.bz2) = 7b01a7f2508167e73b5273b4e55e6616fc7fd975e79c84c4d2e3ef83d849d2ce
-SIZE (rubinius-2.2.9.tar.bz2) = 11409258
+SHA256 (redcard-1.1.0.gem) = 60c73d440f29fc3577eec86de00d55ee5351647d2d450ea48bc6d2ae5a62b8fc
+SIZE (redcard-1.1.0.gem) = 9728
+SHA256 (rubinius-bridge-1.0.8.gem) = 7bde9a12008e5c0651500fca6c8954ef48c5cfcfc77556592ebfbddbc81a2611
+SIZE (rubinius-bridge-1.0.8.gem) = 8192
+SHA256 (daedalus-core-0.0.3.gem) = 5afc30b5c20f1d307837be9cb4f99ccbe33587cc48f09793e62148ac5d123c08
+SIZE (daedalus-core-0.0.3.gem) = 14336
+SHA256 (rubinius-2.2.10.tar.bz2) = 3cb1a6ab2eba19b6dc84734666bb17a34332d247641b1a88b4c9324c69347780
+SIZE (rubinius-2.2.10.tar.bz2) = 11388721
OpenPOWER on IntegriCloud