diff options
author | Steve Wills <swills@FreeBSD.org> | 2015-07-19 19:14:55 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2015-07-19 19:14:55 +0000 |
commit | 53c6b4108270dd5c588bc3835e707c41b82820a3 (patch) | |
tree | ee1e065ec3f9ca62e94d5045cc017bfa7c246250 /math/p5-Math-SigFigs | |
parent | d016e5f6051af002cea4a908f240becbbd43c12b (diff) | |
download | ports-53c6b4108270dd5c588bc3835e707c41b82820a3.tar.gz ports-53c6b4108270dd5c588bc3835e707c41b82820a3.zip |
Notes
Diffstat (limited to 'math/p5-Math-SigFigs')
-rw-r--r-- | math/p5-Math-SigFigs/Makefile | 10 | ||||
-rw-r--r-- | math/p5-Math-SigFigs/distinfo | 4 |
2 files changed, 5 insertions, 9 deletions
diff --git a/math/p5-Math-SigFigs/Makefile b/math/p5-Math-SigFigs/Makefile index 677731895d2a..4ef2fbf9c375 100644 --- a/math/p5-Math-SigFigs/Makefile +++ b/math/p5-Math-SigFigs/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Math-SigFigs -PORTVERSION= 1.09 -PORTREVISION= 1 +PORTVERSION= 1.10 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,12 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= swills@FreeBSD.org COMMENT= Do math with correct handling of significant figures -BUILD_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ - p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage -RUN_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ - p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage - USES= perl5 USE_PERL5= configure +PLIST_FILES= bin/count bin/format + .include <bsd.port.mk> diff --git a/math/p5-Math-SigFigs/distinfo b/math/p5-Math-SigFigs/distinfo index 9ea1ef8882e2..96464697aa2d 100644 --- a/math/p5-Math-SigFigs/distinfo +++ b/math/p5-Math-SigFigs/distinfo @@ -1,2 +1,2 @@ -SHA256 (Math-SigFigs-1.09.tar.gz) = 54a01e671286db0bc7ee9bae836ddd8f2ae089565a9607a06da7af3f29c78bbe -SIZE (Math-SigFigs-1.09.tar.gz) = 11426 +SHA256 (Math-SigFigs-1.10.tar.gz) = b85fb95b409df9d054b74e4e8906762279af8f673c4fa7f1233cc4614b89faec +SIZE (Math-SigFigs-1.10.tar.gz) = 10896 |