svn commit: r498822 - head/security/aide
Cy Schubert
cy at FreeBSD.org
Sat Apr 13 18:59:32 UTC 2019
Author: cy
Date: Sat Apr 13 18:59:30 2019
New Revision: 498822
URL: https://svnweb.freebsd.org/changeset/ports/498822
Log:
According to https://sourceforge.net/projects/aide/, as of 2019-02-26
aide has moved from sourceforge to github. Rather than USE_GITHUB,
which would require considerable reworking of this port because the
raw sources on github are not release ready we will use the release
sources at https://github.com/aide/aide/releases/download/ instead.
While at it, update to the new WWW URL (https://aide.github.io/) as
pointed to by the old URL.
Modified:
head/security/aide/Makefile (contents, props changed)
head/security/aide/pkg-descr (contents, props changed)
Modified: head/security/aide/Makefile
==============================================================================
--- head/security/aide/Makefile Sat Apr 13 18:52:56 2019 (r498821)
+++ head/security/aide/Makefile Sat Apr 13 18:59:30 2019 (r498822)
@@ -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 at FreeBSD.org
COMMENT= Replacement and extension for Tripwire
Modified: head/security/aide/pkg-descr
==============================================================================
--- head/security/aide/pkg-descr Sat Apr 13 18:52:56 2019 (r498821)
+++ head/security/aide/pkg-descr Sat Apr 13 18:59:30 2019 (r498822)
@@ -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/
More information about the svn-ports-head
mailing list