diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2007-06-29 16:29:19 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2007-06-29 16:29:19 +0000 |
commit | d2101f2dd8dca97c1d1fa5dc408255ef1a114800 (patch) | |
tree | 21fd0e382e1d083542888e2bae8694d8f035c84e /security | |
parent | bc8b7ad6280d68ac02d185af048e8df9f78ed21e (diff) | |
download | ports-d2101f2dd8dca97c1d1fa5dc408255ef1a114800.tar.gz ports-d2101f2dd8dca97c1d1fa5dc408255ef1a114800.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/gss/Makefile | 2 | ||||
-rw-r--r-- | security/krb4/Makefile | 2 | ||||
-rw-r--r-- | security/libwhisker/Makefile | 2 | ||||
-rw-r--r-- | security/tlswrap/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/security/gss/Makefile b/security/gss/Makefile index 1e37c4d4110f..7f507ae97fdc 100644 --- a/security/gss/Makefile +++ b/security/gss/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \ ${MASTER_SITE_GNU_ALPHA} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= araujo@bsdmail.org +MAINTAINER= araujo@FreeBSD.org COMMENT= GNU Generic Security Service Library LIB_DEPENDS= shishi.0:${PORTSDIR}/security/shishi diff --git a/security/krb4/Makefile b/security/krb4/Makefile index 682f97fb953c..ed31cb1dfa95 100644 --- a/security/krb4/Makefile +++ b/security/krb4/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 3 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.pdc.kth.se/pub/krb/src/ -MAINTAINER= araujo@bsdmail.org +MAINTAINER= araujo@FreeBSD.org COMMENT= KTH Kerberos 4 CONFLICTS= krb5-[0-9]* heimdal-[0-9]* srp-[0-9]* diff --git a/security/libwhisker/Makefile b/security/libwhisker/Makefile index a0d8edcfe26d..81f7678e8247 100644 --- a/security/libwhisker/Makefile +++ b/security/libwhisker/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 2.1 CATEGORIES= security perl5 MASTER_SITES= http://www.wiretrip.net/rfp/${PORTNAME}/ -MAINTAINER= araujo@bsdmail.org +MAINTAINER= araujo@FreeBSD.org COMMENT= Perl module to create HTTP test scripts WRKSRC= ${WRKDIR}/${PORTNAME}2-${PORTVERSION} diff --git a/security/tlswrap/Makefile b/security/tlswrap/Makefile index 3ef2c0f3ae8e..77dfa9ac8317 100644 --- a/security/tlswrap/Makefile +++ b/security/tlswrap/Makefile @@ -11,7 +11,7 @@ CATEGORIES= security MASTER_SITES= http://tlswrap.sunsite.dk/ DISTNAME= ${PORTNAME}-1.04 -MAINTAINER= araujo@bsdmail.org +MAINTAINER= araujo@FreeBSD.org COMMENT= An FTP proxy that wraps data and control with TLS/SSL GNU_CONFIGURE= yes |