svn commit: r342231 - head/devel/rubygem-sprockets

Steve Wills swills at FreeBSD.org
Sun Feb 2 02:59:11 UTC 2014


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>


More information about the svn-ports-all mailing list