pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/aide



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May  9 18:29:24 UTC 2020

Modified Files:
        pkgsrc/security/aide: Makefile

Log Message:
security/aide: skip portability check


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/security/aide/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/aide/Makefile
diff -u pkgsrc/security/aide/Makefile:1.38 pkgsrc/security/aide/Makefile:1.39
--- pkgsrc/security/aide/Makefile:1.38  Fri Mar 20 11:58:16 2020
+++ pkgsrc/security/aide/Makefile       Sat May  9 18:29:24 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2020/03/20 11:58:16 nia Exp $
+# $NetBSD: Makefile,v 1.39 2020/05/09 18:29:24 rillig Exp $
 #
 
 DISTNAME=      aide-0.15.1
@@ -14,6 +14,8 @@ LICENSE=      artistic
 GNU_CONFIGURE= yes
 USE_TOOLS+=    bison flex gmake
 
+CHECK_PORTABILITY_SKIP=        contrib/gpg2_update.sh # not needed
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "SunOS" && empty(OS_VERSION:M5.[6-9])



Home | Main Index | Thread Index | Old Index