pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/host replace MASTER_SITES with MASTER_SITE_BACKUP,...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9968a58604c9
branches:  trunk
changeset: 462762:9968a58604c9
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Oct 11 14:23:04 2003 +0000

description:
replace MASTER_SITES with MASTER_SITE_BACKUP, as the "real" master
site doesn't have the distfile anymore.

also add a CONFLICT on bind, as it includes bin/host also.

fixes PR pkg/20810 from Jeremy C. Reed.

diffstat:

 net/host/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r c49b75cfc3bb -r 9968a58604c9 net/host/Makefile
--- a/net/host/Makefile Sat Oct 11 14:20:20 2003 +0000
+++ b/net/host/Makefile Sat Oct 11 14:23:04 2003 +0000
@@ -1,16 +1,18 @@
-# $NetBSD: Makefile,v 1.6 2003/07/21 17:10:44 martti Exp $
+# $NetBSD: Makefile,v 1.7 2003/10/11 14:23:04 grant Exp $
 
 DISTNAME=      host_991529
 PKGNAME=       host-991529
 WRKSRC=                ${WRKDIR}
 CATEGORIES=    net
-MASTER_SITES=  ftp://ftp.nikhef.nl/pub/network/
+MASTER_SITES=  ${MASTER_SITE_BACKUP}
 EXTRACT_SUFX=  .tar.Z
 
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
 HOMEPAGE=      http://www.nikhef.nl/user/e07/
 COMMENT=       Powerful DNS query and testing tool
 
+CONFLICTS+=    bind-[0-9]*
+
 .include "../../mk/bsd.prefs.mk"
 
 # If you've removed $HOSTALIASES support from your system then



Home | Main Index | Thread Index | Old Index