pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/autoconf213 autoconf213: add to $CONFLICTS inste...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1422ae4d2c94
branches:  trunk
changeset: 442958:1422ae4d2c94
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Thu Dec 03 22:56:00 2020 +0000

description:
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.

diffstat:

 devel/autoconf213/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 491f734ebbb6 -r 1422ae4d2c94 devel/autoconf213/Makefile
--- a/devel/autoconf213/Makefile        Thu Dec 03 22:32:55 2020 +0000
+++ b/devel/autoconf213/Makefile        Thu Dec 03 22:56:00 2020 +0000
@@ -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 @@
 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