aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-01-06 01:37:21 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-01-06 01:37:21 +0800
commit736ab712181c9e2a1075cf7850f28c40c13cd586 (patch)
tree200cdc93b44d1119970c270f1b521b82344e5b68 /net
parente46e746021de72912f4d7ad2160974085ec0d61c (diff)
downloadfreebsd-ports-gnome-736ab712181c9e2a1075cf7850f28c40c13cd586.tar.gz
freebsd-ports-gnome-736ab712181c9e2a1075cf7850f28c40c13cd586.tar.zst
freebsd-ports-gnome-736ab712181c9e2a1075cf7850f28c40c13cd586.zip
- Fix RUN_DEPENDS
- Fix .gemspec - Bump PORTREVISION for dependency and package change
Diffstat (limited to 'net')
-rw-r--r--net/rubygem-t/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/rubygem-t/Makefile b/net/rubygem-t/Makefile
index 680ec9d464cf..681e509e6d2c 100644
--- a/net/rubygem-t/Makefile
+++ b/net/rubygem-t/Makefile
@@ -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:${PORTSDIR}/graphics/rubygem-geokit \
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>