diff options
author | pav <pav@FreeBSD.org> | 2006-05-26 05:57:24 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-05-26 05:57:24 +0800 |
commit | 8da8e7c4becb30a01b32fc19da840b47a1e9b497 (patch) | |
tree | e4f1800c43944550ae6fbdcf700d0fd786a03960 /security | |
parent | bbc0fa63a5483526cf4a23a2c1af1dc1df2202a9 (diff) | |
download | freebsd-ports-gnome-8da8e7c4becb30a01b32fc19da840b47a1e9b497.tar.gz freebsd-ports-gnome-8da8e7c4becb30a01b32fc19da840b47a1e9b497.tar.zst freebsd-ports-gnome-8da8e7c4becb30a01b32fc19da840b47a1e9b497.zip |
- Adopt
PR: ports/97860
Submitted by: David Thiel <lx@redundancy.redundancy.org>
Diffstat (limited to 'security')
-rw-r--r-- | security/libssh2/Makefile | 2 | ||||
-rw-r--r-- | security/rats/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/libssh2/Makefile b/security/libssh2/Makefile index baa6683dd61a..63a0f105a80a 100644 --- a/security/libssh2/Makefile +++ b/security/libssh2/Makefile @@ -11,7 +11,7 @@ CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= lx@redundancy.redundancy.org COMMENT= A library implementing the SSH2 protocol USE_OPENSSL= yes diff --git a/security/rats/Makefile b/security/rats/Makefile index 57f534325832..2bb1a0b62a0e 100644 --- a/security/rats/Makefile +++ b/security/rats/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_PACKETSTORM} \ http://www.securesoftware.com/rats/ MASTER_SITE_SUBDIR= UNIX/security -MAINTAINER= ports@FreeBSD.org +MAINTAINER= lx@redundancy.redundancy.org COMMENT= Source code auditing tool LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 |