diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2005-10-06 11:57:11 +0000 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2005-10-06 11:57:11 +0000 |
commit | 7f5e67a16f11ab4f24c445171b067f1b01045081 (patch) | |
tree | 32b4a6deb38037f67580dcd372cbbf887f4b1044 /security | |
parent | f74e36c92de5fdb21a15bb8effe5336a352ee9fb (diff) | |
download | FreeBSD-ports-7f5e67a16f11ab4f24c445171b067f1b01045081.zip FreeBSD-ports-7f5e67a16f11ab4f24c445171b067f1b01045081.tar.gz |
Change MAINTAINER address for my ports.
Approved by: novel (mentor)
Diffstat (limited to 'security')
-rw-r--r-- | security/bcrypt/Makefile | 2 | ||||
-rw-r--r-- | security/bsdsfv/Makefile | 2 | ||||
-rw-r--r-- | security/cksfv/Makefile | 2 | ||||
-rw-r--r-- | security/idea/Makefile | 2 | ||||
-rw-r--r-- | security/pkcrack/Makefile | 2 | ||||
-rw-r--r-- | security/proxytunnel/Makefile | 2 | ||||
-rw-r--r-- | security/pure-sfv/Makefile | 2 | ||||
-rw-r--r-- | security/tthsum/Makefile | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/security/bcrypt/Makefile b/security/bcrypt/Makefile index 929493b..c6480ac 100644 --- a/security/bcrypt/Makefile +++ b/security/bcrypt/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.1 CATEGORIES= security MASTER_SITES= http://bcrypt.sourceforge.net/ -MAINTAINER= ehaupt@critical.ch +MAINTAINER= ehaupt@FreeBSD.org COMMENT= A cross-plattform blowfish encryption utility USE_REINPLACE= yes diff --git a/security/bsdsfv/Makefile b/security/bsdsfv/Makefile index e156e8f..6d0a376 100644 --- a/security/bsdsfv/Makefile +++ b/security/bsdsfv/Makefile @@ -11,7 +11,7 @@ CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ehaupt@critical.ch +MAINTAINER= ehaupt@FreeBSD.org COMMENT= A flexible SFV checksum utility WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/security/cksfv/Makefile b/security/cksfv/Makefile index 4352bb7..7236436 100644 --- a/security/cksfv/Makefile +++ b/security/cksfv/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.3.6 CATEGORIES= security MASTER_SITES= http://zakalwe.virtuaalipalvelin.net/~shd/foss/cksfv/files/ -MAINTAINER= ehaupt@critical.ch +MAINTAINER= ehaupt@FreeBSD.org COMMENT= Create or manipulate Simple File Verification (SFV) checksum files PLIST_FILES= bin/cksfv diff --git a/security/idea/Makefile b/security/idea/Makefile index 9f9efb6..a3d8f40 100644 --- a/security/idea/Makefile +++ b/security/idea/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.funet.fi/pub/org/CERT/ftp.cert.dfn.de/pub/tools/crypt/i DISTNAME= ${PORTNAME}.V${PORTVERSION} EXTRACT_SUFX= .tar.Z -MAINTAINER= ehaupt@critical.ch +MAINTAINER= ehaupt@FreeBSD.org COMMENT= A command line idea encryption and decryption utility RESTRICTED= "Crypto; IDEA is a patented algorithm that requires proper licensing" diff --git a/security/pkcrack/Makefile b/security/pkcrack/Makefile index dc5142f..69f9a80 100644 --- a/security/pkcrack/Makefile +++ b/security/pkcrack/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.2.2 CATEGORIES= security MASTER_SITES= http://www.unix-ag.uni-kl.de/~conrad/krypto/pkcrack/ -MAINTAINER= ehaupt@critical.ch +MAINTAINER= ehaupt@FreeBSD.org COMMENT= A utility for breaking pkzip encryption USE_GMAKE= yes diff --git a/security/proxytunnel/Makefile b/security/proxytunnel/Makefile index fd5cc50..8be5083 100644 --- a/security/proxytunnel/Makefile +++ b/security/proxytunnel/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} EXTRACT_SUFX= .tgz -MAINTAINER= ehaupt@critical.ch +MAINTAINER= ehaupt@FreeBSD.org COMMENT= Connects stdin and stdout to an origin server through an HTTPS proxy USE_GETOPT_LONG=yes diff --git a/security/pure-sfv/Makefile b/security/pure-sfv/Makefile index a324568..bd8803f 100644 --- a/security/pure-sfv/Makefile +++ b/security/pure-sfv/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}_${PORTVERSION}_src -MAINTAINER= ehaupt@critical.ch +MAINTAINER= ehaupt@FreeBSD.org COMMENT= Utility to test and create .sfv files USE_GMAKE= yes diff --git a/security/tthsum/Makefile b/security/tthsum/Makefile index 677c53c..ad58321 100644 --- a/security/tthsum/Makefile +++ b/security/tthsum/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.1.0 CATEGORIES= security MASTER_SITES= http://wza.digitalbrains.com/source/tthsum/ -MAINTAINER= ehaupt@critical.ch +MAINTAINER= ehaupt@FreeBSD.org COMMENT= A command-line utility for generating and checking TTH message digests USE_GMAKE= yes |