pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/got



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Jan 18 05:02:43 UTC 2024

Modified Files:
        pkgsrc/devel/got: Makefile

Log Message:
got: note this conflicts with got-portable


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/got/Makefile

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

Modified files:

Index: pkgsrc/devel/got/Makefile
diff -u pkgsrc/devel/got/Makefile:1.2 pkgsrc/devel/got/Makefile:1.3
--- pkgsrc/devel/got/Makefile:1.2       Mon Feb  1 12:47:25 2021
+++ pkgsrc/devel/got/Makefile   Thu Jan 18 05:02:43 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/02/01 12:47:25 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2024/01/18 05:02:43 gutteridge Exp $
 
 DISTNAME=      got-0.48
 CATEGORIES=    devel
@@ -9,6 +9,8 @@ HOMEPAGE=       https://gameoftrees.org/
 COMMENT=       Game of Trees version control system manipulating Git repo
 LICENSE=       isc
 
+CONFLICTS+=    got-portable-[0-9]*
+
 USE_TOOLS+=    awk find
 
 INSTALLATION_DIRS=     bin libexec ${PKGMANDIR}/man1 ${PKGMANDIR}/man5



Home | Main Index | Thread Index | Old Index