From owner-freebsd-apache@FreeBSD.ORG Thu Jan 16 18:00:01 2014 Return-Path: Delivered-To: apache@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C61952A8 for ; Thu, 16 Jan 2014 18:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B17AD1625 for ; Thu, 16 Jan 2014 18:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0GI01ja080955 for ; Thu, 16 Jan 2014 18:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0GI01Bq080954; Thu, 16 Jan 2014 18:00:01 GMT (envelope-from gnats) Date: Thu, 16 Jan 2014 18:00:01 GMT Message-Id: <201401161800.s0GI01Bq080954@freefall.freebsd.org> To: apache@FreeBSD.org From: "C Hutchinson" Subject: Re: ports/185586: [PATCH] www/mod_log_config-st - new MASTER_SITES, new maintainer, new version X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: C Hutchinson List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jan 2014 18:00:01 -0000 The following reply was made to PR ports/185586; it has been noted by GNATS. From: "C Hutchinson" To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/185586: [PATCH] www/mod_log_config-st - new MASTER_SITES, new maintainer, new version Date: Thu, 16 Jan 2014 09:53:48 -0800 (PST) ------=_20140116095348_88259 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit UPDATE as per request Please find attached one (unified) patch: PR_185585.diff.txt Actions taken: svn co --depth empty http://svn.freebsd.org/ports/head PR_185585 svn up --set-depth empty PR_185585/www svn up PR_185585/www/mod_log_mysql PR_185585/www/mod_log_config-st Modified all necessary files cd PR_185585/www svn diff > PR_185585.diff Files affected: www/mod_log_mysql/Makefile www/mod_log_mysql/distinfo www/mod_log_mysql/pkg-descr www/mod_log_mysql/files/patch-mod_log_mysql.c www/mod_log_config-st/Makefile www/mod_log_config-st/distinfo www/mod_log_config-st/pkg-message Please let me know if any further action(s) are required on my part, or that this completes/satisfies this PR. Thank you for all your time, and consideration in this matter. --Chris ------=_20140116095348_88259 Content-Type: text/plain; name="PR_185585.diff.txt" Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="PR_185585.diff.txt" Index: mod_log_config-st/Makefile =================================================================== --- mod_log_config-st/Makefile (revision 339912) +++ mod_log_config-st/Makefile (working copy) @@ -2,24 +2,15 @@ # $FreeBSD$ PORTNAME= mod_log_config-st -PORTVERSION= 1.0 -PORTREVISION= 2 +PORTVERSION= 1.03 +#PORTREVISION= 2 CATEGORIES= www -# Original location: http://bitbrook.de/software/mod_log_mysql/mod_log_config.c -# Please handle update requests with care! -# sheepkiller was hacked and not cleaned over a long periode. -# (First notice 2011-03 not cleaned until 2011-07) -# Provide distfile now from LOCAL -#MASTER_SITES= http://sheepkiller.nerim.net/ports/${PORTNAME}/ -MASTER_SITES= LOCAL/ohauer +MASTER_SITES= http://bsdforge.com/projects/source/apache2/ DIST_SUBDIR= apache2 MAINTAINER= apache@FreeBSD.org -COMMENT= Modified version of mod_log_config for apache2 +COMMENT= A modified version of mod_log_config for apache2 -EXPIRATION_DATE= 2014-02-08 -DEPRECATED= Upstream site gone since 2011-03 - USE_APACHE= 22 AP_FAST_BUILD= yes SRC_FILE= mod_log_config.c @@ -26,4 +17,7 @@ SHORTMODNAME= log_config MODULENAME= mod_log_config-st +post-install: + @${CAT} ${PKGMESSAGE} + .include Index: mod_log_config-st/distinfo =================================================================== --- mod_log_config-st/distinfo (revision 339912) +++ mod_log_config-st/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (apache2/mod_log_config-st-1.0.tar.gz) = e255d9530e1bc4a73a84ea078006fe77e201e821d492302bf4deb89bdbaada0c -SIZE (apache2/mod_log_config-st-1.0.tar.gz) = 16748 +SHA256 (apache2/mod_log_config-st-1.03.tar.gz) = 814e3637fbafdf163eae9d7dfdbd80c4e944caf009654d6dc863566b31024a60 +SIZE (apache2/mod_log_config-st-1.03.tar.gz) = 16733 Index: mod_log_config-st/pkg-message =================================================================== --- mod_log_config-st/pkg-message (revision 339912) +++ mod_log_config-st/pkg-message (working copy) @@ -1,7 +1,7 @@ !!!! WARNING !!!! mod_log_config and mod_log_config-st are conflicting. -In order to use correctly mod_log_config-st, you have to replace: +In order to use mod_log_config-st correctly, you have to replace: LoadModule log_config_module libexec/apache2/mod_log_config.so by LoadModule log_config_module libexec/apache2/mod_log_config-st.so Index: mod_log_mysql/Makefile =================================================================== --- mod_log_mysql/Makefile (revision 339912) +++ mod_log_mysql/Makefile (working copy) @@ -2,24 +2,15 @@ # $FreeBSD$ PORTNAME= mod_log_mysql -PORTVERSION= 1.0 -PORTREVISION= 3 +PORTVERSION= 1.04 +#PORTREVISION= 3 CATEGORIES= www -# Original location: http://bitbrook.de/software/mod_log_mysql/mod_log_mysql.c -# Please handle update requests with care! -# sheepkiller was hacked and not cleaned over a long periode. -# (First notice 2011-03 not cleaned until 2011-07) -# Provide distfile now from LOCAL -#MASTER_SITES= http://sheepkiller.nerim.net/ports/${PORTNAME}/ -MASTER_SITES= LOCAL/ohauer +MASTER_SITES= http://bsdforge.com/projects/source/apache2/ DIST_SUBDIR= apache2 MAINTAINER= apache@FreeBSD.org COMMENT= Allows Apache 2 to log to a MySQL database -EXPIRATION_DATE= 2014-02-08 -DEPRECATED= Upstream site gone since 2011-03 - RUN_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_log_config-st.so:${PORTSDIR}/www/mod_log_config-st USE_APACHE= 22 Index: mod_log_mysql/distinfo =================================================================== --- mod_log_mysql/distinfo (revision 339912) +++ mod_log_mysql/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (apache2/mod_log_mysql-1.0.tar.gz) = 27fdd2c87133d62171a38585807f70009821a3cb13e011d2ceb62fcc1c8ad4bb -SIZE (apache2/mod_log_mysql-1.0.tar.gz) = 8046 +SHA256 (apache2/mod_log_mysql-1.04.tar.gz) = da6cfbd1788b28e7421fcf4963e592bafec3b946ea9f01ac5319708e7ec41d45 +SIZE (apache2/mod_log_mysql-1.04.tar.gz) = 8010 Index: mod_log_mysql/files/patch-mod_log_mysql.c =================================================================== --- mod_log_mysql/files/patch-mod_log_mysql.c (revision 339912) +++ mod_log_mysql/files/patch-mod_log_mysql.c (working copy) @@ -1,11 +1,11 @@ ---- mod_log_mysql.c 2003-11-01 12:21:28.000000000 +0200 -+++ mod_log_mysql.c.new 2010-11-28 17:01:06.000000000 +0200 -@@ -172,11 +172,13 @@ +--- mod_log_mysql.c 2014-01-10 13:56:23.777364558 -0800 ++++ mod_log_mysql.c.new 2014-01-10 13:58:54.058985546 -0800 +@@ -142,11 +142,13 @@ { mysql_log *l = param; MYSQL *db; + my_bool do_reconnect = 1; - + db = apr_palloc(p, sizeof(MYSQL)); mysql_init(db); Index: mod_log_mysql/pkg-descr =================================================================== --- mod_log_mysql/pkg-descr (revision 339912) +++ mod_log_mysql/pkg-descr (working copy) @@ -4,10 +4,10 @@ Key features are: * Seamless integration into the standard Apache logging configuration. - * Only one configuration line needed to start logging. + * Only a single configuration line needed to start logging. * Free SQL use. * Multiple databases, database users and/or database servers. - * Connection pooling, only one connection per log target per + * Connection pooling, only one connection per log target, per child process. * Logs data as it is: e.g. times as SQL DATETIME and n/a items as SQL NULL. ------=_20140116095348_88259--