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/gnutls | |
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/gnutls')
-rw-r--r-- | security/gnutls/Makefile | 2 |
1 files changed, 1 insertions, 1 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 \ |