maintainer-update for www/mod_log_config-st changes Makefile pkg-descr distinfo modifies location, adds WWW, and changes file (source) compression type Fix: apply patch(1) attached Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->apache apache@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: apache->ohauer I'll take it
Author: ohauer Date: Sun May 18 21:13:09 2014 New Revision: 354472 URL: http://svnweb.freebsd.org/changeset/ports/354472 QAT: https://qat.redports.org/buildarchive/r354472/ Log: - modifies location, adds WWW, and changes file (source) compression type PR: ports/189633 Submitted by: C Hutchinson <portmaster@bsdforge.com> (maintainer) Modified: head/www/mod_log_config-st/Makefile head/www/mod_log_config-st/distinfo head/www/mod_log_config-st/pkg-descr Modified: head/www/mod_log_config-st/Makefile ============================================================================== --- head/www/mod_log_config-st/Makefile Sun May 18 21:11:38 2014 (r354471) +++ head/www/mod_log_config-st/Makefile Sun May 18 21:13:09 2014 (r354472) @@ -3,8 +3,9 @@ PORTNAME= mod_log_config-st PORTVERSION= 1.03 +PORTREVISION= 2 CATEGORIES= www -MASTER_SITES= http://bsdforge.com/projects/source/apache2/ +MASTER_SITES= http://bsdforge.com/projects/source/www/mod_log_mysql/ DIST_SUBDIR= apache2 MAINTAINER= portmaster@bsdforge.com @@ -12,6 +13,7 @@ COMMENT= Modified version of mod_log_con LICENSE= APACHE11 +USES= tar:xz USE_APACHE= 22 AP_FAST_BUILD= yes SRC_FILE= mod_log_config.c Modified: head/www/mod_log_config-st/distinfo ============================================================================== --- head/www/mod_log_config-st/distinfo Sun May 18 21:11:38 2014 (r354471) +++ head/www/mod_log_config-st/distinfo Sun May 18 21:13:09 2014 (r354472) @@ -1,2 +1,2 @@ -SHA256 (apache2/mod_log_config-st-1.03.tar.gz) = 814e3637fbafdf163eae9d7dfdbd80c4e944caf009654d6dc863566b31024a60 -SIZE (apache2/mod_log_config-st-1.03.tar.gz) = 16733 +SHA256 (apache2/mod_log_config-st-1.03.tar.xz) = 825e949a14a8118600fc98ecee61eaee931c836ec0cc2c923f142f334774e8d0 +SIZE (apache2/mod_log_config-st-1.03.tar.xz) = 14128 Modified: head/www/mod_log_config-st/pkg-descr ============================================================================== --- head/www/mod_log_config-st/pkg-descr Sun May 18 21:11:38 2014 (r354471) +++ head/www/mod_log_config-st/pkg-descr Sun May 18 21:13:09 2014 (r354472) @@ -1,3 +1,5 @@ mod_log_config-st is a patched version of mod_log_config by Sonke Tesch. It's fully backward-compatible and it adds logic to give other log writers a more detailed view of the data to be logged. + +WWW: http://bsdforge.com/projects/www/mod_log_mysql/ _______________________________________________ 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, Thanks!