diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2014-05-19 05:13:09 +0800 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2014-05-19 05:13:09 +0800 |
commit | addf6fd68b7f389cf4e1f6ff868fcf994c53e5ec (patch) | |
tree | 60ab743c4961f1e12c68b55b84a1a65d097ac0bf /www | |
parent | 15b69d26320766e6f1c0f13eea225dd0c60b41fb (diff) | |
download | freebsd-ports-gnome-addf6fd68b7f389cf4e1f6ff868fcf994c53e5ec.tar.gz freebsd-ports-gnome-addf6fd68b7f389cf4e1f6ff868fcf994c53e5ec.tar.zst freebsd-ports-gnome-addf6fd68b7f389cf4e1f6ff868fcf994c53e5ec.zip |
- modifies location, adds WWW, and changes file (source) compression type
PR: ports/189633
Submitted by: C Hutchinson <portmaster@bsdforge.com> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_log_config-st/Makefile | 4 | ||||
-rw-r--r-- | www/mod_log_config-st/distinfo | 4 | ||||
-rw-r--r-- | www/mod_log_config-st/pkg-descr | 2 |
3 files changed, 7 insertions, 3 deletions
diff --git a/www/mod_log_config-st/Makefile b/www/mod_log_config-st/Makefile index 5db2d08ed0a2..1414a623976d 100644 --- a/www/mod_log_config-st/Makefile +++ b/www/mod_log_config-st/Makefile @@ -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_config for Apache 2.2.x LICENSE= APACHE11 +USES= tar:xz USE_APACHE= 22 AP_FAST_BUILD= yes SRC_FILE= mod_log_config.c diff --git a/www/mod_log_config-st/distinfo b/www/mod_log_config-st/distinfo index 853d192a2bf5..cebe0c1c7ce8 100644 --- a/www/mod_log_config-st/distinfo +++ b/www/mod_log_config-st/distinfo @@ -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 diff --git a/www/mod_log_config-st/pkg-descr b/www/mod_log_config-st/pkg-descr index 7523f9806a3a..e601ec7d26a6 100644 --- a/www/mod_log_config-st/pkg-descr +++ b/www/mod_log_config-st/pkg-descr @@ -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/ |