diff options
author | az <az@FreeBSD.org> | 2011-06-20 16:37:15 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2011-06-20 16:37:15 +0800 |
commit | 7fd01e05c5819a38c3e7a76d21d645d85ab803ae (patch) | |
tree | 389eac41627466458418aa46322f1cf83fab1da0 /math | |
parent | f57990a532e2e034929b8286bd47697725edd079 (diff) | |
download | freebsd-ports-gnome-7fd01e05c5819a38c3e7a76d21d645d85ab803ae.tar.gz freebsd-ports-gnome-7fd01e05c5819a38c3e7a76d21d645d85ab803ae.tar.zst freebsd-ports-gnome-7fd01e05c5819a38c3e7a76d21d645d85ab803ae.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
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Data-Float/Makefile | 2 | ||||
-rw-r--r-- | math/p5-GIS-Distance-Lite/Makefile | 2 | ||||
-rw-r--r-- | math/p5-GIS-Distance/Makefile | 2 | ||||
-rw-r--r-- | math/p5-Math-Random-ISAAC-XS/Makefile | 2 | ||||
-rw-r--r-- | math/p5-Math-Random-ISAAC/Makefile | 2 | ||||
-rw-r--r-- | math/p5-Number-Fraction/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/math/p5-Data-Float/Makefile b/math/p5-Data-Float/Makefile index 58f73dcf0ce7..e3772fbe5e77 100644 --- a/math/p5-Data-Float/Makefile +++ b/math/p5-Data-Float/Makefile @@ -9,7 +9,7 @@ PORTNAME= Data-Float PORTVERSION= 0.011 CATEGORIES= math perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../../authors/id/Z/ZE/ZEFRAM +MASTER_SITE_SUBDIR= CPAN:ZEFRAM PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org diff --git a/math/p5-GIS-Distance-Lite/Makefile b/math/p5-GIS-Distance-Lite/Makefile index 0228fc9b9b22..c6f9a68413c6 100644 --- a/math/p5-GIS-Distance-Lite/Makefile +++ b/math/p5-GIS-Distance-Lite/Makefile @@ -9,7 +9,7 @@ PORTNAME= GIS-Distance-Lite PORTVERSION= 1.0 CATEGORIES= math perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../../authors/id/J/JO/JOBERO +MASTER_SITE_SUBDIR= CPAN:JOBERO PKGNAMEPREFIX= p5- MAINTAINER= wen@FreeBSD.org diff --git a/math/p5-GIS-Distance/Makefile b/math/p5-GIS-Distance/Makefile index a414735808e9..efbee8e57999 100644 --- a/math/p5-GIS-Distance/Makefile +++ b/math/p5-GIS-Distance/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.07 PORTEPOCH= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../../authors/id/B/BL/BLUEFEET +MASTER_SITE_SUBDIR= CPAN:BLUEFEET PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org diff --git a/math/p5-Math-Random-ISAAC-XS/Makefile b/math/p5-Math-Random-ISAAC-XS/Makefile index 8e37be50d12a..5144e70639d6 100644 --- a/math/p5-Math-Random-ISAAC-XS/Makefile +++ b/math/p5-Math-Random-ISAAC-XS/Makefile @@ -9,7 +9,7 @@ PORTNAME= Math-Random-ISAAC-XS PORTVERSION= 1.004 CATEGORIES= math perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../../authors/id/J/JA/JAWNSY/ +MASTER_SITE_SUBDIR= CPAN:JAWNSY PKGNAMEPREFIX= p5- MAINTAINER= wen@FreeBSD.org diff --git a/math/p5-Math-Random-ISAAC/Makefile b/math/p5-Math-Random-ISAAC/Makefile index 881706d7ae27..60984bf5b838 100644 --- a/math/p5-Math-Random-ISAAC/Makefile +++ b/math/p5-Math-Random-ISAAC/Makefile @@ -9,7 +9,7 @@ PORTNAME= Math-Random-ISAAC PORTVERSION= 1.004 CATEGORIES= math perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../../authors/id/J/JA/JAWNSY +MASTER_SITE_SUBDIR= CPAN:JAWNSY PKGNAMEPREFIX= p5- MAINTAINER= wen@FreeBSD.org diff --git a/math/p5-Number-Fraction/Makefile b/math/p5-Number-Fraction/Makefile index ae14503766e4..21f8dac4d9c8 100644 --- a/math/p5-Number-Fraction/Makefile +++ b/math/p5-Number-Fraction/Makefile @@ -9,7 +9,7 @@ PORTNAME= Number-Fraction PORTVERSION= 1.13 CATEGORIES= math perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../../authors/id/D/DA/DAVECROSS +MASTER_SITE_SUBDIR= CPAN:DAVECROSS PKGNAMEPREFIX= p5- MAINTAINER= swills@FreeBSD.org |