Date: Mon, 5 Jan 2015 17:37:22 +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: r376317 - head/net/rubygem-t Message-ID: <201501051737.t05HbMDP038176@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jan 5 17:37:21 2015 New Revision: 376317 URL: https://svnweb.freebsd.org/changeset/ports/376317 QAT: https://qat.redports.org/buildarchive/r376317/ Log: - Fix RUN_DEPENDS - Fix .gemspec - Bump PORTREVISION for dependency and package change Modified: head/net/rubygem-t/Makefile Modified: head/net/rubygem-t/Makefile ============================================================================== --- head/net/rubygem-t/Makefile Mon Jan 5 17:35:58 2015 (r376316) +++ head/net/rubygem-t/Makefile Mon Jan 5 17:37:21 2015 (r376317) @@ -3,6 +3,7 @@ PORTNAME= t PORTVERSION= 2.8.0 +PORTREVISION= 1 CATEGORIES= net rubygems MASTER_SITES= RG @@ -15,6 +16,7 @@ RUN_DEPENDS= rubygem-geokit>=1.8.3:${POR rubygem-htmlentities>=4.3:${PORTSDIR}/textproc/rubygem-htmlentities \ rubygem-launchy>=2.4:${PORTSDIR}/devel/rubygem-launchy \ rubygem-oauth>=0.4.7:${PORTSDIR}/net/rubygem-oauth \ + rubygem-retryable>=1.3:${PORTSDIR}/devel/rubygem-retryable \ rubygem-thor>=0.19.1:${PORTSDIR}/devel/rubygem-thor \ rubygem-twitter>=5.12:${PORTSDIR}/net/rubygem-twitter @@ -24,4 +26,8 @@ RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/t +post-patch: +# adjust gemspec for "retryable ~> 1.3" + @${REINPLACE_CMD} -e '79 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?201501051737.t05HbMDP038176>