diff options
author | Sofian Brabez <sbz@FreeBSD.org> | 2011-03-18 10:04:54 +0000 |
---|---|---|
committer | Sofian Brabez <sbz@FreeBSD.org> | 2011-03-18 10:04:54 +0000 |
commit | d7c5457ddfe2556cc9d7becaeb1defa4c37c1931 (patch) | |
tree | 6da6f344fc084ffb9b0fd15185973d2c20a77372 /net | |
parent | cceb7cc4ccd6d17eff5ef5242b71a89b01765ac0 (diff) | |
download | ports-d7c5457ddfe2556cc9d7becaeb1defa4c37c1931.tar.gz ports-d7c5457ddfe2556cc9d7becaeb1defa4c37c1931.zip |
Update my MAINTAINER address to sbz at FreeBSD.org.
Approved by: jadawin@ (mentor)
Notes
Notes:
svn path=/head/; revision=271244
Diffstat (limited to 'net')
-rw-r--r-- | net/hexinject/Makefile | 2 | ||||
-rw-r--r-- | net/panoptis/Makefile | 2 | ||||
-rw-r--r-- | net/py-dpkt/Makefile | 2 | ||||
-rw-r--r-- | net/py-libnet/Makefile | 2 | ||||
-rw-r--r-- | net/py-soapy/Makefile | 2 | ||||
-rw-r--r-- | net/scnc/Makefile | 2 | ||||
-rw-r--r-- | net/tcpslice/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/net/hexinject/Makefile b/net/hexinject/Makefile index 6abd2ef31bdc..1448711e2151 100644 --- a/net/hexinject/Makefile +++ b/net/hexinject/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}-${PORTVERSION} -MAINTAINER= sbrabez@gmail.com +MAINTAINER= sbz@FreeBSD.org COMMENT= HexInject is a very versatile packet injector and sniffer PLIST_FILES= bin/${PORTNAME} diff --git a/net/panoptis/Makefile b/net/panoptis/Makefile index 3739a8cdbe06..1239cfbcea90 100644 --- a/net/panoptis/Makefile +++ b/net/panoptis/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 2 CATEGORIES= net security MASTER_SITES= SF -MAINTAINER= sbrabez@gmail.com +MAINTAINER= sbz@FreeBSD.org COMMENT= Detect and block DoS/DDoS attacks LIB_DEPENDS= ccgnu2-1.7.0:${PORTSDIR}/devel/commoncpp diff --git a/net/py-dpkt/Makefile b/net/py-dpkt/Makefile index 968bdcd6199c..8716ed8395fb 100644 --- a/net/py-dpkt/Makefile +++ b/net/py-dpkt/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= sbrabez@gmail.com +MAINTAINER= sbz@FreeBSD.org COMMENT= Python fast, simple packet creation / parsing module USE_PYTHON= yes diff --git a/net/py-libnet/Makefile b/net/py-libnet/Makefile index dc6b3d503201..efec0fc46c0b 100644 --- a/net/py-libnet/Makefile +++ b/net/py-libnet/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/py${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pylibnet-${PORTVERSION} -MAINTAINER= sbrabez@gmail.com +MAINTAINER= sbz@FreeBSD.org COMMENT= Python module for the libnet packet construction library BUILD_DEPENDS= ${LOCALBASE}/bin/swig1.3:${PORTSDIR}/devel/swig13 \ diff --git a/net/py-soapy/Makefile b/net/py-soapy/Makefile index f049e7b674ca..6bbdbc5ab55b 100644 --- a/net/py-soapy/Makefile +++ b/net/py-soapy/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= sbrabez@gmail.com +MAINTAINER= sbz@FreeBSD.org COMMENT= SOAP/XML schema library for Python RUN_DEPENDS= ${PYXML} diff --git a/net/scnc/Makefile b/net/scnc/Makefile index 9865f24a9ee1..7053cd991bda 100644 --- a/net/scnc/Makefile +++ b/net/scnc/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.04 CATEGORIES= net security MASTER_SITES= http://gomor.org/files/ -MAINTAINER= sbrabez@gmail.com +MAINTAINER= sbz@FreeBSD.org COMMENT= SSL Capable Netcat RUN_DEPENDS= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \ diff --git a/net/tcpslice/Makefile b/net/tcpslice/Makefile index 9f2c548c0cd6..0454b513f20f 100644 --- a/net/tcpslice/Makefile +++ b/net/tcpslice/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 2008.05.19 CATEGORIES= net MASTER_SITES= http://www.tcpdump.org/weekly/ -MAINTAINER= sbrabez@gmail.com +MAINTAINER= sbz@FreeBSD.org COMMENT= A tool for extracting portions of pcap files MAN1= tcpslice.1 |