summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2016-12-01 14:48:02 +0000
committerwiz <wiz>2016-12-01 14:48:02 +0000
commit977abdadc6d0911ba118d42578a3a75aae7e05de (patch)
tree3a206a15f9a339017e2d7b26b43c91f75c266d69
parent388eef4544309783d463846a0fe609e5f0efbb3a (diff)
downloadpkgsrc-977abdadc6d0911ba118d42578a3a75aae7e05de.tar.gz
Fix weird CONFLICTS line.
-rw-r--r--audio/timidity/Makefile4
-rw-r--r--mail/imp/Makefile4
-rw-r--r--net/irrtoolset5/Makefile5
-rw-r--r--net/isc-dhcp4/Makefile.common4
-rw-r--r--security/libassuan2/Makefile5
-rw-r--r--textproc/texi2html/Makefile4
-rw-r--r--www/horde/Makefile4
-rw-r--r--www/p5-URI/Makefile4
-rw-r--r--x11/lablgtk1/Makefile4
9 files changed, 19 insertions, 19 deletions
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile
index 38191f40351..f8a417f91e4 100644
--- a/audio/timidity/Makefile
+++ b/audio/timidity/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.100 2016/08/03 10:22:32 adam Exp $
+# $NetBSD: Makefile,v 1.101 2016/12/01 14:48:02 wiz Exp $
DISTNAME= TiMidity++-2.14.0
PKGNAME= ${DISTNAME:S/TiMidity++/timidity/}
@@ -12,7 +12,7 @@ HOMEPAGE= http://timidity.sourceforge.net/
COMMENT= MIDI to WAV renderer and player
LICENSE= gnu-gpl-v2
-CONFLICTS= kdemultimedia-2.*{,nb*}
+CONFLICTS= kdemultimedia-2.*
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-vt100
diff --git a/mail/imp/Makefile b/mail/imp/Makefile
index bd94e30ba82..8ad5dbe5512 100644
--- a/mail/imp/Makefile
+++ b/mail/imp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2016/09/11 17:03:26 taca Exp $
+# $NetBSD: Makefile,v 1.63 2016/12/01 14:48:02 wiz Exp $
DISTNAME= imp-h3-${IMPVER}
PKGNAME= imp-${IMPVER}
@@ -12,7 +12,7 @@ HOMEPAGE= http://www.horde.org/imp/
COMMENT= Internet Messaging Program
LICENSE= gnu-gpl-v2
-CONFLICTS+= imp-3.*{,nb*}
+CONFLICTS+= imp-3.*
DEPENDS+= horde>=3.2:../../www/horde
DEPENDS+= ${PHP_PKG_PREFIX}-imap>4.3.3:../../mail/php-imap
diff --git a/net/irrtoolset5/Makefile b/net/irrtoolset5/Makefile
index dd9fc6737e3..1e55d06f19c 100644
--- a/net/irrtoolset5/Makefile
+++ b/net/irrtoolset5/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2013/07/15 02:02:27 ryoon Exp $
-#
+# $NetBSD: Makefile,v 1.9 2016/12/01 14:48:02 wiz Exp $
VERSION= 5.0.1
DISTNAME= irrtoolset-${VERSION}
@@ -11,7 +10,7 @@ HOMEPAGE= http://irrtoolset.isc.org/
COMMENT= The Internet Routing Registry Toolset - client to IRRd
LICENSE= gnu-gpl-v2 AND mit AND modified-bsd
-CONFLICTS= IRRToolSet-4.*{,nb*}
+CONFLICTS= IRRToolSet-4.*
.include "../../mk/bsd.prefs.mk"
diff --git a/net/isc-dhcp4/Makefile.common b/net/isc-dhcp4/Makefile.common
index 84c57e16fdb..06e93998d64 100644
--- a/net/isc-dhcp4/Makefile.common
+++ b/net/isc-dhcp4/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.31 2016/03/30 15:55:44 taca Exp $
+# $NetBSD: Makefile.common,v 1.32 2016/12/01 14:48:02 wiz Exp $
#
# used by net/isc-dhcp4/Makefile
# used by net/isc-dhcpd4/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.isc.org/sw/dhcp
LICENSE= isc
-CONFLICTS+= isc-dhcp-base-3.*{,nb*}
+CONFLICTS+= isc-dhcp-base-3.*
VERSION= 4.3.4
diff --git a/security/libassuan2/Makefile b/security/libassuan2/Makefile
index 652cf4d019c..dbc426ab48e 100644
--- a/security/libassuan2/Makefile
+++ b/security/libassuan2/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2016/07/16 08:27:47 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2016/12/01 14:48:02 wiz Exp $
DISTNAME= libassuan-2.4.3
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libassuan/
EXTRACT_SUFX= .tar.bz2
-CONFLICTS= libassuan-1.*{,nb*}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gnupg.org/related_software/libassuan/index.en.html
@@ -17,6 +16,8 @@ CONFIGURE_ARGS+= --infodir=${PREFIX}/info
INFO_FILES= yes
TEST_TARGET= check
+CONFLICTS= libassuan-1.*
+
BUILDLINK_ABI_DEPENDS.libgpg-error+= libgpg-error>=1.17
.include "../../security/libgpg-error/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile
index fc79d392f2c..069049bfa50 100644
--- a/textproc/texi2html/Makefile
+++ b/textproc/texi2html/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2016/07/09 06:39:08 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2016/12/01 14:48:02 wiz Exp $
DISTNAME= texi2html-5.0
PKGREVISION= 6
@@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2
DEPENDS+= p5-Locale-libintl-[0-9]*:../../misc/p5-Locale-libintl
-CONFLICTS= teTeX-bin-1.*{,nb*}
+CONFLICTS= teTeX-bin-1.*
USE_TOOLS+= gmake perl:run
GNU_CONFIGURE= yes
diff --git a/www/horde/Makefile b/www/horde/Makefile
index 456843c81df..66b84e90ec5 100644
--- a/www/horde/Makefile
+++ b/www/horde/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2016/05/17 10:32:09 fhajny Exp $
+# $NetBSD: Makefile,v 1.78 2016/12/01 14:48:02 wiz Exp $
DISTNAME= horde-3.3.13
PKGREVISION= 2
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.horde.org/
COMMENT= PHP application framework
LICENSE= gnu-lgpl-v2
-CONFLICTS+= horde-2.*{,nb*}
+CONFLICTS+= horde-2.*
.include "../../lang/php/phpversion.mk"
diff --git a/www/p5-URI/Makefile b/www/p5-URI/Makefile
index c59db2bcc4b..1446b1f8b02 100644
--- a/www/p5-URI/Makefile
+++ b/www/p5-URI/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2016/06/08 19:25:17 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2016/12/01 14:48:02 wiz Exp $
DISTNAME= URI-1.71
PKGNAME= p5-${DISTNAME}
@@ -15,7 +15,7 @@ LICENSE= ${PERL5_LICENSE}
# recommended
DEPENDS+= p5-Business-ISBN-[0-9]*:../../misc/p5-Business-ISBN
-CONFLICTS+= p5-libwww-5.36{,nb*} # URI used to be part of that package
+CONFLICTS+= p5-libwww>=5.36<5.37 # URI used to be part of that package
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/URI/.packlist
diff --git a/x11/lablgtk1/Makefile b/x11/lablgtk1/Makefile
index 1e48523598f..c36e6574e1c 100644
--- a/x11/lablgtk1/Makefile
+++ b/x11/lablgtk1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2016/05/05 11:45:37 jaapb Exp $
+# $NetBSD: Makefile,v 1.15 2016/12/01 14:48:02 wiz Exp $
DISTNAME= lablgtk-1.2.7
PKGNAME= lablgtk1-1.2.7
@@ -18,7 +18,7 @@ USE_TOOLS+= gmake
BUILDLINK_DEPMETHOD.ocaml= full
BUILDLINK_API_DEPENDS.ocaml+= ocaml>=3.0.5
-CONFLICTS+= lablgtk-1.*{,nb*}
+CONFLICTS+= lablgtk-1.*
.include "../../mk/bsd.prefs.mk"