diff options
author | sergei <sergei@FreeBSD.org> | 2005-08-30 22:28:29 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2005-08-30 22:28:29 +0800 |
commit | 44b20db29c33707789f2bfb0666c14ca587fb934 (patch) | |
tree | 443f3ec62f4c000d07ca33f31ca29184695fdbb9 /security | |
parent | 9b64beba762bfbd138b365ccedff6ede5a4c115d (diff) | |
download | freebsd-ports-gnome-44b20db29c33707789f2bfb0666c14ca587fb934.tar.gz freebsd-ports-gnome-44b20db29c33707789f2bfb0666c14ca587fb934.tar.zst freebsd-ports-gnome-44b20db29c33707789f2bfb0666c14ca587fb934.zip |
- Pass maintainership of gnutls, libtasn1 and opencdk ports to
Roman Bogorodskiy (novel) who kindly agreed to look after them
Diffstat (limited to 'security')
-rw-r--r-- | security/gnutls/Makefile | 2 | ||||
-rw-r--r-- | security/libtasn1/Makefile | 2 | ||||
-rw-r--r-- | security/opencdk/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 90009b1249c8..4398892c7969 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= ${MASTER_SITE_GNUPG} \ ftp://ftp.gnutls.org/pub/gnutls/ MASTER_SITE_SUBDIR= alpha/gnutls -MAINTAINER= sergei@FreeBSD.org +MAINTAINER= novel@FreeBSD.org COMMENT= GNU Transport Layer Security library LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \ diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index b4e62aeaa0e2..f336e82480c7 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ${MASTER_SITE_GNUPG} \ ftp://ftp.gnutls.org/pub/gnutls/libtasn1/ MASTER_SITE_SUBDIR= alpha/gnutls/libtasn1 -MAINTAINER= sergei@FreeBSD.org +MAINTAINER= novel@FreeBSD.org COMMENT= ASN.1 structure parser library USE_GPG= yes diff --git a/security/opencdk/Makefile b/security/opencdk/Makefile index b8a5249c8805..8807af6bf2c4 100644 --- a/security/opencdk/Makefile +++ b/security/opencdk/Makefile @@ -16,7 +16,7 @@ MASTER_SITES= ${MASTER_SITE_GNUPG} \ ftp://ftp.gnutls.org/pub/gnutls/opencdk/ MASTER_SITE_SUBDIR= alpha/gnutls/opencdk -MAINTAINER= sergei@FreeBSD.org +MAINTAINER= novel@FreeBSD.org COMMENT= Open Crypto Development Kit LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt |