aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-01-08 06:27:25 +0800
committermiwi <miwi@FreeBSD.org>2009-01-08 06:27:25 +0800
commite692258cd48179cb55005dd82db54d7bbbe35228 (patch)
tree9a193f0756f2eadaa32b857779d886c25f968b46 /math
parent4cd34ab309eed0f618f140337b79322c54acaf28 (diff)
downloadfreebsd-ports-gnome-e692258cd48179cb55005dd82db54d7bbbe35228.tar.gz
freebsd-ports-gnome-e692258cd48179cb55005dd82db54d7bbbe35228.tar.zst
freebsd-ports-gnome-e692258cd48179cb55005dd82db54d7bbbe35228.zip
- Update to 0.46
- Pass maintainership to submitter PR: 130115 Submitted by: Wen Heping <wenheping@gmail.com>
Diffstat (limited to 'math')
-rw-r--r--math/p5-Math-Cephes/Makefile4
-rw-r--r--math/p5-Math-Cephes/distinfo6
-rw-r--r--math/p5-Math-Cephes/files/patch-Makefile.PL13
3 files changed, 5 insertions, 18 deletions
diff --git a/math/p5-Math-Cephes/Makefile b/math/p5-Math-Cephes/Makefile
index a28075f53e81..c4b71c306956 100644
--- a/math/p5-Math-Cephes/Makefile
+++ b/math/p5-Math-Cephes/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= Math-Cephes
-PORTVERSION= 0.45
+PORTVERSION= 0.46
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= wenheping@gmail.com
COMMENT= Perl interface to the cephes math library
MAN1= pmath.1
diff --git a/math/p5-Math-Cephes/distinfo b/math/p5-Math-Cephes/distinfo
index 095f8dc8b413..e6d5efceb0f5 100644
--- a/math/p5-Math-Cephes/distinfo
+++ b/math/p5-Math-Cephes/distinfo
@@ -1,3 +1,3 @@
-MD5 (Math-Cephes-0.45.tar.gz) = 77631c4286d346b0ff58772ac4d02c12
-SHA256 (Math-Cephes-0.45.tar.gz) = 42df808401a3a287d2eadfe535f5f49e74a96116fd9044f9e57899853d7aeb87
-SIZE (Math-Cephes-0.45.tar.gz) = 301731
+MD5 (Math-Cephes-0.46.tar.gz) = 1f1d56dcc5829d5b3a08fe7e4f363eb3
+SHA256 (Math-Cephes-0.46.tar.gz) = e3ae7237b4ba655fe3338f9ed0451ba14867c9861a50df945f3c31f25c34fa60
+SIZE (Math-Cephes-0.46.tar.gz) = 301984
diff --git a/math/p5-Math-Cephes/files/patch-Makefile.PL b/math/p5-Math-Cephes/files/patch-Makefile.PL
deleted file mode 100644
index 0468c77415ab..000000000000
--- a/math/p5-Math-Cephes/files/patch-Makefile.PL
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.PL.orig Wed Dec 31 00:57:31 2003
-+++ Makefile.PL Fri Jun 16 12:05:48 2006
-@@ -23,8 +23,8 @@
- # fool WriteMakefile into thinking there's a libmd lib
- my $lib = 'libmd' . $Config{lib_ext};
- my $dummy = catfile $libmd, $lib;
--open(DUMMY, ">$dummy") or die "Cannot create $dummy: $!";
--close DUMMY;
-+#open(DUMMY, ">$dummy") or die "Cannot create $dummy: $!";
-+#close DUMMY;
-
- my %opts = (
- NAME => 'Math::Cephes',