Date: Tue, 3 Jun 2014 12:45:14 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356347 - head/devel/rubygem-toml Message-ID: <201406031245.s53CjEEN053594@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406031245.s53CjEEN053594>