diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-06-29 01:48:18 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-06-29 01:48:18 +0000 |
commit | 0c923871007a98360c2b771df46d19dea7de6aa0 (patch) | |
tree | c6dc8d17e45f91f4d13e435e779ce7687c6104f7 /math/p5-Math-Calc-Units | |
parent | eda31039c45ea411ae97fec340f22010ef495a8a (diff) | |
download | ports-0c923871007a98360c2b771df46d19dea7de6aa0.tar.gz ports-0c923871007a98360c2b771df46d19dea7de6aa0.zip |
Notes
Diffstat (limited to 'math/p5-Math-Calc-Units')
-rw-r--r-- | math/p5-Math-Calc-Units/Makefile | 6 | ||||
-rw-r--r-- | math/p5-Math-Calc-Units/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/math/p5-Math-Calc-Units/Makefile b/math/p5-Math-Calc-Units/Makefile index 758e9072b1b7..0e9928bb5203 100644 --- a/math/p5-Math-Calc-Units/Makefile +++ b/math/p5-Math-Calc-Units/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Math-Calc-Units -PORTVERSION= 1.05 +PORTVERSION= 1.06 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Math @@ -22,7 +22,9 @@ MAN3= Math::Calc::Units.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again +BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +post-patch: + ${PERL} -pi -e 's/ our / my /' ${WRKSRC}/Units/Convert/Base.pm .endif .include <bsd.port.post.mk> diff --git a/math/p5-Math-Calc-Units/distinfo b/math/p5-Math-Calc-Units/distinfo index 67dfcbcaa9fd..73f296bc614b 100644 --- a/math/p5-Math-Calc-Units/distinfo +++ b/math/p5-Math-Calc-Units/distinfo @@ -1,3 +1,3 @@ -MD5 (Math-Calc-Units-1.05.tar.gz) = 5a546a8850b18ffac3006ff4c623178c -SHA256 (Math-Calc-Units-1.05.tar.gz) = 2e1590dca25d1051e7f1b71b4540fa5bff7dc02c347b765d3194c0a068925f70 -SIZE (Math-Calc-Units-1.05.tar.gz) = 33766 +MD5 (Math-Calc-Units-1.06.tar.gz) = 8ba1ff6c998de586ae4f84aa68cda0d0 +SHA256 (Math-Calc-Units-1.06.tar.gz) = 527e3b1c37bbad785801a56bba9d0ee5bf8d038bc58c1be14d60aec97cb48a7e +SIZE (Math-Calc-Units-1.06.tar.gz) = 33916 |