diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2013-12-15 16:45:38 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2013-12-15 16:45:38 +0000 |
commit | d16f87ef4af5844477cce369a2e631e46d1952df (patch) | |
tree | 31bc3910fd2c9527abb6ff7eb290ac0db736b98f /www/mod_log_config-st | |
parent | f59167d48a1a8d19295d5146f37d86ed678c2742 (diff) | |
download | ports-d16f87ef4af5844477cce369a2e631e46d1952df.tar.gz ports-d16f87ef4af5844477cce369a2e631e46d1952df.zip |
Notes
Diffstat (limited to 'www/mod_log_config-st')
-rw-r--r-- | www/mod_log_config-st/Makefile | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/www/mod_log_config-st/Makefile b/www/mod_log_config-st/Makefile index 60760fc02a32..6a620fdafff8 100644 --- a/www/mod_log_config-st/Makefile +++ b/www/mod_log_config-st/Makefile @@ -6,22 +6,24 @@ PORTVERSION= 1.0 PORTREVISION= 2 CATEGORIES= www # Original location: http://bitbrook.de/software/mod_log_mysql/mod_log_config.c -MASTER_SITES= http://sheepkiller.nerim.net/ports/${PORTNAME}/ +# 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 DIST_SUBDIR= apache2 MAINTAINER= apache@FreeBSD.org -COMMENT= A modified version of mod_log_config for apache2 +COMMENT= Modified version of mod_log_config for apache2 +EXPIRATION_DATE= 2014-02-08 +DEPRECATED= Upstream site gone since 2011-03 USE_APACHE= 22 - AP_FAST_BUILD= yes SRC_FILE= mod_log_config.c SHORTMODNAME= log_config MODULENAME= mod_log_config-st -NO_STAGE= yes -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.mk> |