diff options
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 929493b6c88c..c6480ac8554e 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 e156e8f30252..6d0a376a8057 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 4352bb769382..723643642153 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 9f9efb6e3aac..a3d8f40d036f 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 dc5142f25c46..69f9a80a926c 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 fd5cc5001f9d..8be5083a32ac 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 a32456899e5d..bd8803f1c5b1 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 677c53c33360..ad583215470f 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 |