pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/gzip



Module Name:    pkgsrc
Committed By:   drixter
Date:           Mon Aug 24 18:35:28 UTC 2026

Modified Files:
        pkgsrc/archivers/gzip: Makefile

Log Message:
gzip: Add conflicts with zutils


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/archivers/gzip/Makefile

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

Modified files:

Index: pkgsrc/archivers/gzip/Makefile
diff -u pkgsrc/archivers/gzip/Makefile:1.40 pkgsrc/archivers/gzip/Makefile:1.41
--- pkgsrc/archivers/gzip/Makefile:1.40 Sun Aug 23 18:46:55 2026
+++ pkgsrc/archivers/gzip/Makefile      Mon Aug 24 18:35:28 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2026/08/23 18:46:55 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2026/08/24 18:35:28 drixter Exp $
 
 DISTNAME=      gzip-1.14
 PKGREVISION=   1
@@ -13,7 +13,7 @@ HOMEPAGE=     https://www.gnu.org/software/g
 COMMENT=       Compress or expand files
 LICENSE=       gnu-gpl-v3
 
-CONFLICTS+=            gzip-base-[0-9]* gzip-info-[0-9]*
+CONFLICTS+=            gzip-base-[0-9]* gzip-info-[0-9]* zutils-[0-9]*
 
 GNU_CONFIGURE= yes
 MAKE_FLAGS+=   manlinks=so



Home | Main Index | Thread Index | Old Index