aboutsummaryrefslogtreecommitdiff
path: root/net/foreman-proxy
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2014-03-13 06:54:40 +0000
committerMartin Matuska <mm@FreeBSD.org>2014-03-13 06:54:40 +0000
commit7debc1d67d59fa9943ab76d98b8088f67eaf8070 (patch)
tree7f8e7981c9455a063e29065e9d337875c690ce79 /net/foreman-proxy
parent69914ee1ced2f1746b8bd66809dde26bbf0caefb (diff)
downloadports-7debc1d67d59fa9943ab76d98b8088f67eaf8070.tar.gz
ports-7debc1d67d59fa9943ab76d98b8088f67eaf8070.zip
Update foreman-proxy to 1.4.1
Notes
Notes: svn path=/head/; revision=348040
Diffstat (limited to 'net/foreman-proxy')
-rw-r--r--net/foreman-proxy/Makefile4
-rw-r--r--net/foreman-proxy/distinfo4
-rw-r--r--net/foreman-proxy/files/patch-lib-sinatra-patch.rb11
3 files changed, 4 insertions, 15 deletions
diff --git a/net/foreman-proxy/Makefile b/net/foreman-proxy/Makefile
index 5c2d0f2a14f1..32c8a6ae6cbb 100644
--- a/net/foreman-proxy/Makefile
+++ b/net/foreman-proxy/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= foreman-proxy
-PORTVERSION= 1.4.0
+PORTVERSION= 1.4.1
CATEGORIES= net
MASTER_SITES= GH
@@ -21,7 +21,7 @@ PUPPET_DESC= Depend on Puppet
USE_GITHUB= yes
GH_ACCOUNT= theforeman
GH_PROJECT= smart-proxy
-GH_COMMIT= ae165b9
+GH_COMMIT= b3e190d
USE_RUBY= yes
USE_RAKE= yes
USE_RC_SUBR= foreman-proxy
diff --git a/net/foreman-proxy/distinfo b/net/foreman-proxy/distinfo
index 7ffeb4b1ec49..09b33d561554 100644
--- a/net/foreman-proxy/distinfo
+++ b/net/foreman-proxy/distinfo
@@ -1,2 +1,2 @@
-SHA256 (foreman-proxy-1.4.0.tar.gz) = 082a6800eaafa38647b5b849be1c96602ec8cd1f1d3c00aa46db6d1f917481df
-SIZE (foreman-proxy-1.4.0.tar.gz) = 85030
+SHA256 (foreman-proxy-1.4.1.tar.gz) = 5404f88f428cade97ae9fc08a4670a5219fe8302b0d879747905864a2a59f712
+SIZE (foreman-proxy-1.4.1.tar.gz) = 85109
diff --git a/net/foreman-proxy/files/patch-lib-sinatra-patch.rb b/net/foreman-proxy/files/patch-lib-sinatra-patch.rb
deleted file mode 100644
index 930cc88e91e7..000000000000
--- a/net/foreman-proxy/files/patch-lib-sinatra-patch.rb
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/sinatra-patch.rb.orig 2014-01-29 12:16:04.574127338 +0100
-+++ lib/sinatra-patch.rb 2014-01-29 12:17:34.113121100 +0100
-@@ -17,7 +17,7 @@
-
- puts "Starting Foreman Proxy on #{port} using #{handler_name}" unless handler_name =~/cgi/i
-
-- FileUtils.mkdir_p(File.join(APP_ROOT, 'tmp/pids'))
-+ # FileUtils.mkdir_p(File.join(APP_ROOT, 'tmp/pids'))
-
- # Create the PID's parent directory if it doesn't exist yet.
- if SETTINGS.daemon