diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-06-21 10:40:57 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-06-21 10:40:57 +0000 |
commit | 132ab48a6fd086e3753273e0295e1932ebf90fde (patch) | |
tree | 2e7349fc3e8ab154ec977272abd0e5bdfc5a3b10 | |
parent | - Update to 0.7.4 (diff) |
- Update to 0.7.2
- Add NO_ARCH
Changes: https://github.com/typhoeus/typhoeus/blob/master/CHANGELOG.md
Notes
Notes:
svn path=/head/; revision=390195
-rw-r--r-- | www/rubygem-typhoeus/Makefile | 5 | ||||
-rw-r--r-- | www/rubygem-typhoeus/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www/rubygem-typhoeus/Makefile b/www/rubygem-typhoeus/Makefile index b44c131bafb8..ee9fc5290851 100644 --- a/www/rubygem-typhoeus/Makefile +++ b/www/rubygem-typhoeus/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= typhoeus -PORTVERSION= 0.7.1 +PORTVERSION= 0.7.2 CATEGORIES= www rubygems MASTER_SITES= RG @@ -11,8 +11,9 @@ COMMENT= Parallel HTTP request library LICENSE= MIT -RUN_DEPENDS= rubygem-ethon>=0.7.1:${PORTSDIR}/www/rubygem-ethon +RUN_DEPENDS= rubygem-ethon>=0.7.4:${PORTSDIR}/www/rubygem-ethon +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes diff --git a/www/rubygem-typhoeus/distinfo b/www/rubygem-typhoeus/distinfo index 4bfac2c1b9ea..7d32dbc472ac 100644 --- a/www/rubygem-typhoeus/distinfo +++ b/www/rubygem-typhoeus/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/typhoeus-0.7.1.gem) = e81bb253477dd527733b2b512e4f48f474e63efe0e41bb92b119e1442fdad3c7 -SIZE (rubygem/typhoeus-0.7.1.gem) = 50688 +SHA256 (rubygem/typhoeus-0.7.2.gem) = 073fc5b57a49c17cfa0fda61573a4b590b21bd0c27aed9fb6bee432a024644c3 +SIZE (rubygem/typhoeus-0.7.2.gem) = 51712 |