pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/doas



Module Name:    pkgsrc
Committed By:   pin
Date:           Fri Jan  1 14:21:23 UTC 2021

Modified Files:
        pkgsrc/security/doas: Makefile

Log Message:
security/doas: add conflict msg

Prepare to import opendoas


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/doas/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/doas/Makefile
diff -u pkgsrc/security/doas/Makefile:1.13 pkgsrc/security/doas/Makefile:1.14
--- pkgsrc/security/doas/Makefile:1.13  Mon Oct 26 09:00:35 2020
+++ pkgsrc/security/doas/Makefile       Fri Jan  1 14:21:23 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2020/10/26 09:00:35 pin Exp $
+# $NetBSD: Makefile,v 1.14 2021/01/01 14:21:23 pin Exp $
 
 DISTNAME=      doas-6.3p2
 PKGREVISION=   1
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/slicer69/do
 COMMENT=       Execute commands as another user
 LICENSE=       2-clause-bsd AND isc AND modified-bsd
 
+CONFLICTS=     opendoas-[0-9]*
+
 USE_TOOLS+=    gmake yacc
 
 # Upstream supports only NetBSD, FreeBSD, Linux,



Home | Main Index | Thread Index | Old Index