mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Update to v1.01
- Same 'make test' errors exist as in previous versions. Reporting to vendor. PR: ports/101083 Submitted by: Gea-Suan Lin <gslin@gslin.org>
This commit is contained in:
parent
717129ed9d
commit
f15ddbcc3d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169240
2 changed files with 6 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= Tree-Binary-Dictionary
|
PORTNAME= Tree-Binary-Dictionary
|
||||||
PORTVERSION= 0.04
|
PORTVERSION= 1.01
|
||||||
CATEGORIES= devel perl5
|
CATEGORIES= devel perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
MASTER_SITE_SUBDIR= Tree
|
MASTER_SITE_SUBDIR= Tree
|
||||||
|
@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= aaron@FreeBSD.org
|
MAINTAINER= aaron@FreeBSD.org
|
||||||
COMMENT= A dictionary API to a binary tree
|
COMMENT= A dictionary API to a binary tree
|
||||||
|
|
||||||
BUILD_DEPENDS= ${SITE_PERL}/Tree/Binary.pm:${PORTSDIR}/devel/p5-Tree-Binary
|
RUN_DEPENDS= ${SITE_PERL}/Tree/Binary.pm:${PORTSDIR}/devel/p5-Tree-Binary
|
||||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||||
|
|
||||||
MAN3= Tree::Binary::Dictionary.3
|
MAN3= Tree::Binary::Dictionary.3
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (Tree-Binary-Dictionary-0.04.tar.gz) = 0c6c4414145a01362f08f21f07be3f7a
|
MD5 (Tree-Binary-Dictionary-1.01.tar.gz) = 36a8a6a8caaa8dc66050216b434b0846
|
||||||
SHA256 (Tree-Binary-Dictionary-0.04.tar.gz) = a23ef5b13f785fa7e508df771dc308b425569ae49f5734c24f3ebf5473052ec9
|
SHA256 (Tree-Binary-Dictionary-1.01.tar.gz) = fabe139c76fc26c33956a0c2c1799bef7266c65e4997815f9957f15819de730d
|
||||||
SIZE (Tree-Binary-Dictionary-0.04.tar.gz) = 3856
|
SIZE (Tree-Binary-Dictionary-1.01.tar.gz) = 4232
|
||||||
|
|
Loading…
Add table
Reference in a new issue