[149728] trunk/dports/perl/p5-pdl

devans at macports.org devans at macports.org
Wed Jun 29 12:07:21 PDT 2016


Revision: 149728
          https://trac.macports.org/changeset/149728
Author:   devans at macports.org
Date:     2016-06-29 12:07:21 -0700 (Wed, 29 Jun 2016)
Log Message:
-----------
p5-pdl: update to version 2.016, drop patch now included upstream.

Modified Paths:
--------------
    trunk/dports/perl/p5-pdl/Portfile

Removed Paths:
-------------
    trunk/dports/perl/p5-pdl/files/patch-gsl-sf-ellint-2.0.diff

Modified: trunk/dports/perl/p5-pdl/Portfile
===================================================================
--- trunk/dports/perl/p5-pdl/Portfile	2016-06-29 19:05:03 UTC (rev 149727)
+++ trunk/dports/perl/p5-pdl/Portfile	2016-06-29 19:07:21 UTC (rev 149728)
@@ -5,8 +5,7 @@
 PortGroup           perl5 1.0
 
 perl5.branches      5.22 5.24
-perl5.setup         PDL 2.015
-revision            1
+perl5.setup         PDL 2.016
 maintainers         peculier.com:mgrimes openmaintainer
 license             {Artistic-1 GPL}
 description         Perl Data Language - scientific computing capability for perl
@@ -20,8 +19,8 @@
 
 homepage            http://pdl.perl.org/
 
-checksums           rmd160  e01836bd7c28737b6ee543c24703ac5a7af36e6c \
-                    sha256  0b7ef32e443e62c62569b8092f507f1a035d990430c80bdcb263dc7a2e85b684
+checksums           rmd160  637145b34ab97514bcc668382fd9288bd9736c22 \
+                    sha256  e2512921947a292b0ec8270e5be05687cf2b165547267ccc956ad6158ab21000
 
 #
 # support options
@@ -106,8 +105,7 @@
     universal_variant no
 
     patchfiles      patch-perldl.conf.diff \
-                    patch-proj.diff \
-                    patch-gsl-sf-ellint-2.0.diff
+                    patch-proj.diff
       
     post-patch {
         reinplace "s|/usr/local|${prefix}|g" \

Deleted: trunk/dports/perl/p5-pdl/files/patch-gsl-sf-ellint-2.0.diff
===================================================================
--- trunk/dports/perl/p5-pdl/files/patch-gsl-sf-ellint-2.0.diff	2016-06-29 19:05:03 UTC (rev 149727)
+++ trunk/dports/perl/p5-pdl/files/patch-gsl-sf-ellint-2.0.diff	2016-06-29 19:07:21 UTC (rev 149728)
@@ -1,21 +0,0 @@
---- Lib/GSL/SF/ellint/gsl_sf_ellint.pd.orig	2015-11-13 00:10:37.000000000 -0800
-+++ Lib/GSL/SF/ellint/gsl_sf_ellint.pd	2015-11-13 00:13:11.000000000 -0800
-@@ -84,15 +84,15 @@
- 
- pp_def('gsl_sf_ellint_D',
-        GenericTypes => [D],
--       Pars=>'double phi(); double k(); double n();
-+       Pars=>'double phi(); double k();
-               double [o]y(); double [o]e()',
-        Code =>'
- gsl_sf_result r;
--GSLERR(gsl_sf_ellint_D_e,($phi(),$k(),$n(),GSL_PREC_DOUBLE,&r))
-+GSLERR(gsl_sf_ellint_D_e,($phi(),$k(),GSL_PREC_DOUBLE,&r))
- $y() = r.val;
- $e() = r.err; 
- ',
--       Doc =>'Legendre form of incomplete elliptic integrals D(phi,k,n)'
-+       Doc =>'Legendre form of incomplete elliptic integrals D(phi,k)'
-       );
- 
- pp_def('gsl_sf_ellint_RC',
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160629/8b409ba5/attachment-0001.html>


More information about the macports-changes mailing list