svn commit: r356346 - head/textproc/rubygem-parslet

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jun 3 12:45:12 UTC 2014


Author: sunpoet
Date: Tue Jun  3 12:45:09 2014
New Revision: 356346
URL: http://svnweb.freebsd.org/changeset/ports/356346
QAT: https://qat.redports.org/buildarchive/r356346/

Log:
  - Fix .gemspec for rubygem-blankslate 3.1.2
  - Bump PORTREVISION for package change
  
  PR:		ports/189984
  Submitted by:	Michael Moll <kvedulv at kvedulv.de>

Modified:
  head/textproc/rubygem-parslet/Makefile

Modified: head/textproc/rubygem-parslet/Makefile
==============================================================================
--- head/textproc/rubygem-parslet/Makefile	Tue Jun  3 12:45:04 2014	(r356345)
+++ head/textproc/rubygem-parslet/Makefile	Tue Jun  3 12:45:09 2014	(r356346)
@@ -3,6 +3,7 @@
 
 PORTNAME=	parslet
 PORTVERSION=	1.6.1
+PORTREVISION=	1
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
@@ -17,4 +18,7 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
+post-patch:
+	@${REINPLACE_CMD} -e '17 s|~>|>=|' ${WRKSRC}/${GEM_NAME}.gemspec
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list