diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2010-10-05 03:03:19 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2010-10-05 03:03:19 +0000 |
commit | 1132c314caf63cfe92b635a2b729d5f1cf3c3e3c (patch) | |
tree | 5cb2e42199f41d2e5421de7f1a4174573374f570 | |
parent | Add the new etc/man.d directory. (diff) |
- 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>
Notes
Notes:
svn path=/head/; revision=262405
-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 |