diff options
author | Martin Matuska <mm@FreeBSD.org> | 2015-01-08 16:22:20 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2015-01-08 16:22:20 +0000 |
commit | d7f24445610ccad2b788946bc5c3ce614b76df92 (patch) | |
tree | 37107680d2671d10e00634111e9a8c1fc615fd3b /net/foreman-proxy/Makefile | |
parent | 547b6d7c0ba278dba26e35baeb0e2e175de6c83b (diff) | |
download | ports-d7f24445610ccad2b788946bc5c3ce614b76df92.tar.gz ports-d7f24445610ccad2b788946bc5c3ce614b76df92.zip |
Notes
Diffstat (limited to 'net/foreman-proxy/Makefile')
-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 3357fcbefef8..70bd6ef16af5 100644 --- a/net/foreman-proxy/Makefile +++ b/net/foreman-proxy/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= foreman-proxy -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.1 CATEGORIES= net MASTER_SITES= GH @@ -24,7 +24,7 @@ PUPPET_DESC= Depend on Puppet USE_GITHUB= yes GH_ACCOUNT= theforeman GH_PROJECT= smart-proxy -GH_COMMIT= eaa557d +GH_COMMIT= c43f68e USE_RUBY= yes USE_RAKE= yes USE_RC_SUBR= foreman-proxy |