svn commit: r376317 - head/net/rubygem-t

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jan 5 17:37:22 UTC 2015


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>


More information about the svn-ports-all mailing list