pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/keepassxc



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Oct 29 15:46:54 UTC 2019

Modified Files:
        pkgsrc/security/keepassxc: Makefile

Log Message:
keepassxc: Add SUPERSEDES


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/keepassxc/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/keepassxc/Makefile
diff -u pkgsrc/security/keepassxc/Makefile:1.14 pkgsrc/security/keepassxc/Makefile:1.15
--- pkgsrc/security/keepassxc/Makefile:1.14     Wed Sep 18 14:17:16 2019
+++ pkgsrc/security/keepassxc/Makefile  Tue Oct 29 15:46:54 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2019/09/18 14:17:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.15 2019/10/29 15:46:54 nia Exp $
 
 DISTNAME=      keepassxc-${GITHUB_RELEASE}-src
 PKGNAME=       ${DISTNAME:S/-src//}
@@ -14,6 +14,9 @@ HOMEPAGE=     https://keepassxc.org/
 COMMENT=       Password generator and manager
 LICENSE=       gnu-gpl-v2 AND gnu-lgpl-v2 AND gnu-lgpl-v2 AND gnu-lgpl-v3 AND mit AND cc0-1.0-universal
 
+SUPERSEDES+=   keepassx-[0-9]*
+SUPERSEDES+=   keepassx0-[0-9]*
+
 WRKSRC=                ${WRKDIR}/${DISTNAME:S/-src//}
 
 .if exists(/usr/lib/libjemalloc.so)



Home | Main Index | Thread Index | Old Index