diff options
author | wxs <wxs@FreeBSD.org> | 2012-12-13 05:40:54 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2012-12-13 05:40:54 +0800 |
commit | 7c0a0b3cc7138a7b5c7719304f35234274e090b3 (patch) | |
tree | 3dcca0861a1d92b0fceba8e3a32333956a55f9a8 /net | |
parent | 2fb23ec2c9d5041df008b3f9e8898fbb9f9053ce (diff) | |
download | freebsd-ports-gnome-7c0a0b3cc7138a7b5c7719304f35234274e090b3.tar.gz freebsd-ports-gnome-7c0a0b3cc7138a7b5c7719304f35234274e090b3.tar.zst freebsd-ports-gnome-7c0a0b3cc7138a7b5c7719304f35234274e090b3.zip |
Update maintainer address.
Trim headers where applicable and in the cases where the maintainer
is the original author remove the headers entirely.
Update mirror to point to the newer location (old one redirected).
Submitted by: Nicolas Jombart <ecu@200ok.org> (maintainer, private mail)
Diffstat (limited to 'net')
-rw-r--r-- | net/hping-devel/Makefile | 8 | ||||
-rw-r--r-- | net/hping/Makefile | 4 | ||||
-rw-r--r-- | net/ipsorc/Makefile | 9 | ||||
-rw-r--r-- | net/p5-Net-Divert/Makefile | 6 | ||||
-rw-r--r-- | net/p5-Net-RawSock/Makefile | 6 |
5 files changed, 8 insertions, 25 deletions
diff --git a/net/hping-devel/Makefile b/net/hping-devel/Makefile index 65b802a99286..7eb54620ef7b 100644 --- a/net/hping-devel/Makefile +++ b/net/hping-devel/Makefile @@ -1,18 +1,14 @@ -# New ports collection makefile for: hping-devel -# Date Created: 2005/10/31 -# Whom: Nicolas Jombart <ecu@ipv42.net> -# # $FreeBSD$ PORTNAME= hping PORTVERSION= 3.0.20051105 CATEGORIES= net security MASTER_SITES= http://www.hping.org/ \ - http://ipv42.net/distfiles/hping/ + http://200ok.org/distfiles/hping/ PKGNAMESUFFIX= -devel DISTNAME= hping3-20051105 -MAINTAINER= ecu@ipv42.net +MAINTAINER= ecu@200ok.org COMMENT= Network auditing tool LIB_DEPENDS= tcl84:${PORTSDIR}/lang/tcl84 diff --git a/net/hping/Makefile b/net/hping/Makefile index 7e01f85d23db..eab4551136d6 100644 --- a/net/hping/Makefile +++ b/net/hping/Makefile @@ -10,10 +10,10 @@ PORTVERSION= 2.0.0r3 PORTEPOCH= 1 CATEGORIES= net security MASTER_SITES= http://www.hping.org/ \ - http://ipv42.net/distfiles/hping/ + http://200ok.org/distfiles/hping/ DISTNAME= hping2.0.0-rc3 -MAINTAINER= ecu@ipv42.net +MAINTAINER= ecu@200ok.org COMMENT= Network auditing tool CONFLICTS= hping-devel-[0-9]* diff --git a/net/ipsorc/Makefile b/net/ipsorc/Makefile index 5872dc7b4d50..ac7de9f4bb8f 100644 --- a/net/ipsorc/Makefile +++ b/net/ipsorc/Makefile @@ -1,18 +1,13 @@ -# New ports collection makefile for: ipsorc -# Date created: 02 December, 2001 -# Whom: Nicolas.Jombart@hsc-labs.com -# # $FreeBSD$ -# PORTNAME= ipsorc PORTVERSION= 1.7.5 PORTREVISION= 4 CATEGORIES= net security -MASTER_SITES= http://ipv42.net/distfiles/ipsorc/ \ +MASTER_SITES= http://200ok.org/distfiles/ipsorc/ \ http://sorcerer.mirrors.pair.com/sources/ipsorcery/${PORTVERSION}/ -MAINTAINER= ecu@ipv42.net +MAINTAINER= ecu@200ok.org COMMENT= A tool to create and send IP packets with a graphical GTK front-end USE_GNOME= gtk12 diff --git a/net/p5-Net-Divert/Makefile b/net/p5-Net-Divert/Makefile index 5448280895f0..f1ef8504d69c 100644 --- a/net/p5-Net-Divert/Makefile +++ b/net/p5-Net-Divert/Makefile @@ -1,7 +1,3 @@ -# New ports collection makefile for: p5-Net-Divert -# Date created: January 30, 2003 -# Whom: Nicolas Jombart -# # $FreeBSD$ PORTNAME= Net-Divert @@ -12,7 +8,7 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- EXTRACT_SUFX= .tgz -MAINTAINER= ecu@ipv42.net +MAINTAINER= ecu@200ok.org COMMENT= A module to deal with divert(4) sockets PERL_CONFIGURE= yes diff --git a/net/p5-Net-RawSock/Makefile b/net/p5-Net-RawSock/Makefile index 12da0db3c598..31b2e2f0936a 100644 --- a/net/p5-Net-RawSock/Makefile +++ b/net/p5-Net-RawSock/Makefile @@ -1,7 +1,3 @@ -# New ports collection makefile for: p5-Net-Divert -# Date created: January 30, 2003 -# Whom: Nicolas Jombart -# # $FreeBSD$ PORTNAME= Net-RawSock @@ -10,7 +6,7 @@ CATEGORIES= net perl5 MASTER_SITES= http://www.hsc.fr/ressources/outils/rawsock/download/ PKGNAMEPREFIX= p5- -MAINTAINER= ecu@ipv42.net +MAINTAINER= ecu@200ok.org COMMENT= Net::RawSock provides a base function to send raw IP packets from Perl PERL_CONFIGURE= yes |