pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Add CONFLICTS between mail/rblcheck and net/udns



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1b810a454869
branches:  trunk
changeset: 610237:1b810a454869
user:      cheusov <cheusov%pkgsrc.org@localhost>
date:      Sun Oct 21 17:37:03 2012 +0000

description:
Add CONFLICTS between mail/rblcheck and net/udns

diffstat:

 mail/rblcheck/Makefile |  5 ++++-
 net/udns/Makefile      |  5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diffs (42 lines):

diff -r fd1d6cf13cbc -r 1b810a454869 mail/rblcheck/Makefile
--- a/mail/rblcheck/Makefile    Sun Oct 21 17:32:49 2012 +0000
+++ b/mail/rblcheck/Makefile    Sun Oct 21 17:37:03 2012 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2012/10/21 17:32:49 cheusov Exp $
+# $NetBSD: Makefile,v 1.18 2012/10/21 17:37:03 cheusov Exp $
 
 DISTNAME=      rblcheck-1.5
+PKGREVISION=   1
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=rblcheck/}
 
@@ -9,6 +10,8 @@
 COMMENT=       Command-line interface to Paul Vixie's RBL filter
 LICENSE=       gnu-gpl-v2
 
+CONFLICTS=     udns-[0-9]*
+
 USE_TOOLS+=    gmake
 GNU_CONFIGURE= yes
 
diff -r fd1d6cf13cbc -r 1b810a454869 net/udns/Makefile
--- a/net/udns/Makefile Sun Oct 21 17:32:49 2012 +0000
+++ b/net/udns/Makefile Sun Oct 21 17:37:03 2012 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2012/05/12 05:38:00 adam Exp $
+# $NetBSD: Makefile,v 1.5 2012/10/21 17:37:03 cheusov Exp $
 
 DISTNAME=      udns-0.2
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  http://www.corpit.ru/mjt/udns/
 
@@ -9,6 +10,8 @@
 COMMENT=       Lightweight DNS resolver supporting asynchronous queries
 LICENSE=       gnu-lgpl-v2.1
 
+CONFLICTS=     rblcheck-[0-9]*
+
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}



Home | Main Index | Thread Index | Old Index