diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2010-09-23 01:10:26 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2010-09-23 01:10:26 +0800 |
commit | b1e45c6ca5c6fdaa86e8e3700568ef95ac9257c7 (patch) | |
tree | 22e94a7fab69d1d1dcb8877f28d742bfb0dc8446 /net | |
parent | d93581705b91d5f733db1ca162e52ac771674c05 (diff) | |
download | freebsd-ports-gnome-b1e45c6ca5c6fdaa86e8e3700568ef95ac9257c7.tar.gz freebsd-ports-gnome-b1e45c6ca5c6fdaa86e8e3700568ef95ac9257c7.tar.zst freebsd-ports-gnome-b1e45c6ca5c6fdaa86e8e3700568ef95ac9257c7.zip |
- Update MAINTAINER to my FreeBSD.org address
Approved by: pgollucci (mentor)
Diffstat (limited to 'net')
-rw-r--r-- | net/mDNSResponder/Makefile | 2 | ||||
-rw-r--r-- | net/mtr/Makefile | 2 | ||||
-rw-r--r-- | net/p5-OAI-Harvester/Makefile | 2 | ||||
-rw-r--r-- | net/tcptraceroute/Makefile | 2 | ||||
-rw-r--r-- | net/tintin++/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/net/mDNSResponder/Makefile b/net/mDNSResponder/Makefile index ac07f732c318..3052b4ade11b 100644 --- a/net/mDNSResponder/Makefile +++ b/net/mDNSResponder/Makefile @@ -11,7 +11,7 @@ PORTVERSION= 214.3.2 CATEGORIES= net dns MASTER_SITES= http://opensource.apple.com/tarballs/mDNSResponder/ -MAINTAINER= sunpoet@sunpoet.net +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Apple's mDNSResponder LICENSE= ASL BSD diff --git a/net/mtr/Makefile b/net/mtr/Makefile index 8521ddb1c557..4bfcd079337c 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ \ http://mirrors.evolva.ro/util/mtr/ \ http://sunpoet.net/distfiles/ -MAINTAINER= sunpoet@sunpoet.net +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Traceroute and ping in a single graphical network diagnostic tool GNU_CONFIGURE= yes diff --git a/net/p5-OAI-Harvester/Makefile b/net/p5-OAI-Harvester/Makefile index e11188e0b414..886e8fdfe792 100644 --- a/net/p5-OAI-Harvester/Makefile +++ b/net/p5-OAI-Harvester/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net perl5 MASTER_SITES= CPAN/../../authors/id/T/TH/THB/ PKGNAMEPREFIX= p5- -MAINTAINER= sunpoet@sunpoet.net +MAINTAINER= sunpoet@FreeBSD.org COMMENT= A module to harvest using the OAI protocol BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ diff --git a/net/tcptraceroute/Makefile b/net/tcptraceroute/Makefile index 85a40f770c37..f2abb18e9f65 100644 --- a/net/tcptraceroute/Makefile +++ b/net/tcptraceroute/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net MASTER_SITES= http://michael.toren.net/code/tcptraceroute/ \ http://sunpoet.net/distfiles/ -MAINTAINER= sunpoet@sunpoet.net +MAINTAINER= sunpoet@FreeBSD.org COMMENT= A traceroute implementation using TCP packets BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10 diff --git a/net/tintin++/Makefile b/net/tintin++/Makefile index 1398a31d56eb..4934deec4ff0 100644 --- a/net/tintin++/Makefile +++ b/net/tintin++/Makefile @@ -11,7 +11,7 @@ CATEGORIES+= net games MASTER_SITES= SF/tintin/TinTin%2B%2B%20Source%20Code/${PORTVERSION}/ DISTNAME= tintin-${PORTVERSION} -MAINTAINER= sunpoet@sunpoet.net +MAINTAINER= sunpoet@FreeBSD.org COMMENT= A client program to help playing MUDs LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre |