diff options
author | brnrd <brnrd@FreeBSD.org> | 2018-04-16 18:44:31 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2018-04-16 18:44:31 +0800 |
commit | 383b77aeb584f22ec6daba2b0e80d8671a79ed05 (patch) | |
tree | 814be0bf41c1870753bd1fd9a23097ef1f840651 /www/mod_log_config-st | |
parent | f158058a66cc93da8fda06d206c0c8be29714ee6 (diff) | |
download | freebsd-ports-gnome-383b77aeb584f22ec6daba2b0e80d8671a79ed05.tar.gz freebsd-ports-gnome-383b77aeb584f22ec6daba2b0e80d8671a79ed05.tar.zst freebsd-ports-gnome-383b77aeb584f22ec6daba2b0e80d8671a79ed05.zip |
www/mod_antiloris
www/mod_auth_imap2
www/mod_authn_sasl
www/mod_bw
www/mod_cband
www/mod_clamav
www/mod_extract_forwarded
www/mod_hosts_access
www/mod_log_config-st
www/mod_log_mysql
www/mod_log_sql2-dtc
www/mod_macro22
www/mod_musicindex
www/mod_ntlm2
www/mod_proxy_html
www/mod_remoteip
www/mod_spdy
www/mod_uid
www/mod_vhost_ldap
www/mod_whatkilledus
www/mod_xml2enc
2017-07-01 www/apache22: Upstream propose EoL of apache 2.2.x during the next 12 months
Diffstat (limited to 'www/mod_log_config-st')
-rw-r--r-- | www/mod_log_config-st/Makefile | 22 | ||||
-rw-r--r-- | www/mod_log_config-st/distinfo | 2 | ||||
-rw-r--r-- | www/mod_log_config-st/pkg-descr | 5 | ||||
-rw-r--r-- | www/mod_log_config-st/pkg-message | 8 | ||||
-rw-r--r-- | www/mod_log_config-st/pkg-plist | 2 |
5 files changed, 0 insertions, 39 deletions
diff --git a/www/mod_log_config-st/Makefile b/www/mod_log_config-st/Makefile deleted file mode 100644 index 0f70b8d4b413..000000000000 --- a/www/mod_log_config-st/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Clement Laforet <clement@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= mod_log_config-st -PORTVERSION= 1.03 -PORTREVISION= 2 -CATEGORIES= www -MASTER_SITES= http://bsdforge.com/projects/source/www/mod_log_mysql/ -DIST_SUBDIR= apache2 - -MAINTAINER= portmaster@bsdforge.com -COMMENT= Modified version of mod_log_config for Apache 2.2.x - -LICENSE= APACHE11 - -USES= apache:2.2 tar:xz -AP_FAST_BUILD= yes -SRC_FILE= mod_log_config.c -SHORTMODNAME= log_config -MODULENAME= mod_log_config-st - -.include <bsd.port.mk> diff --git a/www/mod_log_config-st/distinfo b/www/mod_log_config-st/distinfo deleted file mode 100644 index cebe0c1c7ce8..000000000000 --- a/www/mod_log_config-st/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index f536024b2a59..000000000000 --- a/www/mod_log_config-st/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -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/ diff --git a/www/mod_log_config-st/pkg-message b/www/mod_log_config-st/pkg-message deleted file mode 100644 index 34e7b8649264..000000000000 --- a/www/mod_log_config-st/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ - !!!! WARNING !!!! - mod_log_config and mod_log_config-st are conflicting. - -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 -in your httpd.conf. diff --git a/www/mod_log_config-st/pkg-plist b/www/mod_log_config-st/pkg-plist deleted file mode 100644 index e3b67e9e9ae2..000000000000 --- a/www/mod_log_config-st/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -%%APACHEMODDIR%%/%%AP_MODULE%% -@unexec /usr/bin/sed -i '' '/%%AP_NAME%%-st.so/d' %D/%%APACHEETCDIR%%/httpd.conf |