aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2018-04-03 08:47:46 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2018-04-03 08:47:46 +0000
commit32f79bef3c95eac1ca0210325f4370e158a44d5c (patch)
tree8cde307858c0984060cf6d516390cfbef6370eb3
parent4212427dd39e25746a91861111f3fe2692273b29 (diff)
downloadports-32f79bef3c95eac1ca0210325f4370e158a44d5c.tar.gz
ports-32f79bef3c95eac1ca0210325f4370e158a44d5c.zip
Notes
-rw-r--r--www/mod_jk/Makefile2
-rw-r--r--www/mod_jk/distinfo5
-rw-r--r--www/mod_jk/files/patch-configure22
3 files changed, 15 insertions, 14 deletions
diff --git a/www/mod_jk/Makefile b/www/mod_jk/Makefile
index 014ed91483d8..cba30feaef03 100644
--- a/www/mod_jk/Makefile
+++ b/www/mod_jk/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mod_jk
-PORTVERSION= 1.2.41
+PORTVERSION= 1.2.43
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= APACHE/tomcat/tomcat-connectors/jk/
diff --git a/www/mod_jk/distinfo b/www/mod_jk/distinfo
index 0964f7f5403a..54ffdfacf941 100644
--- a/www/mod_jk/distinfo
+++ b/www/mod_jk/distinfo
@@ -1,2 +1,3 @@
-SHA256 (tomcat-connectors-1.2.41-src.tar.gz) = f193b02aeec71daab13fc5bbb99f13eca9d916b79a024f8035a65f39559bc7fd
-SIZE (tomcat-connectors-1.2.41-src.tar.gz) = 1554935
+TIMESTAMP = 1522743930
+SHA256 (tomcat-connectors-1.2.43-src.tar.gz) = 2ebeba53d26b3a82fca277082c3a3ffd1f67a2b2970d3a4dfcbf0c5dd5b8e671
+SIZE (tomcat-connectors-1.2.43-src.tar.gz) = 3242555
diff --git a/www/mod_jk/files/patch-configure b/www/mod_jk/files/patch-configure
index 9f0a918455e5..c3e3c39f47d9 100644
--- a/www/mod_jk/files/patch-configure
+++ b/www/mod_jk/files/patch-configure
@@ -1,11 +1,11 @@
---- configure.orig 2015-07-26 22:21:39 UTC
-+++ configure
-@@ -3638,7 +3638,7 @@ $as_echo "APRINCLUDEDIR is $APRINCLUDEDI
- APXSCC="`$APXS -q CC`"
- APXSCFLAGS="`${APXS} -q CFLAGS` `${APXS} -q EXTRA_CFLAGS` -DHAVE_APR ${APRINCLUDEDIR}"
- APXSCPPFLAGS="`${APXS} -q EXTRA_CPPFLAGS`"
-- APXSLDFLAGS="`$APXS -q LDFLAGS`"
-+ APXSLDFLAGS="`$APXS -q LDFLAGS|sed -e 's#/usr/local/lib#-L/usr/local/lib#' -e 's/-pthread//'`"
- APACHE_CONFIG_VARS="`${APXS} -q exp_installbuilddir`/config_vars.mk"
- LIBTOOL=`$APXS -q LIBTOOL`
- fi
+--- configure.orig 2018-04-03 10:38:30.054077000 +0200
++++ configure 2018-04-03 10:39:11.773574000 +0200
+@@ -3655,7 +3655,7 @@
+ APXSCC="`$APXS -q CC`"
+ APXSCFLAGS="`${APXS} -q CFLAGS` `${APXS} -q EXTRA_CFLAGS` -DHAVE_APR ${APRINCLUDEDIR}"
+ APXSCPPFLAGS="`${APXS} -q EXTRA_CPPFLAGS`"
+- APXSLDFLAGS="`$APXS -q LDFLAGS`"
++ APXSLDFLAGS="`$APXS -q LDFLAGS|sed -e 's#/usr/local/lib#-L/usr/local/lib#' -e 's/-pthread//'`"
+ APACHE_CONFIG_VARS="`${APXS} -q exp_installbuilddir`/config_vars.mk"
+ LIBTOOL=`$APXS -q LIBTOOL`
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: building connector for \"$WEBSERVER\"" >&5