MASTER_SITES has gone missing for www/mod_log_config-st because the original source maintainer has abandoned the project. This is an effort to correct that, as I can easily maintain this port as long as the FreeBSD project, and it's users find it of any value. Fix: Apply the attached patch file(s) One for the Makefile, and One for the distinfo Patch attached with submission follows: How-To-Repeat: Attempt to fetch/install www/mod_log_config-st
Class Changed From-To: maintainer-update->change-request Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->apache Over to maintainer (via the GNATS Auto Assign Tool)
This is a followup for www/mod_log_config-st It contains a patch that covers the distinfo file. That should be the last of it, and all that's needed to correct the issue with this port. Best wishes.
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
Responsible Changed From-To: apache->ohauer I'll take it
Author: ohauer Date: Sat Jan 18 17:59:23 2014 New Revision: 340200 URL: http://svnweb.freebsd.org/changeset/ports/340200 QAT: https://qat.redports.org/buildarchive/r340200/ Log: - pass maintainer to submitter - add LICENSE - new MASTER site - new re-rolled distfile some minor cleanup (mostly white spaces) PR: ports/185586 Submitted by: C Hutchinson <portmaster@bsdforge.com> (new maintainer) Modified: head/www/mod_log_config-st/Makefile head/www/mod_log_config-st/distinfo (contents, props changed) head/www/mod_log_config-st/pkg-message (contents, props changed) Directory Properties: head/www/mod_log_config-st/pkg-descr (props changed) head/www/mod_log_config-st/pkg-plist (props changed) Modified: head/www/mod_log_config-st/Makefile ============================================================================== --- head/www/mod_log_config-st/Makefile Sat Jan 18 17:58:42 2014 (r340199) +++ head/www/mod_log_config-st/Makefile Sat Jan 18 17:59:23 2014 (r340200) @@ -2,23 +2,15 @@ # $FreeBSD$ PORTNAME= mod_log_config-st -PORTVERSION= 1.0 -PORTREVISION= 2 +PORTVERSION= 1.03 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 +MAINTAINER= portmaster@bsdforge.com +COMMENT= Modified version of mod_log_config for Apache 2.2.x -EXPIRATION_DATE= 2014-02-08 -DEPRECATED= Upstream site gone since 2011-03 +LICENSE= APACHE11 USE_APACHE= 22 AP_FAST_BUILD= yes Modified: head/www/mod_log_config-st/distinfo ============================================================================== --- head/www/mod_log_config-st/distinfo Sat Jan 18 17:58:42 2014 (r340199) +++ head/www/mod_log_config-st/distinfo Sat Jan 18 17:59:23 2014 (r340200) @@ -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 Modified: head/www/mod_log_config-st/pkg-message ============================================================================== --- head/www/mod_log_config-st/pkg-message Sat Jan 18 17:58:42 2014 (r340199) +++ head/www/mod_log_config-st/pkg-message Sat Jan 18 17:59:23 2014 (r340200) @@ -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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed with minor changes (add License) Thanks for maintaining the port!