diff options
author | ohauer <ohauer@FreeBSD.org> | 2011-07-07 07:06:18 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2011-07-07 07:06:18 +0800 |
commit | f1b6c050e462ff1cabb34b61d4351df09604a22e (patch) | |
tree | fb7981c4e37f91af8e859c3a17e22f0a5d03fb73 /www/mod_log_mysql | |
parent | 96733b7b6878a0c91db5d7c3f01f80ee0e5fb872 (diff) | |
download | freebsd-ports-gnome-f1b6c050e462ff1cabb34b61d4351df09604a22e.tar.gz freebsd-ports-gnome-f1b6c050e462ff1cabb34b61d4351df09604a22e.tar.zst freebsd-ports-gnome-f1b6c050e462ff1cabb34b61d4351df09604a22e.zip |
- change MASTER_SITES to LOCAL/ohauer
- add a note about the last MASER_SITE which was hacked and not
cleaned over a long period.
(Noted by Jerry Walsh <jerry.walsh _at_ gmail.com> on apache@)
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 |