diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2011-07-06 23:06:18 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2011-07-06 23:06:18 +0000 |
commit | 421e28826391f4c83a69d9e2bcc93077c8d30900 (patch) | |
tree | 4b34b43e9b8a387a633732c66857c8c0642298df /www/mod_log_mysql | |
parent | 711270f27bdba0456656a69006561f4434f9ec35 (diff) | |
download | ports-421e28826391f4c83a69d9e2bcc93077c8d30900.tar.gz ports-421e28826391f4c83a69d9e2bcc93077c8d30900.zip |
Notes
Diffstat (limited to 'www/mod_log_mysql')
-rw-r--r-- | www/mod_log_mysql/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/www/mod_log_mysql/Makefile b/www/mod_log_mysql/Makefile index 47366145b309..ad656d7fbeac 100644 --- a/www/mod_log_mysql/Makefile +++ b/www/mod_log_mysql/Makefile @@ -10,7 +10,12 @@ PORTVERSION= 1.0 PORTREVISION= 2 CATEGORIES= www # Original location: http://bitbrook.de/software/mod_log_mysql/mod_log_mysql.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 |