diff options
author | rm <rm@FreeBSD.org> | 2014-04-23 03:32:02 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2014-04-23 03:32:02 +0800 |
commit | ba473cd21d5c65eba74117c6f9e057c872f02750 (patch) | |
tree | f208c5783ce483cc3c89351c79797e56c0a961fb | |
parent | d9d795e7a5a28997d3cbdaf5d42d239603dcb549 (diff) | |
download | freebsd-ports-graphics-ba473cd21d5c65eba74117c6f9e057c872f02750.tar.gz freebsd-ports-graphics-ba473cd21d5c65eba74117c6f9e057c872f02750.tar.zst freebsd-ports-graphics-ba473cd21d5c65eba74117c6f9e057c872f02750.zip |
Return this port back to Yvan.
Reported by: thierry
-rw-r--r-- | net/scapy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/scapy/Makefile b/net/scapy/Makefile index fa72d9138c7..4b90c5dce0e 100644 --- a/net/scapy/Makefile +++ b/net/scapy/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://secdev.org/projects/scapy/files/ -MAINTAINER= rm@FreeBSD.org +MAINTAINER= vanhu@FreeBSD.org COMMENT= Powerful interactive packet manipulation program in python RUN_DEPENDS= ${PYTHON_SITELIBDIR}/dnet.so:${PORTSDIR}/net/py-libdnet \ |