diff options
author | leeym <leeym@FreeBSD.org> | 2006-06-29 09:48:18 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2006-06-29 09:48:18 +0800 |
commit | 08ea330a3aed6d5ffe5f1d27a844059c771ddd9d (patch) | |
tree | 1c3cb97b6542fc578101d932a40d9852c5ff9f41 | |
parent | b0723892227412c46325b12d936de166fab84638 (diff) | |
download | freebsd-ports-gnome-08ea330a3aed6d5ffe5f1d27a844059c771ddd9d.tar.gz freebsd-ports-gnome-08ea330a3aed6d5ffe5f1d27a844059c771ddd9d.tar.zst freebsd-ports-gnome-08ea330a3aed6d5ffe5f1d27a844059c771ddd9d.zip |
- update to 1.06
- unbreak under old perl
-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 |