diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-05-17 02:22:14 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-05-17 02:22:14 +0800 |
commit | b045a08a09cc25b7f8fae21aaec675b6e5084b35 (patch) | |
tree | ae02f8f8f0a02733931081846f96b0ebe054937e /net | |
parent | 23c40ce2dc83aeee50e52a320cf60bf9ce75617c (diff) | |
download | freebsd-ports-gnome-b045a08a09cc25b7f8fae21aaec675b6e5084b35.tar.gz freebsd-ports-gnome-b045a08a09cc25b7f8fae21aaec675b6e5084b35.tar.zst freebsd-ports-gnome-b045a08a09cc25b7f8fae21aaec675b6e5084b35.zip |
Change RUN_DEPENDS from rubygem-sinatra to rubygem-sinatra1
- Bump PORTREVISION for dependency change
Diffstat (limited to 'net')
-rw-r--r-- | net/foreman-proxy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/foreman-proxy/Makefile b/net/foreman-proxy/Makefile index 6965bd0739bc..bebc72c41bfe 100644 --- a/net/foreman-proxy/Makefile +++ b/net/foreman-proxy/Makefile @@ -3,7 +3,7 @@ PORTNAME= foreman-proxy PORTVERSION= 1.12.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://downloads.theforeman.org/foreman-proxy/ @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-bundler_ext>=0.4:sysutils/rubygem-bundler_ext \ rubygem-json>=1.8.1:devel/rubygem-json \ rubygem-rack16>=1.4:www/rubygem-rack16 \ - rubygem-sinatra>=1.4.3:www/rubygem-sinatra \ + rubygem-sinatra1>=1.4.3:www/rubygem-sinatra1 \ wget:ftp/wget OPTIONS_DEFINE= BMC PUPPET4 |