diff options
Diffstat (limited to 'net/rubygem-t/Makefile')
-rw-r--r-- | net/rubygem-t/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/net/rubygem-t/Makefile b/net/rubygem-t/Makefile index 681e509e6d2c..49c1f32079ef 100644 --- a/net/rubygem-t/Makefile +++ b/net/rubygem-t/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= t -PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTVERSION= 2.9.0 CATEGORIES= net rubygems MASTER_SITES= RG @@ -16,9 +15,9 @@ 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-retryable>=2.0:${PORTSDIR}/devel/rubygem-retryable \ rubygem-thor>=0.19.1:${PORTSDIR}/devel/rubygem-thor \ - rubygem-twitter>=5.12:${PORTSDIR}/net/rubygem-twitter + rubygem-twitter>=5.13:${PORTSDIR}/net/rubygem-twitter USE_RUBY= yes USE_RUBYGEMS= yes @@ -26,8 +25,4 @@ 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> |