diff options
author | mm <mm@FreeBSD.org> | 2007-07-23 18:39:02 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2007-07-23 18:39:02 +0800 |
commit | 7738fc014751741617fe9bf0bf52d58857978ecf (patch) | |
tree | d08fbf3aaac291ea7559d8c953a914eeda1eefaa /security | |
parent | 50d649b117121c296a43f55d51a0745a98e778dc (diff) | |
download | freebsd-ports-gnome-7738fc014751741617fe9bf0bf52d58857978ecf.tar.gz freebsd-ports-gnome-7738fc014751741617fe9bf0bf52d58857978ecf.tar.zst freebsd-ports-gnome-7738fc014751741617fe9bf0bf52d58857978ecf.zip |
- change maintainer to Matthew Fuller <fullermd@over-yonder.net>
PR: ports/114751
Submitted by: Ulf Lilleengen <lulf@stud.ntnu.no> (maintainer)
Approved by: new maintainer, garga (mentor, implicit)
Diffstat (limited to 'security')
-rw-r--r-- | security/py-paramiko/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-paramiko/Makefile b/security/py-paramiko/Makefile index 2ddc4d5bb089..3cf45941b22a 100644 --- a/security/py-paramiko/Makefile +++ b/security/py-paramiko/Makefile @@ -11,7 +11,7 @@ CATEGORIES= security python MASTER_SITES= http://www.lag.net/paramiko/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= lulf@pvv.ntnu.no +MAINTAINER= fullermd@over-yonder.net COMMENT= A python library for making SSH2 connections RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto |