diff options
author | Martin Matuska <mm@FreeBSD.org> | 2007-07-23 18:39:02 +0800 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2007-07-23 18:39:02 +0800 |
commit | c09c9f90d5be873597854e14be24d39c4b0f11a3 (patch) | |
tree | b1f8b17c214d44836df31001c26bcfd143f4562b /security | |
parent | cb66f3eb17013f06795baabb966a3d5b2a28a705 (diff) | |
download | freebsd-ports-gnome-c09c9f90d5be873597854e14be24d39c4b0f11a3.tar.gz freebsd-ports-gnome-c09c9f90d5be873597854e14be24d39c4b0f11a3.tar.zst freebsd-ports-gnome-c09c9f90d5be873597854e14be24d39c4b0f11a3.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 |