diff options
author | Lars Engels <lme@FreeBSD.org> | 2010-10-01 17:47:25 +0000 |
---|---|---|
committer | Lars Engels <lme@FreeBSD.org> | 2010-10-01 17:47:25 +0000 |
commit | 5565728242fae284a0a4b3486b01636fc8e24be2 (patch) | |
tree | 0f6e584ebc8f98334619e12630167c9f3b085d48 | |
parent | Remove dead MASTER_SITE (diff) |
- Remove dead geocities WWW
- Remove dead MASTER_SITE and add two new ones
-rw-r--r-- | security/fcheck/Makefile | 4 | ||||
-rw-r--r-- | security/fcheck/pkg-descr | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/security/fcheck/Makefile b/security/fcheck/Makefile index 996f441a1d91..636bdc718645 100644 --- a/security/fcheck/Makefile +++ b/security/fcheck/Makefile @@ -8,9 +8,9 @@ PORTNAME= fcheck PORTVERSION= 2.07.59 CATEGORIES= security -MASTER_SITES= http://www.geocities.com/fcheck2000/ +MASTER_SITES= http://www.sourcefiles.org/Networking/Security/Intrusion_Detection/ \ + http://bsd-geek.de/FreeBSD/distfiles/ DISTNAME= FCheck_${PORTVERSION} -#EXTRACT_ONLY= YES MAINTAINER= lme@FreeBSD.org COMMENT= Intrusion detection and Policy enforcement / auditing software diff --git a/security/fcheck/pkg-descr b/security/fcheck/pkg-descr index 157f984ee5ca..65d9b1b73da2 100644 --- a/security/fcheck/pkg-descr +++ b/security/fcheck/pkg-descr @@ -4,5 +4,3 @@ use of comparative system snapshots. FCheck can provide notification of any differences found through use of your event management system, printer, and/or email when any monitored files or directories are altered, including any additions and/or deletions. - -WWW: http://www.geocities.com/fcheck2000/ |