svn commit: r356347 - head/devel/rubygem-toml

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


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

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

Modified:
  head/devel/rubygem-toml/Makefile

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


More information about the svn-ports-head mailing list