Greetings ports,

I have included a diff for aide. Upgrade to latest release.

The project is now hosted on github and the lists have moved.

Changes to currently ported release 0.16 to 0.16.1:

https://github.com/aide/aide/compare/543c3f9...62cf11b


Build tested and validated basic functionality.

The option '-l' now works as expected.


OK?


Regards,

Marcos Madeira





Index: Makefile
===================================================================
RCS file: /cvs/ports/security/aide/Makefile,v
retrieving revision 1.24
diff -u -p -u -p -r1.24 Makefile
--- Makefile	30 Aug 2016 06:21:31 -0000	1.24
+++ Makefile	17 Mar 2019 07:11:10 -0000
@@ -2,16 +2,16 @@
 
 COMMENT=		Advanced Intrusion Detection Environment
 
-DISTNAME=		aide-0.16
+V=			0.16.1
+DISTNAME=		aide-${V}
 CATEGORIES=		security
-REVISION =		0
 
-HOMEPAGE=		http://sourceforge.net/projects/aide
+HOMEPAGE=		https://github.com/aide/aide
 
 # GPLv2
 PERMIT_PACKAGE_CDROM=	Yes
 
-MASTER_SITES=		${MASTER_SITE_SOURCEFORGE:=aide/}
+MASTER_SITES=		https://github.com/aide/aide/releases/download/v${V}/
 
 BUILD_DEPENDS=		devel/bison \
 			devel/pcre \
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/aide/distinfo,v
retrieving revision 1.10
diff -u -p -u -p -r1.10 distinfo
--- distinfo	3 Aug 2016 06:38:47 -0000	1.10
+++ distinfo	17 Mar 2019 07:11:10 -0000
@@ -1,2 +1,2 @@
-SHA256 (aide-0.16.tar.gz) = qBxToTHE/RMLFps6Jqw1OGovbh4BTxKAdSTMJz7Zc0U=
-SIZE (aide-0.16.tar.gz) = 391009
+SHA256 (aide-0.16.1.tar.gz) = Dyt87McMGifTXAbJiAT8258yZjDeXQNa/ERxIhhgELc=
+SIZE (aide-0.16.1.tar.gz) = 391531

Reply via email to