pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/gnuit



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat May 31 06:50:13 UTC 2025

Modified Files:
        pkgsrc/sysutils/gnuit: Makefile

Log Message:
gnuit: remove SUPERSEDES and CONFLICTS from 2013

All relevant installations will have updated by now,
and this leads to problems when having this and git installed.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/gnuit/Makefile

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

Modified files:

Index: pkgsrc/sysutils/gnuit/Makefile
diff -u pkgsrc/sysutils/gnuit/Makefile:1.4 pkgsrc/sysutils/gnuit/Makefile:1.5
--- pkgsrc/sysutils/gnuit/Makefile:1.4  Mon Nov  4 21:28:46 2019
+++ pkgsrc/sysutils/gnuit/Makefile      Sat May 31 06:50:12 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/11/04 21:28:46 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2025/05/31 06:50:12 wiz Exp $
 
 DISTNAME=      gnuit-4.9.5
 PKGREVISION=   1
@@ -10,10 +10,6 @@ HOMEPAGE=    http://hulubei.net/tudor/git/
 COMMENT=       GNU Interactive Tools - a file system browser for UNIX systems
 LICENSE=       gnu-gpl-v3
 
-CONFLICTS=     git<=4.9.5nb1
-PREV_PKGPATH=  misc/git
-SUPERSEDES=    git<=4.9.5nb1
-
 GNU_CONFIGURE=         YES
 CONFIGURE_ARGS+=       --htmldir=${PREFIX}/share/doc/gnuit
 CONFIGURE_ARGS+=       --disable-transition



Home | Main Index | Thread Index | Old Index