diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-06-14 04:02:59 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-06-14 04:02:59 +0800 |
commit | 1f0b7376d22e002931fa889358417f34489ca139 (patch) | |
tree | 47505786d40bacd48a6ca7f94aa87bd113aa2e30 /security | |
parent | 0f2a0213a2096fb57dc2ed794880b1d97911fdb5 (diff) | |
download | freebsd-ports-gnome-1f0b7376d22e002931fa889358417f34489ca139.tar.gz freebsd-ports-gnome-1f0b7376d22e002931fa889358417f34489ca139.tar.zst freebsd-ports-gnome-1f0b7376d22e002931fa889358417f34489ca139.zip |
- Update RUN_DEPENDS: use newer rubygem-rack
- Add NO_ARCH
- Bump PORTREVISION for dependency change
Diffstat (limited to 'security')
-rw-r--r-- | security/rubygem-rack-oauth2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/rubygem-rack-oauth2/Makefile b/security/rubygem-rack-oauth2/Makefile index f337732acb42..9301849ce88f 100644 --- a/security/rubygem-rack-oauth2/Makefile +++ b/security/rubygem-rack-oauth2/Makefile @@ -2,6 +2,7 @@ PORTNAME= rack-oauth2 PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG @@ -15,8 +16,9 @@ RUN_DEPENDS= rubygem-activesupport>=2.3:${PORTSDIR}/devel/rubygem-activesupport rubygem-attr_required>=0.0.5:${PORTSDIR}/devel/rubygem-attr_required \ rubygem-httpclient>=2.4:${PORTSDIR}/www/rubygem-httpclient \ rubygem-multi_json>=1.3.6:${PORTSDIR}/devel/rubygem-multi_json \ - rubygem-rack>=1.1:${PORTSDIR}/www/rubygem-rack + rubygem-rack16>=1.1:${PORTSDIR}/www/rubygem-rack16 +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |