diff options
author | wxs <wxs@FreeBSD.org> | 2009-04-24 22:39:33 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-04-24 22:39:33 +0800 |
commit | 3e18d2e388731cbfa162688442ba308747650e96 (patch) | |
tree | 22e401077fedd9e4aa808328ba104063974146ea /net | |
parent | 92a27a427aab38382700cf21cd588c03321974f1 (diff) | |
download | freebsd-ports-gnome-3e18d2e388731cbfa162688442ba308747650e96.tar.gz freebsd-ports-gnome-3e18d2e388731cbfa162688442ba308747650e96.tar.zst freebsd-ports-gnome-3e18d2e388731cbfa162688442ba308747650e96.zip |
- Pick up maintainership on these ports.
Diffstat (limited to 'net')
-rw-r--r-- | net/libpcap/Makefile | 2 | ||||
-rw-r--r-- | net/tcpdump/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/libpcap/Makefile b/net/libpcap/Makefile index d0ad4a704305..55595ee0952f 100644 --- a/net/libpcap/Makefile +++ b/net/libpcap/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net ipv6 MASTER_SITES= http://www.tcpdump.org/release/ DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= wxs@FreeBSD.org COMMENT= Ubiquitous network traffic capture library WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile index 8d29c8d1b013..f995d31b465d 100644 --- a/net/tcpdump/Makefile +++ b/net/tcpdump/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net ipv6 MASTER_SITES= http://www.tcpdump.org/release/ DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= wxs@FreeBSD.org COMMENT= Ubiquitous network traffic analysis tool LIB_DEPENDS= pcap.3:${PORTSDIR}/net/libpcap \ |