Bug 189633 - [MAINTAINER UPDATE] www/mod_log_config-st Makefile pkg-descr distinfo
Summary: [MAINTAINER UPDATE] www/mod_log_config-st Makefile pkg-descr distinfo
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Olli Hauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-10 22:30 UTC by Chris Hutchinson
Modified: 2014-05-18 22:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.59 KB, patch)
2014-05-10 22:30 UTC, Chris Hutchinson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Hutchinson 2014-05-10 22:30:00 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-10 22:30:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->apache

apache@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Olli Hauer freebsd_committer freebsd_triage 2014-05-18 21:31:52 UTC
Responsible Changed
From-To: apache->ohauer

I'll take it
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-05-18 22:13:14 UTC
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"
Comment 4 Olli Hauer freebsd_committer freebsd_triage 2014-05-18 22:13:50 UTC
State Changed
From-To: open->closed

Committed, 
Thanks!