diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-11-23 17:13:39 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-11-23 17:13:39 +0000 |
commit | 3ea581f117b00c9be1b4f182b0541ff7d36cab7c (patch) | |
tree | c430624bf1d632a8bb8768fce87fb8e082ee0604 /games/p5-Algorithm-Pair-Best | |
parent | 0ae8a455c3d113ed9c85fc7f50f0b0987d22da28 (diff) | |
download | ports-3ea581f117b00c9be1b4f182b0541ff7d36cab7c.tar.gz ports-3ea581f117b00c9be1b4f182b0541ff7d36cab7c.zip |
Notes
Diffstat (limited to 'games/p5-Algorithm-Pair-Best')
-rw-r--r-- | games/p5-Algorithm-Pair-Best/Makefile | 6 | ||||
-rw-r--r-- | games/p5-Algorithm-Pair-Best/distinfo | 4 | ||||
-rw-r--r-- | games/p5-Algorithm-Pair-Best/pkg-descr | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/games/p5-Algorithm-Pair-Best/Makefile b/games/p5-Algorithm-Pair-Best/Makefile index ce4c90e4d703..5acd4fec98e4 100644 --- a/games/p5-Algorithm-Pair-Best/Makefile +++ b/games/p5-Algorithm-Pair-Best/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Algorithm-Pair-Best -PORTVERSION= 1.010 +PORTVERSION= 1.036 CATEGORIES= games perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl module to generate tournament pairings -MAN3= Algorithm::Pair::Best.3 +DEPRECATED= Use games/p5-Algorithm-Pair-Best2 instead PERL_CONFIGURE= yes +MAN3= Algorithm::Pair::Best.3 + .include <bsd.port.mk> diff --git a/games/p5-Algorithm-Pair-Best/distinfo b/games/p5-Algorithm-Pair-Best/distinfo index 1dbd62eae624..2382fdeb9fbf 100644 --- a/games/p5-Algorithm-Pair-Best/distinfo +++ b/games/p5-Algorithm-Pair-Best/distinfo @@ -1,2 +1,2 @@ -SHA256 (Algorithm-Pair-Best-1.010.tar.gz) = 07af8905d5f1fda343b6c86e91bbf3bbf34b698b01a105e1912dce235fda4fb1 -SIZE (Algorithm-Pair-Best-1.010.tar.gz) = 10796 +SHA256 (Algorithm-Pair-Best-1.036.tar.gz) = 5fc392ae90e6bf1790d54a50c8e6e6a0888b885cfcb794a3f01a1be05d3d0b4e +SIZE (Algorithm-Pair-Best-1.036.tar.gz) = 18010 diff --git a/games/p5-Algorithm-Pair-Best/pkg-descr b/games/p5-Algorithm-Pair-Best/pkg-descr index cb39957178cf..19e0db667107 100644 --- a/games/p5-Algorithm-Pair-Best/pkg-descr +++ b/games/p5-Algorithm-Pair-Best/pkg-descr @@ -11,4 +11,4 @@ other items. It may be convenient to add access methods to the Algorithm::Pair::Best package from the main namespace (see the scoreSubs option to new below for an example). -WWW: http://search.cpan.org/dist/Algorithm-Pair-Best +WWW: http://search.cpan.org/dist/Algorithm-Pair-Best/ |