summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-09-05 07:33:51 +0000
committeredwin <edwin@FreeBSD.org>2003-09-05 07:33:51 +0000
commitceff32bcc316a64e9670d27cac3756c938c4ee86 (patch)
treef903034d96611387c8ea48c1a597e6fe760c51f2 /net
parentfe0814ceee24f208469570b9c55f04a54739392d (diff)
downloadFreeBSD-ports-ceff32bcc316a64e9670d27cac3756c938c4ee86.zip
FreeBSD-ports-ceff32bcc316a64e9670d27cac3756c938c4ee86.tar.gz
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 4f4735d..83ef23d 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 1067fab..8d8738b 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 0f61a1c..e10b298 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 25b5fa7..f437f8c 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 854cd06..de5f618 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 c24f8e2..9317e7d 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 0bc3648..478980b 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 72390cb8..f0b89f1 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 72e55f3..69faf29 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 37911b1..e0e2236 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 12dac45..43e423f 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 934cdd2..2df2979 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 90298d6..cd3fb29 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 b2ece6b..7f428be 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 fd343a8..2bde199 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
OpenPOWER on IntegriCloud