aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2008-12-16 13:25:48 +0800
committerlinimon <linimon@FreeBSD.org>2008-12-16 13:25:48 +0800
commit855d7e9639280d73b587e8d5b4e195f3c08c938d (patch)
treed9cb516fda65c40ed9afd110d8b08c508b70c2d2 /net
parentc5298d27d995efa61f98c8a60f52111693a9dd60 (diff)
downloadfreebsd-ports-gnome-855d7e9639280d73b587e8d5b4e195f3c08c938d.tar.gz
freebsd-ports-gnome-855d7e9639280d73b587e8d5b4e195f3c08c938d.tar.zst
freebsd-ports-gnome-855d7e9639280d73b587e8d5b4e195f3c08c938d.zip
Reset yazzy@yazzy.org due to maintainer-timeouts and no response to
email. Hat: portmgr
Diffstat (limited to 'net')
-rw-r--r--net/nepim/Makefile2
-rw-r--r--net/nepim/pkg-descr3
-rw-r--r--net/py-impacket/Makefile2
-rw-r--r--net/py-impacket/pkg-descr3
-rw-r--r--net/tsocks/Makefile2
-rw-r--r--net/tsocks/pkg-descr2
6 files changed, 3 insertions, 11 deletions
diff --git a/net/nepim/Makefile b/net/nepim/Makefile
index 0ef53261ab9c..ee06a3056b7a 100644
--- a/net/nepim/Makefile
+++ b/net/nepim/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_SAVANNAH} \
http://www.yazzy.org/ports/
MASTER_SITE_SUBDIR= nepim
-MAINTAINER= yazzy@yazzy.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Tool for measuring available bandwidth between hosts
LIB_DEPENDS= oop.4:${PORTSDIR}/devel/liboop
diff --git a/net/nepim/pkg-descr b/net/nepim/pkg-descr
index 1f71a84fbeb8..27d33a048ef1 100644
--- a/net/nepim/pkg-descr
+++ b/net/nepim/pkg-descr
@@ -5,6 +5,3 @@ parallel traffic streams, reports periodic partial statistics along the
testing, and supports IPv6.
WWW: http://www.nongnu.org/nepim/
-
-- Marcin Jessa
-yazzy@yazzy.org
diff --git a/net/py-impacket/Makefile b/net/py-impacket/Makefile
index 7bd2502dfd76..898ff6209d79 100644
--- a/net/py-impacket/Makefile
+++ b/net/py-impacket/Makefile
@@ -10,7 +10,7 @@ CATEGORIES= net python
MASTER_SITES= http://oss.coresecurity.com/repo/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= yazzy@yazzy.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Collection of Python classes providing access to network packets
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pcapy.so:${PORTSDIR}/net/py-pcapy
diff --git a/net/py-impacket/pkg-descr b/net/py-impacket/pkg-descr
index 66f062ca093b..63a015f384df 100644
--- a/net/py-impacket/pkg-descr
+++ b/net/py-impacket/pkg-descr
@@ -11,7 +11,4 @@ from scratch, as well as parsed from raw data. Furthermore,
the object oriented API makes it simple to work with deep
protocol hierarchies.
-- Marcin Jessa
-yazzy@yazzy.org
-
WWW: http://oss.coresecurity.com/projects/impacket.html
diff --git a/net/tsocks/Makefile b/net/tsocks/Makefile
index 99fae19517ae..6b3ba85adc44 100644
--- a/net/tsocks/Makefile
+++ b/net/tsocks/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
MASTER_SITE_SUBDIR= tsocks
DISTNAME=${PORTNAME}-${PORTVERSION:C/.b/beta/}
-MAINTAINER= yazzy@yazzy.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Allow non SOCKS aware applications to use SOCKS without modification
GNU_CONFIGURE= yes
diff --git a/net/tsocks/pkg-descr b/net/tsocks/pkg-descr
index 51488d47d34d..085d038ba4ce 100644
--- a/net/tsocks/pkg-descr
+++ b/net/tsocks/pkg-descr
@@ -17,5 +17,3 @@ calls that applications make to establish network connections
and negotating them through a SOCKS server as necessary.
WWW: http://tsocks.sourceforge.net
-
-Thanks opet for his help on that port.