diff options
author | az <az@FreeBSD.org> | 2011-06-21 14:58:49 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2011-06-21 14:58:49 +0800 |
commit | 3b1f5c8d071c5dbc9d740209a13f1bf31eb66c2a (patch) | |
tree | f533ef24ed7d78ec652ccac29e7fd9b81da48a31 /net | |
parent | 07aec18e2fb3806fe8564daab8a98ce6aefd22c8 (diff) | |
download | freebsd-ports-gnome-3b1f5c8d071c5dbc9d740209a13f1bf31eb66c2a.tar.gz freebsd-ports-gnome-3b1f5c8d071c5dbc9d740209a13f1bf31eb66c2a.tar.zst freebsd-ports-gnome-3b1f5c8d071c5dbc9d740209a13f1bf31eb66c2a.zip |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
- Utilize CPAN macro
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Amazon-SQS-Simple/Makefile | 3 | ||||
-rw-r--r-- | net/p5-Beanstalk-Client/Makefile | 3 | ||||
-rw-r--r-- | net/p5-Net-OpenID-Consumer/Makefile | 3 | ||||
-rw-r--r-- | net/p5-Net-Subnets/Makefile | 5 | ||||
-rw-r--r-- | net/p5-Net-Whois-RIPE/Makefile | 3 | ||||
-rw-r--r-- | net/p5-Phone-Info/Makefile | 3 |
6 files changed, 12 insertions, 8 deletions
diff --git a/net/p5-Amazon-SQS-Simple/Makefile b/net/p5-Amazon-SQS-Simple/Makefile index 274de06d0a30..2decc4c632d1 100644 --- a/net/p5-Amazon-SQS-Simple/Makefile +++ b/net/p5-Amazon-SQS-Simple/Makefile @@ -8,7 +8,8 @@ PORTNAME= Amazon-SQS-Simple PORTVERSION= 1.06 CATEGORIES= net perl5 -MASTER_SITES= CPAN/../../authors/id/S/SW/SWHITAKER +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:SWHITAKER PKGNAMEPREFIX= p5- MAINTAINER= glarkin@FreeBSD.org diff --git a/net/p5-Beanstalk-Client/Makefile b/net/p5-Beanstalk-Client/Makefile index 1a96e342ce0c..6580c3248be5 100644 --- a/net/p5-Beanstalk-Client/Makefile +++ b/net/p5-Beanstalk-Client/Makefile @@ -8,7 +8,8 @@ PORTNAME= Beanstalk-Client PORTVERSION= 1.06 CATEGORIES= net perl5 -MASTER_SITES= CPAN/../../authors/id/G/GB/GBARR/ +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:GBARR PKGNAMEPREFIX= p5- MAINTAINER= vsevolod@FreeBSD.org diff --git a/net/p5-Net-OpenID-Consumer/Makefile b/net/p5-Net-OpenID-Consumer/Makefile index 36247d3eebd3..3e5c5da1ac5a 100644 --- a/net/p5-Net-OpenID-Consumer/Makefile +++ b/net/p5-Net-OpenID-Consumer/Makefile @@ -8,7 +8,8 @@ PORTNAME= Net-OpenID-Consumer PORTVERSION= 1.06 CATEGORIES= net security perl5 -MASTER_SITES= CPAN/../../authors/id/G/GU/GUGU +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:GUGU PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org diff --git a/net/p5-Net-Subnets/Makefile b/net/p5-Net-Subnets/Makefile index 27cb6d629a5b..3ced28ac51c2 100644 --- a/net/p5-Net-Subnets/Makefile +++ b/net/p5-Net-Subnets/Makefile @@ -8,9 +8,8 @@ PORTNAME= Net-Subnets PORTVERSION= 1.02 CATEGORIES= net perl5 -MASTER_SITES= http://backpan.perl.org/authors/id/K/KR/KRAIH/ \ - http://backpan.cpan.org/authors/id/K/KR/KRAIH/ -MASTER_SITE_SUBDIR= Net +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:KRAIH PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org diff --git a/net/p5-Net-Whois-RIPE/Makefile b/net/p5-Net-Whois-RIPE/Makefile index 630c9b042d20..4dc33b3a8cd2 100644 --- a/net/p5-Net-Whois-RIPE/Makefile +++ b/net/p5-Net-Whois-RIPE/Makefile @@ -9,7 +9,8 @@ PORTNAME= Net-Whois-RIPE PORTVERSION= 2.00003 CATEGORIES= net perl5 -MASTER_SITES= CPAN/../../authors/id/L/LM/LMC/ +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:LMC PKGNAMEPREFIX= p5- MAINTAINER= mich@FreeBSD.org diff --git a/net/p5-Phone-Info/Makefile b/net/p5-Phone-Info/Makefile index e8b1ff9aafc4..3687656e805e 100644 --- a/net/p5-Phone-Info/Makefile +++ b/net/p5-Phone-Info/Makefile @@ -8,7 +8,8 @@ PORTNAME= Phone-Info PORTVERSION= 0.0.1 CATEGORIES= net perl5 -MASTER_SITES= CPAN/../../authors/id/V/VV/VVELOX/ +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:VVELOX PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net |