diff options
author | Cy Schubert <cy@FreeBSD.org> | 2019-04-13 18:59:30 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2019-04-13 18:59:30 +0000 |
commit | 45091d4b29c3ba500ff59f8939df91fa23e31035 (patch) | |
tree | 7aedacc49147415b4a2db9d08ffbb1009a728961 | |
parent | 8d672f604beaa05ec3dc3e095276e699ced486d0 (diff) |
Notes
-rw-r--r-- | security/aide/Makefile | 3 | ||||
-rw-r--r-- | security/aide/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/security/aide/Makefile b/security/aide/Makefile index 2e7cb1d4e9c6..74b765c05313 100644 --- a/security/aide/Makefile +++ b/security/aide/Makefile @@ -4,8 +4,7 @@ PORTNAME= aide PORTVERSION= 0.16 CATEGORIES= security -MASTER_SITES= SF \ - http://www.cs.tut.fi/~rammer/ +MASTER_SITES= https://github.com/aide/aide/releases/download/v${PORTVERSION}/ MAINTAINER= cy@FreeBSD.org COMMENT= Replacement and extension for Tripwire diff --git a/security/aide/pkg-descr b/security/aide/pkg-descr index 7851c1146a8c..45253c3815d7 100644 --- a/security/aide/pkg-descr +++ b/security/aide/pkg-descr @@ -2,4 +2,4 @@ AIDE is Advanced Intrusion Detection Environment. This piece of software was written as a replacement and extension for Tripwire. -WWW: https://sourceforge.net/projects/aide/ +WWW: https://aide.github.io/ |