Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Feb 2014 02:59:11 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342231 - head/devel/rubygem-sprockets
Message-ID:  <201402020259.s122xBCL006893@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Feb  2 02:59:10 2014
New Revision: 342231
URL: http://svnweb.freebsd.org/changeset/ports/342231
QAT: https://qat.redports.org/buildarchive/r342231/

Log:
  - Add patch to deps in gemspec. This plus some other patches should fix rails.
  
  Submitted by:	sunpoet

Modified:
  head/devel/rubygem-sprockets/Makefile

Modified: head/devel/rubygem-sprockets/Makefile
==============================================================================
--- head/devel/rubygem-sprockets/Makefile	Sun Feb  2 02:16:37 2014	(r342230)
+++ head/devel/rubygem-sprockets/Makefile	Sun Feb  2 02:59:10 2014	(r342231)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sprockets
 PORTVERSION=	2.10.1
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -22,4 +23,7 @@ RUBYGEM_AUTOPLIST=	yes
 
 PLIST_FILES=	bin/sprockets
 
+post-patch:
+	@${REINPLACE_CMD} -e '73 s|~>|">="|; 80,87 d' ${WRKSRC}/${GEM_NAME}.gemspec
+
 .include <bsd.port.mk>



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