diff options
author | jlam <jlam> | 2001-09-27 23:17:41 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-09-27 23:17:41 +0000 |
commit | 81defa46ec81d041e5aeea3c7cfad181f1864d9d (patch) | |
tree | 8b6ec0cf582f0f57f043f5e5bfea5beac1dfda77 /chat | |
parent | 4e9ea1dde8a8a5c23a7fcb3c0ad0d2c8c9ad333f (diff) | |
download | pkgsrc-81defa46ec81d041e5aeea3c7cfad181f1864d9d.tar.gz |
Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also
change dependency examples in Packages.txt to reflect this.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/blackened/Makefile | 4 | ||||
-rw-r--r-- | chat/bnc/Makefile | 4 | ||||
-rw-r--r-- | chat/ircII/Makefile | 4 | ||||
-rw-r--r-- | chat/tkirc/Makefile | 4 | ||||
-rw-r--r-- | chat/tkirc2/Makefile | 4 | ||||
-rw-r--r-- | chat/zenicb/Makefile | 4 | ||||
-rw-r--r-- | chat/zenirc/Makefile | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/chat/blackened/Makefile b/chat/blackened/Makefile index 86b2a6d2b12..2136bd5e889 100644 --- a/chat/blackened/Makefile +++ b/chat/blackened/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/06/07 02:01:11 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 2001/09/27 23:17:48 jlam Exp $ # DISTNAME= blackened-1.7.1 @@ -9,7 +9,7 @@ MAINTAINER= carneous@carneous.net HOMEPAGE= http://www.blackened.com/blackened/ COMMENT= The Blackened IRC client -CONFLICTS= ircII-* +CONFLICTS= ircII-[0-9]* GNU_CONFIGURE= YES diff --git a/chat/bnc/Makefile b/chat/bnc/Makefile index b0f3d577854..95ea5db5da6 100644 --- a/chat/bnc/Makefile +++ b/chat/bnc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/04/22 22:01:10 zuntum Exp $ +# $NetBSD: Makefile,v 1.5 2001/09/27 23:17:48 jlam Exp $ # FreeBSD Id: ports/irc/bnc/Makefile,v 1.9 2000/05/22 06:38:58 will Exp DISTNAME= bnc2.8.2 @@ -10,7 +10,7 @@ MAINTAINER= zuntum@netbsd.org HOMEPAGE= http://bnc.dragondata.com COMMENT= Simple IRC relay proxy with support for virtual hosting -DEPENDS+= dialog-*:../../misc/dialog +DEPENDS+= dialog-[0-9]*:../../misc/dialog GNU_CONFIGURE= YES diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile index c9bde2e80da..baca646a822 100644 --- a/chat/ircII/Makefile +++ b/chat/ircII/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/07/15 12:22:16 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2001/09/27 23:17:48 jlam Exp $ # FreeBSD Id: Makefile,v 1.14 1997/05/14 10:35:13 torstenb Exp # @@ -12,7 +12,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= packages@netbsd.org COMMENT= The 'Internet Relay Chat' and 'Internet Citizens Band' Client -CONFLICTS= blackened-* +CONFLICTS= blackened-[0-9]* .include "../../mk/bsd.prefs.mk" diff --git a/chat/tkirc/Makefile b/chat/tkirc/Makefile index 94c49224bfb..5e55351abf4 100644 --- a/chat/tkirc/Makefile +++ b/chat/tkirc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/03/09 11:44:37 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.6 2001/09/27 23:17:49 jlam Exp $ DISTNAME= tkirc1.202 PKGNAME= tkirc-1.202 @@ -9,7 +9,7 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://netsplit.de/tkirc1/ COMMENT= GUI for the ircII Internet Relay Chat client -DEPENDS+= ircII-*:../../chat/ircII +DEPENDS+= ircII-[0-9]*:../../chat/ircII DEPENDS+= tk>=8.3.2:../../x11/tk USE_X11= yes diff --git a/chat/tkirc2/Makefile b/chat/tkirc2/Makefile index 20ade5615a3..695aa764c18 100644 --- a/chat/tkirc2/Makefile +++ b/chat/tkirc2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/09/07 06:18:57 tron Exp $ +# $NetBSD: Makefile,v 1.2 2001/09/27 23:17:49 jlam Exp $ DISTNAME= tkirc2.46 PKGNAME= tkirc2-2.46 @@ -9,7 +9,7 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://netsplit.de/tkirc2/ COMMENT= GUI for the ircII Internet Relay Chat client -DEPENDS+= ircII-*:../../chat/ircII +DEPENDS+= ircII-[0-9]*:../../chat/ircII DEPENDS+= tk>=8.3.2:../../x11/tk USE_X11= yes diff --git a/chat/zenicb/Makefile b/chat/zenicb/Makefile index 7b4306d2b0e..6ec2eb729df 100644 --- a/chat/zenicb/Makefile +++ b/chat/zenicb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/23 19:17:39 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2001/09/27 23:17:49 jlam Exp $ # DISTNAME= zenicb-19981202 @@ -19,7 +19,7 @@ MAKEFLAGS+= USE_XEMACS=${USE_XEMACS} ELISPDIR= lib/xemacs/xemacs-packages/lisp .else EMACS= emacs -DEPENDS+= emacs-*:../../editors/emacs +DEPENDS+= emacs-[0-9]*:../../editors/emacs ELISPDIR= share/emacs/site-lisp .endif diff --git a/chat/zenirc/Makefile b/chat/zenirc/Makefile index 1c289a259a1..ea5d947c2c2 100644 --- a/chat/zenirc/Makefile +++ b/chat/zenirc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/08/14 21:38:26 thorpej Exp $ +# $NetBSD: Makefile,v 1.2 2001/09/27 23:17:49 jlam Exp $ # DISTNAME= zenirc-2.112 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.splode.com/~friedman/software/emacs-lisp/zenirc/ COMMENT= IRC client for Emacs # XXX Someone who cares can make this work with Xemacs. -DEPENDS+= emacs-*:../../editors/emacs +DEPENDS+= emacs-[0-9]*:../../editors/emacs USE_GTEXINFO= YES GNU_CONFIGURE= YES |