- 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)
This commit is contained in:
parent
5a68881531
commit
a9c223b532
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340200
3 changed files with 8 additions and 16 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue