aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2008-09-07 00:36:27 +0000
committerMark Linimon <linimon@FreeBSD.org>2008-09-07 00:36:27 +0000
commitafc0f19cab2ed31fd134e9bca1d99d6492900b78 (patch)
treeabeb807d7d5f13353ca33d42b164ced469bfda0d /security
parentb889a9e4d866c0fe0088ba91f6cdd342226cb4d6 (diff)
downloadports-afc0f19cab2ed31fd134e9bca1d99d6492900b78.tar.gz
ports-afc0f19cab2ed31fd134e9bca1d99d6492900b78.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/cryptplug/Makefile2
-rw-r--r--security/dirmngr/Makefile2
-rw-r--r--security/gpgme/Makefile2
-rw-r--r--security/libassuan/Makefile2
-rw-r--r--security/libksba/Makefile2
-rw-r--r--security/pinentry/Makefile2
6 files changed, 6 insertions, 6 deletions
diff --git a/security/cryptplug/Makefile b/security/cryptplug/Makefile
index 4940cec64171..81966cef158e 100644
--- a/security/cryptplug/Makefile
+++ b/security/cryptplug/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= alpha/cryptplug
-MAINTAINER= lofi@freebsd.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A collection of plug-ins to cryptographic engines
BUILD_DEPENDS= ${LOCALBASE}/lib/libgpgme03.so.9:${PORTSDIR}/security/gpgme03 \
diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile
index 7df1cd187679..454f168ebe1f 100644
--- a/security/dirmngr/Makefile
+++ b/security/dirmngr/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= dirmngr
-MAINTAINER= lofi@freebsd.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A client for managing and downloading certificate revocation lists
BUILD_DEPENDS= ${LOCALBASE}/lib/libassuan.a:${PORTSDIR}/security/libassuan
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile
index ea79da42fa1a..99d4a2f54947 100644
--- a/security/gpgme/Makefile
+++ b/security/gpgme/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= gpgme
-MAINTAINER= lofi@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A library to make access to GnuPG easier
BUILD_DEPENDS= gpg2:${PORTSDIR}/security/gnupg
diff --git a/security/libassuan/Makefile b/security/libassuan/Makefile
index 08cd136172a3..d8c469ca3974 100644
--- a/security/libassuan/Makefile
+++ b/security/libassuan/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= security devel
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR=${PORTNAME}
-MAINTAINER= lofi@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= IPC library used by GnuPG and gpgme
LIB_DEPENDS+= pth.20:${PORTSDIR}/devel/pth
diff --git a/security/libksba/Makefile b/security/libksba/Makefile
index 34323595ddb4..65665487bfa9 100644
--- a/security/libksba/Makefile
+++ b/security/libksba/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= lofi@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= KSBA is an X.509 Library
LIB_DEPENDS= gpg-error.0:${PORTSDIR}/security/libgpg-error
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile
index b420c929e53d..ddebce8dcb62 100644
--- a/security/pinentry/Makefile
+++ b/security/pinentry/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= pinentry
-MAINTAINER= lofi@freebsd.org
+MAINTAINER= ports@FreeBSD.org
COMMENT?= A collection of simple PIN or passphrase entry dialogs
LIB_DEPENDS= gcrypt.15:${PORTSDIR}/security/libgcrypt \