diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-12-10 20:16:15 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-12-10 20:16:15 +0000 |
commit | b96dd7e50e6c9ae00037c639042335441e12380f (patch) | |
tree | 0f4331aa2f5cccee546c0283861fab543f993221 /textproc | |
parent | d1c9588584c599d2beaba5c9a591d85a789490c8 (diff) | |
download | ports-b96dd7e50e6c9ae00037c639042335441e12380f.tar.gz ports-b96dd7e50e6c9ae00037c639042335441e12380f.zip |
- Update to 1.3
- Add WWW
PR: 106555
Submitted by: chinsan <chinsan@FreeBSD.org>
Notes
Notes:
svn path=/head/; revision=179409
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Tree-Nary/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-Tree-Nary/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-Tree-Nary/pkg-descr | 2 |
3 files changed, 8 insertions, 5 deletions
diff --git a/textproc/p5-Tree-Nary/Makefile b/textproc/p5-Tree-Nary/Makefile index 0fa784b2a4a2..0f2883699dbd 100644 --- a/textproc/p5-Tree-Nary/Makefile +++ b/textproc/p5-Tree-Nary/Makefile @@ -6,15 +6,16 @@ # PORTNAME= Tree-Nary -PORTVERSION= 1.21 +PORTVERSION= 1.30 PORTEPOCH= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Tree PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-1.3 MAINTAINER= perl@FreeBSD.org -COMMENT= Perl implementation of N-ary search trees +COMMENT= Perl implementation of N-ary search trees PERL_CONFIGURE= yes diff --git a/textproc/p5-Tree-Nary/distinfo b/textproc/p5-Tree-Nary/distinfo index c06cf5dce28d..0a177f4696ab 100644 --- a/textproc/p5-Tree-Nary/distinfo +++ b/textproc/p5-Tree-Nary/distinfo @@ -1,3 +1,3 @@ -MD5 (Tree-Nary-1.21.tar.gz) = 2953d138565c8f663c2f6e8f69974a11 -SHA256 (Tree-Nary-1.21.tar.gz) = 433bce0770d69ba9033df56272e7194a13fa4b4d72af6c4b0b6e984486b46c3d -SIZE (Tree-Nary-1.21.tar.gz) = 11666 +MD5 (Tree-Nary-1.3.tar.gz) = c9eeebc69869554579b297aa61b0e779 +SHA256 (Tree-Nary-1.3.tar.gz) = 3d6660b796328e62f6368ea3d29422959f4fece3376691813c271add4ba597c4 +SIZE (Tree-Nary-1.3.tar.gz) = 12687 diff --git a/textproc/p5-Tree-Nary/pkg-descr b/textproc/p5-Tree-Nary/pkg-descr index 7ed27d1824d2..58847c9bcf18 100644 --- a/textproc/p5-Tree-Nary/pkg-descr +++ b/textproc/p5-Tree-Nary/pkg-descr @@ -7,3 +7,5 @@ netgroup file is an example of such a database). It offers the capability to select nodes on the tree, and attachment points for nodes on the tree. Each attachment point can support multiple child nodes. + +WWW: http://search.cpan.org/dist/Tree-Nary/ |