diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-25 21:57:24 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-25 21:57:24 +0000 |
commit | 3b0689b2ca161f858ca5649d36fac8e0f95b8717 (patch) | |
tree | 367d2afe407c39831af9cdd7dfebea00daf1d39d /security | |
parent | 66c6b65ac0868be2fdeed3412219964a88436d6c (diff) |
Notes
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 |