diff options
author | laszlof <laszlof@FreeBSD.org> | 2006-12-08 00:08:34 +0800 |
---|---|---|
committer | laszlof <laszlof@FreeBSD.org> | 2006-12-08 00:08:34 +0800 |
commit | 60ccac36d894f025f63c9cc0b47f459fe4afbdad (patch) | |
tree | d5a7ad8a4520810ed982e8e1195eeabb5e636663 /math | |
parent | c1d23b33980848451c80edbe00f5d81adee95a95 (diff) | |
download | freebsd-ports-gnome-60ccac36d894f025f63c9cc0b47f459fe4afbdad.tar.gz freebsd-ports-gnome-60ccac36d894f025f63c9cc0b47f459fe4afbdad.tar.zst freebsd-ports-gnome-60ccac36d894f025f63c9cc0b47f459fe4afbdad.zip |
- Update to 0.06
PR: ports/104981
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
Approved by: maintainer timeout. (5 weeks)
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Number-WithError/Makefile | 2 | ||||
-rw-r--r-- | math/p5-Number-WithError/distinfo | 6 | ||||
-rw-r--r-- | math/p5-Number-WithError/files/patch-Makefile.PL | 8 |
3 files changed, 4 insertions, 12 deletions
diff --git a/math/p5-Number-WithError/Makefile b/math/p5-Number-WithError/Makefile index 679f3fec0258..cc3686622cf7 100644 --- a/math/p5-Number-WithError/Makefile +++ b/math/p5-Number-WithError/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Number-WithError -PORTVERSION= 0.05 +PORTVERSION= 0.06 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Number diff --git a/math/p5-Number-WithError/distinfo b/math/p5-Number-WithError/distinfo index 73ced9672ecc..81b071f05e32 100644 --- a/math/p5-Number-WithError/distinfo +++ b/math/p5-Number-WithError/distinfo @@ -1,3 +1,3 @@ -MD5 (Number-WithError-0.05.tar.gz) = 3dc287d72c5b31c210f00097a2218d33 -SHA256 (Number-WithError-0.05.tar.gz) = c351f65a8abc6d8101f839db6f2418f5d7efd46ea3187724fbb2a25fba0a098a -SIZE (Number-WithError-0.05.tar.gz) = 34647 +MD5 (Number-WithError-0.06.tar.gz) = c57be30943842df77ab7e7c455683785 +SHA256 (Number-WithError-0.06.tar.gz) = a265d49402e32e0815ff3b516c01121b87d61bc68ee6c8c25757b30fedf6f2e5 +SIZE (Number-WithError-0.06.tar.gz) = 27035 diff --git a/math/p5-Number-WithError/files/patch-Makefile.PL b/math/p5-Number-WithError/files/patch-Makefile.PL deleted file mode 100644 index 94ec8e5a0369..000000000000 --- a/math/p5-Number-WithError/files/patch-Makefile.PL +++ /dev/null @@ -1,8 +0,0 @@ ---- Makefile.PL.orig Wed Feb 8 09:47:57 2006 -+++ Makefile.PL Fri Jun 2 15:32:13 2006 -@@ -10,5 +10,4 @@ - build_requires 'Test::More' => '0.47'; - build_requires 'Test::LectroTest' => '0'; - --auto_install; - WriteAll; |