aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgirgen <girgen@FreeBSD.org>2014-04-18 19:57:25 +0800
committergirgen <girgen@FreeBSD.org>2014-04-18 19:57:25 +0800
commit39e7492bb5c30665d5eccd560ed8be65658012cd (patch)
tree70bdc496ee7a5c05c7c63e4ed3bf1b57aafdd6f3
parentb35620327445860d4f2527d31f2e12674a3bc5b1 (diff)
downloadfreebsd-ports-gnome-39e7492bb5c30665d5eccd560ed8be65658012cd.tar.gz
freebsd-ports-gnome-39e7492bb5c30665d5eccd560ed8be65658012cd.tar.zst
freebsd-ports-gnome-39e7492bb5c30665d5eccd560ed8be65658012cd.zip
update mod_jk to latest version
-rw-r--r--www/mod_jk/Makefile3
-rw-r--r--www/mod_jk/distinfo4
-rw-r--r--www/mod_jk/files/patch-native--common--jk_status.c11
3 files changed, 3 insertions, 15 deletions
diff --git a/www/mod_jk/Makefile b/www/mod_jk/Makefile
index 24779b320cdf..c4b71866d3b3 100644
--- a/www/mod_jk/Makefile
+++ b/www/mod_jk/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= mod_jk
-PORTVERSION= 1.2.37
-PORTREVISION= 1
+PORTVERSION= 1.2.40
PORTEPOCH?= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_APACHE}
diff --git a/www/mod_jk/distinfo b/www/mod_jk/distinfo
index a1b814ba1863..02dd3d793c2b 100644
--- a/www/mod_jk/distinfo
+++ b/www/mod_jk/distinfo
@@ -1,2 +1,2 @@
-SHA256 (tomcat-connectors-1.2.37-src.tar.gz) = 38a92623ddd28b85bbf54cf77f4c867ccbebafb71233131471623691e4e751f9
-SIZE (tomcat-connectors-1.2.37-src.tar.gz) = 1528647
+SHA256 (tomcat-connectors-1.2.40-src.tar.gz) = 895e347c4dff74049a848603fb29958e6cf429ea0fc708d514b3a8958236705d
+SIZE (tomcat-connectors-1.2.40-src.tar.gz) = 1526449
diff --git a/www/mod_jk/files/patch-native--common--jk_status.c b/www/mod_jk/files/patch-native--common--jk_status.c
deleted file mode 100644
index 52ecf24892a7..000000000000
--- a/www/mod_jk/files/patch-native--common--jk_status.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- common/jk_status.c.ori 2014-02-07 14:08:44.000000000 -0700
-+++ common/jk_status.c 2014-02-07 14:09:05.000000000 -0700
-@@ -3647,7 +3647,7 @@
- }
- }
- if (sync_needed == JK_TRUE) {
-- wr->sequence = 0;
-+ wr->sequence = -1;
- if (!rc)
- rc = 3;
- }