diff options
author | edwin <edwin@FreeBSD.org> | 2006-12-22 04:41:33 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-12-22 04:41:33 +0800 |
commit | 023638f96cb4c7c51fba7f68023656558632617a (patch) | |
tree | edb8060ed0920196b653415c48402bbe53fa922c /security | |
parent | 14105d400ac1d4f988a9651544941eb6ee29900c (diff) | |
download | freebsd-ports-gnome-023638f96cb4c7c51fba7f68023656558632617a.tar.gz freebsd-ports-gnome-023638f96cb4c7c51fba7f68023656558632617a.tar.zst freebsd-ports-gnome-023638f96cb4c7c51fba7f68023656558632617a.zip |
[MAINTAINER] update my email address in 76 ports + mirror some distfiles
I've got a brand new hosting, so change my email to the new
one. Also, now I can mirror some distfiles, so update
MASTER_SITES for some ports.
PR: ports/107038
Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
Diffstat (limited to 'security')
-rw-r--r-- | security/bruteblock/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/bruteblock/Makefile b/security/bruteblock/Makefile index 3a31f33dfd9d..6c57f75b9795 100644 --- a/security/bruteblock/Makefile +++ b/security/bruteblock/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: bruteblock # Date created: 30 Jul 2006 -# Whom: Dmitry Marakasov <amdmi3@mail.ru> +# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru> # # $FreeBSD$ # @@ -8,9 +8,10 @@ PORTNAME= bruteblock PORTVERSION= 0.0.5 CATEGORIES= security -MASTER_SITES= http://samm.kiev.ua/bruteblock/ +MASTER_SITES= http://samm.kiev.ua/bruteblock/ \ + http://www.amdmi3.ru/distfiles/ -MAINTAINER= amdmi3@mail.ru +MAINTAINER= amdmi3@amdmi3.ru COMMENT= Software for blocking bruteforce attacks with ipfw LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre |