diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-27 11:23:16 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-27 11:23:16 +0000 |
commit | 12346c38838ec8004b781114dbaac56e2b050b68 (patch) | |
tree | eb41a1ff66e401a5021256d5408d776b851f1e8a /www | |
parent | 96f273b0c2cde3218e299c5c0bfd3de013f32d6c (diff) | |
download | freebsd-ports-12346c38838ec8004b781114dbaac56e2b050b68.zip |
- Update RUN_DEPENDS: use newer rubygem-builder
- Update WWW
- Bump PORTREVISION
Diffstat (limited to 'www')
-rw-r--r-- | www/rubygem-geminabox/Makefile | 3 | ||||
-rw-r--r-- | www/rubygem-geminabox/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/www/rubygem-geminabox/Makefile b/www/rubygem-geminabox/Makefile index f38b90a11c5b..d701dcb95c4e 100644 --- a/www/rubygem-geminabox/Makefile +++ b/www/rubygem-geminabox/Makefile @@ -3,6 +3,7 @@ PORTNAME= geminabox PORTVERSION= 0.12.4 +PORTREVISION= 1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -11,7 +12,7 @@ COMMENT= Sinatra based gem hosting app LICENSE= MIT -RUN_DEPENDS= rubygem-builder>=0:${PORTSDIR}/devel/rubygem-builder \ +RUN_DEPENDS= rubygem-builder32>=0:${PORTSDIR}/devel/rubygem-builder32 \ rubygem-faraday>=0:${PORTSDIR}/www/rubygem-faraday \ rubygem-httpclient>=2.2.7:${PORTSDIR}/www/rubygem-httpclient \ rubygem-nesty>=0:${PORTSDIR}/devel/rubygem-nesty \ diff --git a/www/rubygem-geminabox/pkg-descr b/www/rubygem-geminabox/pkg-descr index 4a933ecbcaea..28128856b498 100644 --- a/www/rubygem-geminabox/pkg-descr +++ b/www/rubygem-geminabox/pkg-descr @@ -1,4 +1,4 @@ A sinatra based gem hosting app, with client side gem push style functionality. -WWW: http://tomlea.co.uk/p/gem-in-a-box +WWW: http://tomlea.co.uk/posts/gem-in-a-box/ |