From 3b1f5c8d071c5dbc9d740209a13f1bf31eb66c2a Mon Sep 17 00:00:00 2001 From: az Date: Tue, 21 Jun 2011 06:58:49 +0000 Subject: - 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 --- math/p5-Algorithm-Combinatorics/Makefile | 3 ++- math/p5-Algorithm-KMeans/Makefile | 3 ++- math/p5-GIS-Distance-Fast/Makefile | 4 ++-- math/p5-Math-ConvexHull/Makefile | 3 ++- math/p5-Math-Polygon-Tree/Makefile | 3 ++- math/p5-Math-Random-MT-Auto/Makefile | 4 ++-- math/p5-Math-Symbolic/Makefile | 3 ++- 7 files changed, 14 insertions(+), 9 deletions(-) (limited to 'math') diff --git a/math/p5-Algorithm-Combinatorics/Makefile b/math/p5-Algorithm-Combinatorics/Makefile index 096c7f406dc6..998ad157ec7e 100644 --- a/math/p5-Algorithm-Combinatorics/Makefile +++ b/math/p5-Algorithm-Combinatorics/Makefile @@ -8,7 +8,8 @@ PORTNAME= Algorithm-Combinatorics PORTVERSION= 0.26 CATEGORIES= math perl5 -MASTER_SITES= CPAN/../../authors/id/F/FX/FXN +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:FXN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org diff --git a/math/p5-Algorithm-KMeans/Makefile b/math/p5-Algorithm-KMeans/Makefile index be05ac7df3ec..55ca1d0a1eae 100644 --- a/math/p5-Algorithm-KMeans/Makefile +++ b/math/p5-Algorithm-KMeans/Makefile @@ -8,7 +8,8 @@ PORTNAME= Algorithm-KMeans PORTVERSION= 1.21 CATEGORIES= math perl5 -MASTER_SITES= CPAN/../../authors/id/A/AV/AVIKAK/ +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:AVIKAK PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org diff --git a/math/p5-GIS-Distance-Fast/Makefile b/math/p5-GIS-Distance-Fast/Makefile index b4d5ddafd2a0..8f922f30d98d 100644 --- a/math/p5-GIS-Distance-Fast/Makefile +++ b/math/p5-GIS-Distance-Fast/Makefile @@ -8,8 +8,8 @@ PORTNAME= GIS-Distance-Fast PORTVERSION= 0.06 CATEGORIES= math perl5 -MASTER_SITES= CPAN/../../authors/id/B/BL/BLUEFEET -MASTER_SITE_SUBDIR= GIS +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:BLUEFEET PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org diff --git a/math/p5-Math-ConvexHull/Makefile b/math/p5-Math-ConvexHull/Makefile index 1d8248cbadcd..665ad3b22f93 100644 --- a/math/p5-Math-ConvexHull/Makefile +++ b/math/p5-Math-ConvexHull/Makefile @@ -8,7 +8,8 @@ PORTNAME= Math-ConvexHull PORTVERSION= 1.04 CATEGORIES= math perl5 -MASTER_SITES= CPAN/../../authors/id/S/SM/SMUELLER +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:SMUELLER PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org diff --git a/math/p5-Math-Polygon-Tree/Makefile b/math/p5-Math-Polygon-Tree/Makefile index b6695c99bdff..473a6469e649 100644 --- a/math/p5-Math-Polygon-Tree/Makefile +++ b/math/p5-Math-Polygon-Tree/Makefile @@ -8,7 +8,8 @@ PORTNAME= Math-Polygon-Tree PORTVERSION= 0.041 CATEGORIES= math perl5 -MASTER_SITES= CPAN/../../authors/id/L/LI/LIOSHA +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:LIOSHA PKGNAMEPREFIX= p5- MAINTAINER= amdmi3@FreeBSD.org diff --git a/math/p5-Math-Random-MT-Auto/Makefile b/math/p5-Math-Random-MT-Auto/Makefile index eff7ac225fb2..6ea7ecdb2daf 100644 --- a/math/p5-Math-Random-MT-Auto/Makefile +++ b/math/p5-Math-Random-MT-Auto/Makefile @@ -8,8 +8,8 @@ PORTNAME= Math-Random-MT-Auto PORTVERSION= 6.16 CATEGORIES= math perl5 -MASTER_SITES= CPAN/../../authors/id/J/JD/JDHEDDEN -MASTER_SITE_SUBDIR= Math +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:JDHEDDEN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org diff --git a/math/p5-Math-Symbolic/Makefile b/math/p5-Math-Symbolic/Makefile index b741dd6b0a78..64acc09bee07 100644 --- a/math/p5-Math-Symbolic/Makefile +++ b/math/p5-Math-Symbolic/Makefile @@ -8,7 +8,8 @@ PORTNAME= Math-Symbolic PORTVERSION= 0.606 CATEGORIES= math perl5 -MASTER_SITES= CPAN/../../authors/id/S/SM/SMUELLER +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:SMUELLER PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -- cgit