svn commit: r544278 - in head: . www www/mod_log_sql www/mod_log_sql2
Bernard Spil
brnrd at FreeBSD.org
Thu Aug 6 15:09:19 UTC 2020
Author: brnrd
Date: Thu Aug 6 15:09:17 2020
New Revision: 544278
URL: https://svnweb.freebsd.org/changeset/ports/544278
Log:
www/mod_log_sql: Fix PID > 65535
* PID > 65535 when 'LogSQLCreateTables On' [1]
* Fix WWW address
* 2 suffix (for Apache 2) is redundant, remove
PR: 243793 [1]
Submitted by: Tommy P <tommyhp2 gmail com>
Added:
head/www/mod_log_sql/
- copied from r544277, head/www/mod_log_sql2/
Deleted:
head/www/mod_log_sql2/
Modified:
head/MOVED
head/www/Makefile
head/www/mod_log_sql/Makefile
head/www/mod_log_sql/pkg-descr
Modified: head/MOVED
==============================================================================
--- head/MOVED Thu Aug 6 14:49:05 2020 (r544277)
+++ head/MOVED Thu Aug 6 15:09:17 2020 (r544278)
@@ -3016,7 +3016,6 @@ www/mod_index_rss||2012-01-01|Has expired: Depends on
www/mod_layout|www/mod_layout22|2012-01-01|Has expired: Depends on expired www/apache13
www/mod_limitipconn|www/mod_limitipconn2|2012-01-01|Has expired: Depends on expired www/apache13
www/mod_log_spread||2012-01-01|Has expired: Depends on expired www/apache13
-www/mod_log_sql|www/mod_log_sql2|2012-01-01|Has expired: Depends on expired www/apache13
www/mod_macro|www/mod_macro22|2012-01-01|Has expired: Depends on expired www/apache13
www/mod_mp3||2012-01-01|Has expired: Depends on expired www/apache13
www/mod_mylo||2012-01-01|Has expired: Depends on expired www/apache13
@@ -15172,3 +15171,4 @@ databases/sqliteodbc-sqlite2|databases/sqliteodbc|2020
graphics/wayland-info|graphics/wayland-utils|2020-08-02|Project renamed
devel/rubygem-grape11|devel/rubygem-grape|2020-08-03|Has expired: use devel/rubygem-grape instead
astro/pyephem|astro/py-ephem|2020-08-04|Has expired: Use py-ephem instead.
+www/mod_log_sql2|www/mod_log_sql|2020-08-06|Remove Apache major version suffix since it is the only version in ports tree
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Thu Aug 6 14:49:05 2020 (r544277)
+++ head/www/Makefile Thu Aug 6 15:09:17 2020 (r544278)
@@ -378,7 +378,7 @@
SUBDIR += mod_jk
SUBDIR += mod_limitipconn2
SUBDIR += mod_line_edit
- SUBDIR += mod_log_sql2
+ SUBDIR += mod_log_sql
SUBDIR += mod_maxminddb
SUBDIR += mod_memcache
SUBDIR += mod_memcache_block
Modified: head/www/mod_log_sql/Makefile
==============================================================================
--- head/www/mod_log_sql2/Makefile Thu Aug 6 14:49:05 2020 (r544277)
+++ head/www/mod_log_sql/Makefile Thu Aug 6 15:09:17 2020 (r544278)
@@ -3,7 +3,7 @@
PORTNAME= mod_log_sql
PORTVERSION= 1.101
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= www databases
MASTER_SITES= http://www.outoforder.cc/downloads/${PORTNAME}/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
@@ -11,7 +11,7 @@ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= apache at FreeBSD.org
COMMENT= Allows Apache to log to a MySQL database
-USES= apache:2.2+ gmake mysql tar:bzip2
+USES= apache gmake mysql tar:bzip2
GNU_CONFIGURE= yes
OPTIONS_SUB= yes
Modified: head/www/mod_log_sql/pkg-descr
==============================================================================
--- head/www/mod_log_sql2/pkg-descr Thu Aug 6 14:49:05 2020 (r544277)
+++ head/www/mod_log_sql/pkg-descr Thu Aug 6 15:09:17 2020 (r544278)
@@ -1,4 +1,4 @@
This add-on module allows the apache web server to use a MySQL database for
logging of all operations.
-WWW: http://www.outoforder.cc/projects/apache/mod_log_sql/
+WWW: http://www.outoforder.cc/projects/httpd/mod_log_sql/
More information about the svn-ports-all
mailing list