pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/cvm



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Wed Jun 23 18:51:03 UTC 2021

Modified Files:
        pkgsrc/security/cvm: ALTERNATIVES Makefile

Log Message:
Probably make cvm-checkpassword actually work as an alternative
checkpassword. Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/cvm/ALTERNATIVES
cvs rdiff -u -r1.29 -r1.30 pkgsrc/security/cvm/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/cvm/ALTERNATIVES
diff -u pkgsrc/security/cvm/ALTERNATIVES:1.1 pkgsrc/security/cvm/ALTERNATIVES:1.2
--- pkgsrc/security/cvm/ALTERNATIVES:1.1        Fri Oct  9 09:35:00 2020
+++ pkgsrc/security/cvm/ALTERNATIVES    Wed Jun 23 18:51:03 2021
@@ -1 +1 @@
-bin/nbcheckpassword @PREFIX@/bin/cvm-checkpassword
+bin/nbcheckpassword @PREFIX@/bin/cvm-checkpassword @PREFIX@/bin/cvm-unix

Index: pkgsrc/security/cvm/Makefile
diff -u pkgsrc/security/cvm/Makefile:1.29 pkgsrc/security/cvm/Makefile:1.30
--- pkgsrc/security/cvm/Makefile:1.29   Thu Nov 19 09:35:40 2020
+++ pkgsrc/security/cvm/Makefile        Wed Jun 23 18:51:03 2021
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2020/11/19 09:35:40 schmonz Exp $
+# $NetBSD: Makefile,v 1.30 2021/06/23 18:51:03 schmonz Exp $
 #
 
 DISTNAME=              cvm-0.97
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            security
 MASTER_SITES=          ${HOMEPAGE}
 



Home | Main Index | Thread Index | Old Index