Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jul 2014 21:49:51 +0000 (UTC)
From:      Ashish SHUKLA <ashish@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360825 - head/lang/rubinius
Message-ID:  <201407052149.s65LnpjS090950@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ashish
Date: Sat Jul  5 21:49:51 2014
New Revision: 360825
URL: http://svnweb.freebsd.org/changeset/ports/360825
QAT: https://qat.redports.org/buildarchive/r360825/

Log:
  - Update to 2.2.10

Modified:
  head/lang/rubinius/Makefile
  head/lang/rubinius/distinfo

Modified: head/lang/rubinius/Makefile
==============================================================================
--- head/lang/rubinius/Makefile	Sat Jul  5 21:49:04 2014	(r360824)
+++ head/lang/rubinius/Makefile	Sat Jul  5 21:49:51 2014	(r360825)
@@ -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'
 

Modified: head/lang/rubinius/distinfo
==============================================================================
--- head/lang/rubinius/distinfo	Sat Jul  5 21:49:04 2014	(r360824)
+++ head/lang/rubinius/distinfo	Sat Jul  5 21:49:51 2014	(r360825)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407052149.s65LnpjS090950>