pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net Add mcast-tools.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2756f50ccc5a
branches:  trunk
changeset: 534104:2756f50ccc5a
user:      is <is%pkgsrc.org@localhost>
date:      Thu Oct 11 19:03:37 2007 +0000

description:
Add mcast-tools.
Mcast-tools conflicts with pim6sd and pim6dd, as it contains (presumably
more up to date) versions.

diffstat:

 net/Makefile        |  3 ++-
 net/pim6dd/Makefile |  4 +++-
 net/pim6sd/Makefile |  4 +++-
 3 files changed, 8 insertions(+), 3 deletions(-)

diffs (53 lines):

diff -r 47d384a45c71 -r 2756f50ccc5a net/Makefile
--- a/net/Makefile      Thu Oct 11 18:56:16 2007 +0000
+++ b/net/Makefile      Thu Oct 11 19:03:37 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.682 2007/09/19 23:34:02 wiz Exp $
+# $NetBSD: Makefile,v 1.683 2007/10/11 19:03:37 is Exp $
 #
 
 COMMENT=       Networking tools
@@ -196,6 +196,7 @@
 SUBDIR+=       mDNSResponder-nss
 SUBDIR+=       maradns
 SUBDIR+=       mbrowse
+SUBDIR+=       mcast-tools
 SUBDIR+=       md-whois
 SUBDIR+=       microdc2
 SUBDIR+=       miredo
diff -r 47d384a45c71 -r 2756f50ccc5a net/pim6dd/Makefile
--- a/net/pim6dd/Makefile       Thu Oct 11 18:56:16 2007 +0000
+++ b/net/pim6dd/Makefile       Thu Oct 11 19:03:37 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2007/03/24 19:21:30 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2007/10/11 19:03:38 is Exp $
 
 DISTNAME=      pim6dd-20031021a
 CATEGORIES=    net
@@ -7,6 +7,8 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       IPv6 PIM dense mode daemon
 
+CONFLICTS=     mcast-tools-*
+
 WRKSRC=                ${WRKDIR}/${DISTNAME}/pim6dd/
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.pim6dd
diff -r 47d384a45c71 -r 2756f50ccc5a net/pim6sd/Makefile
--- a/net/pim6sd/Makefile       Thu Oct 11 18:56:16 2007 +0000
+++ b/net/pim6sd/Makefile       Thu Oct 11 19:03:37 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2007/03/28 13:24:23 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2007/10/11 19:03:38 is Exp $
 
 DISTNAME=      pim6sd-20031021a
 CATEGORIES=    net
@@ -13,6 +13,8 @@
 INSTALLATION_DIRS=     sbin ${PKGMANDIR}/cat5 ${PKGMANDIR}/cat8 \
                        ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 ${PKGMANDIR}/man8
 
+CONFLICTS=     mcast-tools-*
+
 post-install:
        ${INSTALL_MAN} ${WRKSRC}/pim6stat.1 ${PREFIX}/${PKGMANDIR}/man1
 



Home | Main Index | Thread Index | Old Index