diff options
author | erwin <erwin@FreeBSD.org> | 2009-01-30 01:41:17 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-01-30 01:41:17 +0800 |
commit | 4bfe6f42bf69121eb53aaead04508848637cc94c (patch) | |
tree | 777e10d74d0f3ca38d41e7e223f8c8a97c66d350 /security | |
parent | b04f0e3c81a6fdba7fe6a76e879f0ddcd87e56f5 (diff) | |
download | freebsd-ports-gnome-4bfe6f42bf69121eb53aaead04508848637cc94c.tar.gz freebsd-ports-gnome-4bfe6f42bf69121eb53aaead04508848637cc94c.tar.zst freebsd-ports-gnome-4bfe6f42bf69121eb53aaead04508848637cc94c.zip |
Reassign my p5-* ports to perl@ so more than one person
can look at them.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-IDEA/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-OpenSSL-Bignum/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-PasswdMD5/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-SSLeay/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-Twofish/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Digest-BubbleBabble/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Digest-SHA1/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/security/p5-Crypt-IDEA/Makefile b/security/p5-Crypt-IDEA/Makefile index 26170f15d034..3bdae3eef3d5 100644 --- a/security/p5-Crypt-IDEA/Makefile +++ b/security/p5-Crypt-IDEA/Makefile @@ -12,7 +12,7 @@ CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= erwin@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to IDEA block cipher PERL_CONFIGURE= yes diff --git a/security/p5-Crypt-OpenSSL-Bignum/Makefile b/security/p5-Crypt-OpenSSL-Bignum/Makefile index c3b14d102ebe..99139c278817 100644 --- a/security/p5-Crypt-OpenSSL-Bignum/Makefile +++ b/security/p5-Crypt-OpenSSL-Bignum/Makefile @@ -11,7 +11,7 @@ CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= erwin@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= OpenSSL's multiprecision integer arithmetic PERL_CONFIGURE= yes diff --git a/security/p5-Crypt-PasswdMD5/Makefile b/security/p5-Crypt-PasswdMD5/Makefile index 757e465f4ebf..f92ba8127305 100644 --- a/security/p5-Crypt-PasswdMD5/Makefile +++ b/security/p5-Crypt-PasswdMD5/Makefile @@ -11,7 +11,7 @@ CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= erwin@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl module that provides interoperable MD5-based crypt() function BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 diff --git a/security/p5-Crypt-SSLeay/Makefile b/security/p5-Crypt-SSLeay/Makefile index 92bc44cfba9e..ee8d6a598b76 100644 --- a/security/p5-Crypt-SSLeay/Makefile +++ b/security/p5-Crypt-SSLeay/Makefile @@ -11,7 +11,7 @@ CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= erwin@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to allow p5-libwww LWP to make https connections BUILD_DEPENDS= ${SITE_PERL}/URI/URL.pm:${PORTSDIR}/net/p5-URI diff --git a/security/p5-Crypt-Twofish/Makefile b/security/p5-Crypt-Twofish/Makefile index 71004e910a64..b955664ee5f1 100644 --- a/security/p5-Crypt-Twofish/Makefile +++ b/security/p5-Crypt-Twofish/Makefile @@ -12,7 +12,7 @@ CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= erwin@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl module implementing the Twofish cipher BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools diff --git a/security/p5-Digest-BubbleBabble/Makefile b/security/p5-Digest-BubbleBabble/Makefile index 85f8bec30c16..61a8abc4490d 100644 --- a/security/p5-Digest-BubbleBabble/Makefile +++ b/security/p5-Digest-BubbleBabble/Makefile @@ -12,7 +12,7 @@ CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= erwin@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to a fingerprint in "bubble babble" format PERL_CONFIGURE= yes diff --git a/security/p5-Digest-SHA1/Makefile b/security/p5-Digest-SHA1/Makefile index d7401c94cb25..057635a1cce8 100644 --- a/security/p5-Digest-SHA1/Makefile +++ b/security/p5-Digest-SHA1/Makefile @@ -11,7 +11,7 @@ CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= erwin@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to the SHA-1 Algorithm PERL_CONFIGURE= yes |