diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2005-11-01 00:49:51 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2005-11-01 00:49:51 +0000 |
commit | d12c3e101347775af5b3c4860cf3dbf7cee69d9a (patch) | |
tree | 90571a0029a30afefda9e69362e85eb34ef872af /devel/p5-AI-Pathfinding-AStar | |
parent | c824644e825ae5b0ea7d6ee6a75aabab6bf8cf76 (diff) |
- Updated port from 0.03 to 0.04
- updated maintainer address
PR: 87590
Approved by: tobez
Notes
Notes:
svn path=/head/; revision=146876
Diffstat (limited to 'devel/p5-AI-Pathfinding-AStar')
-rw-r--r-- | devel/p5-AI-Pathfinding-AStar/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-AI-Pathfinding-AStar/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-AI-Pathfinding-AStar/Makefile b/devel/p5-AI-Pathfinding-AStar/Makefile index 689f68cc0e8f..8b69d5b9ca0a 100644 --- a/devel/p5-AI-Pathfinding-AStar/Makefile +++ b/devel/p5-AI-Pathfinding-AStar/Makefile @@ -6,16 +6,16 @@ # PORTNAME= AI-Pathfinding-AStar -PORTVERSION= 0.03 +PORTVERSION= 0.04 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= AI PKGNAMEPREFIX= p5- -MAINTAINER= aaron@daltons.ca +MAINTAINER= aaron@FreeBSD.org COMMENT= Perl implementation of the A* pathfinding algorithm -BUILD_DEPENDS= ${SITE_PERL}/Heap/Simple.pm:${PORTSDIR}/devel/p5-Heap-Simple +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Heap/Simple/XS.pm:${PORTSDIR}/devel/p5-Heap-Simple-XS RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-AI-Pathfinding-AStar/distinfo b/devel/p5-AI-Pathfinding-AStar/distinfo index 4128ee86b3bf..b758c5c0637e 100644 --- a/devel/p5-AI-Pathfinding-AStar/distinfo +++ b/devel/p5-AI-Pathfinding-AStar/distinfo @@ -1,2 +1,2 @@ -MD5 (AI-Pathfinding-AStar-0.03.tar.gz) = 3ec6708bd1caaa55cb9f8839289d43e8 -SIZE (AI-Pathfinding-AStar-0.03.tar.gz) = 4985 +MD5 (AI-Pathfinding-AStar-0.04.tar.gz) = 3ef384e3b593c72c4889af266f2c42ce +SIZE (AI-Pathfinding-AStar-0.04.tar.gz) = 5149 |