aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-05 15:33:51 +0800
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-05 15:33:51 +0800
commitbf60be81d18978782b3c3de21916fdb4a5cbb2e5 (patch)
tree9be083b0fd811caaa5b6ea713f83e7705ea93fbe /net
parente15afee535ffec38424947ba1c7eb0ada4141fc2 (diff)
downloadfreebsd-ports-gnome-bf60be81d18978782b3c3de21916fdb4a5cbb2e5.tar.gz
freebsd-ports-gnome-bf60be81d18978782b3c3de21916fdb4a5cbb2e5.tar.zst
freebsd-ports-gnome-bf60be81d18978782b3c3de21916fdb4a5cbb2e5.zip
Chase repocopies towards ports/dns
PR: ports/56020 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Approved by: portmgr
Diffstat (limited to 'net')
-rw-r--r--net/bind9-dlz/Makefile2
-rw-r--r--net/bind9/Makefile2
-rw-r--r--net/dnssecwalker/Makefile2
-rw-r--r--net/dnswalk/Makefile2
-rw-r--r--net/gale/Makefile2
-rw-r--r--net/hinfo/Makefile2
-rw-r--r--net/ipsvd/Makefile2
-rw-r--r--net/openreg/Makefile4
-rw-r--r--net/p5-Net-DNS-SEC/Makefile2
-rw-r--r--net/p5-Net-DNS-ZoneFile/Makefile2
-rw-r--r--net/p5-Tie-DNS/Makefile2
-rw-r--r--net/py-adns/Makefile2
-rw-r--r--net/sleuth/Makefile2
-rw-r--r--net/walker/Makefile2
-rw-r--r--net/xtraceroute/Makefile4
15 files changed, 17 insertions, 17 deletions
diff --git a/net/bind9-dlz/Makefile b/net/bind9-dlz/Makefile
index 4f4735d41b07..83ef23da88ce 100644
--- a/net/bind9-dlz/Makefile
+++ b/net/bind9-dlz/Makefile
@@ -9,7 +9,7 @@ PORTNAME= bind9
PORTVERSION= ${ISCVERSION}+${DLZVERSION}
CATEGORIES= net ipv6
MASTER_SITES= ${MASTER_SITE_ISC} \
- ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/bind9/${ISCVERSION}/,} \
+ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,dns/bind9/${ISCVERSION}/,} \
${MASTER_SITES_DLZ:S/$/:dlz/}
MASTER_SITE_SUBDIR= bind-dlz/:dlz
PKGNAMESUFFIX= -dlz
diff --git a/net/bind9/Makefile b/net/bind9/Makefile
index 1067fabd52dd..8d8738b98623 100644
--- a/net/bind9/Makefile
+++ b/net/bind9/Makefile
@@ -15,7 +15,7 @@ PORTNAME= bind9
PORTVERSION= 9.2.2
CATEGORIES= net ipv6
MASTER_SITES= ${MASTER_SITE_ISC} \
- ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/bind9/${ISCVERSION}/,}
+ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,dns/bind9/${ISCVERSION}/,}
MASTER_SITE_SUBDIR= bind9/${ISCVERSION}
DISTFILES= bind-${ISCVERSION}.tar.gz
diff --git a/net/dnssecwalker/Makefile b/net/dnssecwalker/Makefile
index 0f61a1ca2c28..e10b2984a8fb 100644
--- a/net/dnssecwalker/Makefile
+++ b/net/dnssecwalker/Makefile
@@ -15,7 +15,7 @@ DISTNAME= walker-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= DNSSEC Walker
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS
+RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
USE_PERL5= yes
NO_BUILD= yes
diff --git a/net/dnswalk/Makefile b/net/dnswalk/Makefile
index 25b5fa765d62..f437f8c4143d 100644
--- a/net/dnswalk/Makefile
+++ b/net/dnswalk/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://www.visi.com/~barr/dnswalk/
MAINTAINER= mph@freebsd.org
COMMENT= DNS debugger - requests a zone transfer and analyzes the result
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS
+RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
NO_WRKSUBDIR= YES
NO_BUILD= YES
diff --git a/net/gale/Makefile b/net/gale/Makefile
index 854cd062ffc9..de5f6186f68b 100644
--- a/net/gale/Makefile
+++ b/net/gale/Makefile
@@ -16,7 +16,7 @@ COMMENT= A secure instant messaging system
BUILD_DEPENDS= ${LOCALBASE}/lib/libgc.a:${PORTSDIR}/devel/boehm-gc
LIB_DEPENDS= wwwcore.1:${PORTSDIR}/www/libwww \
- adns.1:${PORTSDIR}/net/adns
+ adns.1:${PORTSDIR}/dns/adns
USE_OPENSSL= yes
USE_AUTOCONF_VER=213
diff --git a/net/hinfo/Makefile b/net/hinfo/Makefile
index c24f8e2dadbe..9317e7daa693 100644
--- a/net/hinfo/Makefile
+++ b/net/hinfo/Makefile
@@ -16,7 +16,7 @@ MASTER_SITES= http://www.lonesome.com/FreeBSD/distfiles/
MAINTAINER= linimon@lonesome.com
COMMENT= Utility primarily designed to find the owner of an IP block
-RUN_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \
+RUN_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
wget:${PORTSDIR}/ftp/wget/
USE_PERL5_RUN= yes
diff --git a/net/ipsvd/Makefile b/net/ipsvd/Makefile
index 0bc364875dd3..478980b87d5d 100644
--- a/net/ipsvd/Makefile
+++ b/net/ipsvd/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://smarden.org/ipsvd/
MAINTAINER= sergei@kolobov.com
COMMENT= Internet protocol service daemons
-BUILD_DEPENDS= ${LOCALBASE}/lib/libdjbdns.a:${PORTSDIR}/devel/libdjbdns
+BUILD_DEPENDS= ${LOCALBASE}/lib/libdjbdns.a:${PORTSDIR}/dns/libdjbdns
WRKSRC= ${WRKDIR}/net/${DISTNAME}
ALL_TARGET= default
diff --git a/net/openreg/Makefile b/net/openreg/Makefile
index 72390cb8fa22..f0b89f157c8f 100644
--- a/net/openreg/Makefile
+++ b/net/openreg/Makefile
@@ -15,10 +15,10 @@ MAINTAINER= seanc@FreeBSD.org
COMMENT= Domain Registry software
RUN_DEPENDS= ${LOCALBASE}/sbin/stunnel:${PORTSDIR}/security/stunnel \
- ${LOCALBASE}/sbin/named:${PORTSDIR}/net/bind9 \
+ ${LOCALBASE}/sbin/named:${PORTSDIR}/dns/bind9 \
${LOCALBASE}/bin/postgres:${PORTSDIR}/${POSTGRESQL_PORT} \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
-BUILD_DEPENDS= ${LOCALBASE}/include/isc/buffer.h:${PORTSDIR}/net/bind9
+BUILD_DEPENDS= ${LOCALBASE}/include/isc/buffer.h:${PORTSDIR}/dns/bind9
LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2
POSTGRESQL_PORT?= databases/postgresql7
diff --git a/net/p5-Net-DNS-SEC/Makefile b/net/p5-Net-DNS-SEC/Makefile
index 72e55f3ef58d..69faf2905418 100644
--- a/net/p5-Net-DNS-SEC/Makefile
+++ b/net/p5-Net-DNS-SEC/Makefile
@@ -16,7 +16,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= erwin@FreeBSD.org
COMMENT= DNSSEC extensions to Net::DNS
-BUILD_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \
+BUILD_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/RSA.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \
${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/DSA.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-DSA \
${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/Bignum.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-Bignum \
diff --git a/net/p5-Net-DNS-ZoneFile/Makefile b/net/p5-Net-DNS-ZoneFile/Makefile
index 37911b11b556..e0e2236991bb 100644
--- a/net/p5-Net-DNS-ZoneFile/Makefile
+++ b/net/p5-Net-DNS-ZoneFile/Makefile
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Perl extension to convert a zone file to a collection of RRs
-BUILD_DEPENDS= ${SITE_PERL}/Net/DNS/RR.pm:${PORTSDIR}/net/p5-Net-DNS \
+BUILD_DEPENDS= ${SITE_PERL}/Net/DNS/RR.pm:${PORTSDIR}/dns/p5-Net-DNS \
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
${SITE_PERL}/NetAddr/IP.pm:${PORTSDIR}/net/p5-NetAddr-IP
RUN_DEPENDS= ${BUILD_DEPENDS}
diff --git a/net/p5-Tie-DNS/Makefile b/net/p5-Tie-DNS/Makefile
index 12dac45af52b..43e423f92303 100644
--- a/net/p5-Tie-DNS/Makefile
+++ b/net/p5-Tie-DNS/Makefile
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= svenasse@polaris.ca
COMMENT= Tie interface to p5-Net-DNS
-BUILD_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS
+BUILD_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
RUN_DEPENDS= ${BUILD_DEPENDS}
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
diff --git a/net/py-adns/Makefile b/net/py-adns/Makefile
index 934cdd2ecba6..2df297993aec 100644
--- a/net/py-adns/Makefile
+++ b/net/py-adns/Makefile
@@ -15,7 +15,7 @@ DISTNAME= adns-python-${PORTVERSION}
MAINTAINER= perky@FreeBSD.org
COMMENT= A Python Interface to adns, the asynchronous DNS library
-LIB_DEPENDS= adns.1:${PORTSDIR}/net/adns
+LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns
USE_PYTHON= yes
USE_PYDISTUTILS= yes
diff --git a/net/sleuth/Makefile b/net/sleuth/Makefile
index 90298d6e6164..cd3fb2973003 100644
--- a/net/sleuth/Makefile
+++ b/net/sleuth/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/local/mj/net/
MAINTAINER= markp@FreeBSD.org
COMMENT= A tool for checking DNS zones
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS
+RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
USE_PERL5= yes
diff --git a/net/walker/Makefile b/net/walker/Makefile
index b2ece6bd6b19..7f428beb2c1d 100644
--- a/net/walker/Makefile
+++ b/net/walker/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= http://josefsson.org/walker/
MAINTAINER= ports@FreeBSD.org
COMMENT= Recover zone file information from servers that use DNSSEC
-RUN_DEPENDS= ${LOCALBASE}/bin/dig:${PORTSDIR}/net/bind9
+RUN_DEPENDS= ${LOCALBASE}/bin/dig:${PORTSDIR}/dns/bind9
USE_REINPLACE= yes
NO_BUILD= yes
diff --git a/net/xtraceroute/Makefile b/net/xtraceroute/Makefile
index fd343a87ac40..2bde1996fcec 100644
--- a/net/xtraceroute/Makefile
+++ b/net/xtraceroute/Makefile
@@ -14,9 +14,9 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DATAFILES}
MAINTAINER= ports@FreeBSD.org
COMMENT= 3D graphical version of the traceroute program
-BUILD_DEPENDS= ${LOCALBASE}/bin/host:${PORTSDIR}/net/host
+BUILD_DEPENDS= ${LOCALBASE}/bin/host:${PORTSDIR}/dns/host
LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea
-RUN_DEPENDS= ${LOCALBASE}/bin/host:${PORTSDIR}/net/host
+RUN_DEPENDS= ${LOCALBASE}/bin/host:${PORTSDIR}/dns/host
USE_X_PREFIX= yes
USE_MESA= yes