svn commit: r466287 - in head/www/mod_jk: . files
Palle Girgensohn
girgen at FreeBSD.org
Tue Apr 3 08:47:47 UTC 2018
Author: girgen
Date: Tue Apr 3 08:47:46 2018
New Revision: 466287
URL: https://svnweb.freebsd.org/changeset/ports/466287
Log:
Update to 1.2.43
Modified:
head/www/mod_jk/Makefile
head/www/mod_jk/distinfo
head/www/mod_jk/files/patch-configure
Modified: head/www/mod_jk/Makefile
==============================================================================
--- head/www/mod_jk/Makefile Tue Apr 3 08:18:06 2018 (r466286)
+++ head/www/mod_jk/Makefile Tue Apr 3 08:47:46 2018 (r466287)
@@ -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/
Modified: head/www/mod_jk/distinfo
==============================================================================
--- head/www/mod_jk/distinfo Tue Apr 3 08:18:06 2018 (r466286)
+++ head/www/mod_jk/distinfo Tue Apr 3 08:47:46 2018 (r466287)
@@ -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
Modified: head/www/mod_jk/files/patch-configure
==============================================================================
--- head/www/mod_jk/files/patch-configure Tue Apr 3 08:18:06 2018 (r466286)
+++ head/www/mod_jk/files/patch-configure Tue Apr 3 08:47:46 2018 (r466287)
@@ -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
More information about the svn-ports-all
mailing list