pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/autoconf213



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Dec  3 22:56:01 UTC 2020

Modified Files:
        pkgsrc/devel/autoconf213: Makefile

Log Message:
autoconf213: add to $CONFLICTS instead of overwriting it

I doubt this would impact anyone given how old both of those conflicts
entries are, but fix anyway.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/autoconf213/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/autoconf213/Makefile
diff -u pkgsrc/devel/autoconf213/Makefile:1.34 pkgsrc/devel/autoconf213/Makefile:1.35
--- pkgsrc/devel/autoconf213/Makefile:1.34      Mon Aug 31 18:07:16 2020
+++ pkgsrc/devel/autoconf213/Makefile   Thu Dec  3 22:56:00 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2020/08/31 18:07:16 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2020/12/03 22:56:00 gutteridge Exp $
 
 DISTNAME=      autoconf-2.13
 PKGNAME=       autoconf213-2.13
@@ -14,7 +14,7 @@ LICENSE=      gnu-gpl-v2
 USE_TOOLS+=            gm4:run makeinfo perl:run
 
 CONFLICTS=             autoconf-devel-[0-9]*
-CONFLICTS=             autoconf<2.50
+CONFLICTS+=            autoconf<2.50
 
 GNU_CONFIGURE=         YES
 CONFIGURE_ARGS+=       --program-transform-name='s/$$/-2.13/'



Home | Main Index | Thread Index | Old Index