diff options
author | Michael Moll <mmoll@FreeBSD.org> | 2015-05-29 18:26:31 +0000 |
---|---|---|
committer | Michael Moll <mmoll@FreeBSD.org> | 2015-05-29 18:26:31 +0000 |
commit | 7cde840d0c31470ee462c3edd11045b0b59db95b (patch) | |
tree | fe7f6855f4ffd7843b54080d6a9d948ad333e6d8 /net/foreman-proxy/Makefile | |
parent | e5042511f3fa5ba95f22d386ad450fe734aa795f (diff) | |
download | ports-7cde840d0c31470ee462c3edd11045b0b59db95b.tar.gz ports-7cde840d0c31470ee462c3edd11045b0b59db95b.zip |
net/foreman-proxy: update to 1.8.0
Differential Revision: https://reviews.freebsd.org/D2554
Approved by: swills (mentor), mat (mentor), mm (maintainer, timeout)
Notes
Notes:
svn path=/head/; revision=387877
Diffstat (limited to 'net/foreman-proxy/Makefile')
-rw-r--r-- | net/foreman-proxy/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/foreman-proxy/Makefile b/net/foreman-proxy/Makefile index 35dcfdb17c82..6da472ad2e53 100644 --- a/net/foreman-proxy/Makefile +++ b/net/foreman-proxy/Makefile @@ -2,8 +2,9 @@ # $FreeBSD$ PORTNAME= foreman-proxy -PORTVERSION= 1.7.1 +PORTVERSION= 1.8.1 CATEGORIES= net +MASTER_SITES= http://downloads.theforeman.org/foreman-proxy/ MAINTAINER= mm@FreeBSD.org COMMENT= Foreman Proxy Agent @@ -20,9 +21,7 @@ OPTIONS_DEFINE= BMC PUPPET BMC_DESC= Depend on rubyipmi for BMC support PUPPET_DESC= Depend on Puppet -USE_GITHUB= yes -GH_ACCOUNT= theforeman -GH_PROJECT= smart-proxy +USES= tar:bzip2 USE_RUBY= yes USE_RAKE= yes USE_RC_SUBR= foreman-proxy |