diff options
author | Frank J. Laszlo <laszlof@FreeBSD.org> | 2006-12-07 16:08:34 +0000 |
---|---|---|
committer | Frank J. Laszlo <laszlof@FreeBSD.org> | 2006-12-07 16:08:34 +0000 |
commit | a1a44551722969a7afdaf6006fdbd25656de05b2 (patch) | |
tree | 1aee05e7aec9f7d33b65221d5ec2c18dca0eba25 /math | |
parent | 3341940315dc2379393e06bc32938348fc4ed873 (diff) |
Notes
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; |