diff options
author | jmelo <jmelo@FreeBSD.org> | 2006-09-12 20:41:11 +0800 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2006-09-12 20:41:11 +0800 |
commit | f068e31595f2b67fb08e55feed636be911ffd3c6 (patch) | |
tree | 915e2b6e1364da570ee1002c9c9d60c34a7afa65 /security/rkhunter | |
parent | ddcaae5fe17a4fc34e1f909feb30c09a20cc2bcf (diff) | |
download | freebsd-ports-gnome-f068e31595f2b67fb08e55feed636be911ffd3c6.tar.gz freebsd-ports-gnome-f068e31595f2b67fb08e55feed636be911ffd3c6.tar.zst freebsd-ports-gnome-f068e31595f2b67fb08e55feed636be911ffd3c6.zip |
- Update mastersite.
- Pass maintainership to submitter.
PR: ports/102933
Submitted by: Babak Farrokhi <babak@farrokhi.net>
Diffstat (limited to 'security/rkhunter')
-rw-r--r-- | security/rkhunter/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/rkhunter/Makefile b/security/rkhunter/Makefile index 990fa9b2284d..260ab29558a2 100644 --- a/security/rkhunter/Makefile +++ b/security/rkhunter/Makefile @@ -9,9 +9,10 @@ PORTNAME= rkhunter PORTVERSION= 1.2.8 PORTREVISION= 3 CATEGORIES= security -MASTER_SITES= http://downloads.rootkit.nl/ +MASTER_SITES= http://downloads.rootkit.nl/ \ + http://mirror.trouble-free.net/sources/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= babak@farrokhi.net COMMENT= Rootkit detection tool OPTIONS= LSOF "Use LSOF" on \ |