diff options
author | sahil <sahil@FreeBSD.org> | 2010-10-05 11:03:19 +0800 |
---|---|---|
committer | sahil <sahil@FreeBSD.org> | 2010-10-05 11:03:19 +0800 |
commit | 47690358c882d73cbf3f5a04d173ab4868793e4d (patch) | |
tree | 60983d1d125ff9b953fdd071428bd85c97c7212d /math/p5-Number-WithError | |
parent | bbf77071d9b81bf912d6eaba22f06d726132b8cb (diff) | |
download | freebsd-ports-gnome-47690358c882d73cbf3f5a04d173ab4868793e4d.tar.gz freebsd-ports-gnome-47690358c882d73cbf3f5a04d173ab4868793e4d.tar.zst freebsd-ports-gnome-47690358c882d73cbf3f5a04d173ab4868793e4d.zip |
- Update to 1.01
- Pass maintainership to submitter
- Assign to RUN_DEPENDS with immediate expansion
PR: ports/150777
Submitted by: Frederic Culot <frederic@culot.org>
Diffstat (limited to 'math/p5-Number-WithError')
-rw-r--r-- | math/p5-Number-WithError/Makefile | 7 | ||||
-rw-r--r-- | math/p5-Number-WithError/distinfo | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/math/p5-Number-WithError/Makefile b/math/p5-Number-WithError/Makefile index 0c74ce758484..a35d774e9c2c 100644 --- a/math/p5-Number-WithError/Makefile +++ b/math/p5-Number-WithError/Makefile @@ -6,18 +6,17 @@ # PORTNAME= Number-WithError -PORTVERSION= 0.08 -PORTREVISION= 1 +PORTVERSION= 1.01 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= frederic@culot.org COMMENT= Numbers with error propagation and scientific rounding BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Util.pm:${PORTSDIR}/devel/p5-Params-Util \ ${SITE_PERL}/prefork.pm:${PORTSDIR}/devel/p5-prefork -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Number::WithError.3 diff --git a/math/p5-Number-WithError/distinfo b/math/p5-Number-WithError/distinfo index 0febd4c4949c..34735797d270 100644 --- a/math/p5-Number-WithError/distinfo +++ b/math/p5-Number-WithError/distinfo @@ -1,3 +1,3 @@ -MD5 (Number-WithError-0.08.tar.gz) = 3baa024cf8c3dbfa2571b67af6bf081e -SHA256 (Number-WithError-0.08.tar.gz) = 41133d0b3dc0278cfa449f5a21b865a3486ed86700ef70d6a32a571b81c61a2b -SIZE (Number-WithError-0.08.tar.gz) = 27670 +MD5 (Number-WithError-1.01.tar.gz) = 5cef7b1a8f7f85135ec24de5961cab4e +SHA256 (Number-WithError-1.01.tar.gz) = dff6a0727e7844ea67837bdfadd552b86f6b216d18ee8ee46842b22ccef0f554 +SIZE (Number-WithError-1.01.tar.gz) = 38949 |