diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-11-04 15:50:45 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-11-04 15:50:45 +0800 |
commit | bc0b60e1c9f17a36b1cb726c07f13b0d16b1b883 (patch) | |
tree | 2147ee934251a44bd5d288e1ba2dd5384a2972ce /security/pear-Crypt_RC4 | |
parent | 0a24a595fd2cc366601ab257abccf92e3b99ccca (diff) | |
download | freebsd-ports-gnome-bc0b60e1c9f17a36b1cb726c07f13b0d16b1b883.tar.gz freebsd-ports-gnome-bc0b60e1c9f17a36b1cb726c07f13b0d16b1b883.tar.zst freebsd-ports-gnome-bc0b60e1c9f17a36b1cb726c07f13b0d16b1b883.zip |
Pass maintainership of PEAR ports to the submitter
PR: 214156
Submitted by: Jochen Neumeister <joneum@bsdproject.de>
Diffstat (limited to 'security/pear-Crypt_RC4')
-rw-r--r-- | security/pear-Crypt_RC4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pear-Crypt_RC4/Makefile b/security/pear-Crypt_RC4/Makefile index dcb6d19b547b..c9e354be0830 100644 --- a/security/pear-Crypt_RC4/Makefile +++ b/security/pear-Crypt_RC4/Makefile @@ -5,7 +5,7 @@ PORTNAME= Crypt_RC4 PORTVERSION= 1.0.3 CATEGORIES= security www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR encryption class for RC4 encryption USES= pear |