diff options
author | skv <skv@FreeBSD.org> | 2012-05-07 23:42:51 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2012-05-07 23:42:51 +0800 |
commit | d1fe36d999039439979a7b6016b94ed1cdad18a7 (patch) | |
tree | c53283a65dace2c340ad2f9d7778789ae2068e3d /security | |
parent | a71d7f1932ac709ae39f8bf940a4bbc75d78119e (diff) | |
download | freebsd-ports-gnome-d1fe36d999039439979a7b6016b94ed1cdad18a7.tar.gz freebsd-ports-gnome-d1fe36d999039439979a7b6016b94ed1cdad18a7.tar.zst freebsd-ports-gnome-d1fe36d999039439979a7b6016b94ed1cdad18a7.zip |
Pass maintainership of almost of my "p5-*" ports to "perl@".
(I hope updating of them will be improved).
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Authen-SASL-Cyrus/Makefile | 2 | ||||
-rw-r--r-- | security/p5-OpenCA-CRL/Makefile | 2 | ||||
-rw-r--r-- | security/p5-OpenCA-CRR/Makefile | 2 | ||||
-rw-r--r-- | security/p5-OpenCA-REQ/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/security/p5-Authen-SASL-Cyrus/Makefile b/security/p5-Authen-SASL-Cyrus/Makefile index 19c51a61054b..ff99379d52b3 100644 --- a/security/p5-Authen-SASL-Cyrus/Makefile +++ b/security/p5-Authen-SASL-Cyrus/Makefile @@ -11,7 +11,7 @@ CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= skv@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= XS SASL Authentication BUILD_DEPENDS= ${SITE_PERL}/Authen/SASL.pm:${PORTSDIR}/security/p5-Authen-SASL diff --git a/security/p5-OpenCA-CRL/Makefile b/security/p5-OpenCA-CRL/Makefile index 84ddc2c521ff..0ac6a35ffc99 100644 --- a/security/p5-OpenCA-CRL/Makefile +++ b/security/p5-OpenCA-CRL/Makefile @@ -11,7 +11,7 @@ CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= skv@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= CRL Management module PERL_CONFIGURE= yes diff --git a/security/p5-OpenCA-CRR/Makefile b/security/p5-OpenCA-CRR/Makefile index 15283f99c3ec..4c987f4f009f 100644 --- a/security/p5-OpenCA-CRR/Makefile +++ b/security/p5-OpenCA-CRR/Makefile @@ -11,7 +11,7 @@ CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= skv@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl extention to handle CRR objects PERL_CONFIGURE= yes diff --git a/security/p5-OpenCA-REQ/Makefile b/security/p5-OpenCA-REQ/Makefile index 3fa82d10ca47..467c67bd87eb 100644 --- a/security/p5-OpenCA-REQ/Makefile +++ b/security/p5-OpenCA-REQ/Makefile @@ -11,7 +11,7 @@ CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= skv@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension to easily manage Cert REQUESTs BUILD_DEPENDS= ${SITE_PERL}/X500/DN.pm:${PORTSDIR}/net/p5-X500-DN |