svn commit: r342233 - head/www/rubygem-actionpack

Steve Wills swills at FreeBSD.org
Sun Feb 2 03:00:28 UTC 2014


Author: swills
Date: Sun Feb  2 03:00:27 2014
New Revision: 342233
URL: http://svnweb.freebsd.org/changeset/ports/342233
QAT: https://qat.redports.org/buildarchive/r342233/

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

Modified:
  head/www/rubygem-actionpack/Makefile

Modified: head/www/rubygem-actionpack/Makefile
==============================================================================
--- head/www/rubygem-actionpack/Makefile	Sun Feb  2 02:59:46 2014	(r342232)
+++ head/www/rubygem-actionpack/Makefile	Sun Feb  2 03:00:27 2014	(r342233)
@@ -3,6 +3,7 @@
 
 PORTNAME=	actionpack
 PORTVERSION=	3.2.16
+PORTREVISION=	1
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
@@ -25,4 +26,7 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
+post-patch:
+	@${REINPLACE_CMD} -e '115 s|~>|>=|' ${WRKSRC}/${GEM_NAME}.gemspec
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list