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

devans at macports.org devans at macports.org
Thu Jun 4 22:49:11 PDT 2015


Revision: 137137
          https://trac.macports.org/changeset/137137
Author:   devans at macports.org
Date:     2015-06-04 22:49:11 -0700 (Thu, 04 Jun 2015)
Log Message:
-----------
p5-pdl: update to version 2.011, removal of PLplot support now complete, drop unneeded patch, update comments.

Modified Paths:
--------------
    trunk/dports/perl/p5-pdl/Portfile
    trunk/dports/perl/p5-pdl/files/patch-perldl.conf.diff

Removed Paths:
-------------
    trunk/dports/perl/p5-pdl/files/patch-Graphics-Makefile.PL.diff

Modified: trunk/dports/perl/p5-pdl/Portfile
===================================================================
--- trunk/dports/perl/p5-pdl/Portfile	2015-06-05 05:11:11 UTC (rev 137136)
+++ trunk/dports/perl/p5-pdl/Portfile	2015-06-05 05:49:11 UTC (rev 137137)
@@ -5,7 +5,7 @@
 PortGroup           perl5 1.0
 
 perl5.branches      5.16 5.18 5.20
-perl5.setup         PDL 2.009
+perl5.setup         PDL 2.011
 maintainers         peculier.com:mgrimes openmaintainer
 license             {Artistic-1 GPL}
 description         Perl Data Language - scientific computing capability for perl
@@ -19,14 +19,14 @@
 
 homepage            http://pdl.perl.org/
 
-checksums           rmd160  467b71e42c29fb820db76079aee5564a6619a365 \
-                    sha256  7a16c91f7679140d77add64fd2236670f8ffa36874b8628fe733b23b3fc524b8
+checksums           rmd160  30db6bb87f1480b146e386333fbcb85aa752794f \
+                    sha256  dbdda3d00c7fa6c47578a02807ffe8ae1d4e5f1d51f06839cbd373c60cf70eba
 
 #
 # support options
 #
 # plotting support using pgplot (PDL::Graphics::PGPLOT) is always enabled
-# plotting support using plplot (PDL::Graphics::PLplot) has been removed from the PDL distribution as of release 2.009
+# plotting support using plplot (PDL::Graphics::PLplot) has been removed from the PDL distribution, available as a separate module if desired
 # plotting support using gnuplot is available via separate module PDL::Graphics::Gnuplot
 # 3D plotting support (PDL::Graphics::TriD) using opengl is optional, use +opengl to enable (#46306)
 # hdf4 support (PDL::IO::HDF) is enabled by default, use -hdf4 to disable (#46304)
@@ -104,8 +104,7 @@
     # pgplot is not universal
     universal_variant no
 
-    patchfiles      patch-perldl.conf.diff \
-                    patch-Graphics-Makefile.PL.diff
+    patchfiles      patch-perldl.conf.diff
       
     post-patch {
         reinplace "s|/usr/local|${prefix}|g" \

Deleted: trunk/dports/perl/p5-pdl/files/patch-Graphics-Makefile.PL.diff
===================================================================
--- trunk/dports/perl/p5-pdl/files/patch-Graphics-Makefile.PL.diff	2015-06-05 05:11:11 UTC (rev 137136)
+++ trunk/dports/perl/p5-pdl/files/patch-Graphics-Makefile.PL.diff	2015-06-05 05:49:11 UTC (rev 137137)
@@ -1,11 +0,0 @@
---- Graphics/Makefile.PL.orig	2015-05-30 16:33:02.000000000 -0700
-+++ Graphics/Makefile.PL	2015-05-30 16:33:26.000000000 -0700
-@@ -2,7 +2,7 @@
- use warnings;
- use ExtUtils::MakeMaker;
- 
--my @subdirs = qw(PGPLOT LUT IIS PLplot Limits);
-+my @subdirs = qw(PGPLOT LUT IIS Limits);
- 
- # we try and build unless WITH_3D == 0
- my $t = $PDL::Config{WITH_3D};

Modified: trunk/dports/perl/p5-pdl/files/patch-perldl.conf.diff
===================================================================
--- trunk/dports/perl/p5-pdl/files/patch-perldl.conf.diff	2015-06-05 05:11:11 UTC (rev 137136)
+++ trunk/dports/perl/p5-pdl/files/patch-perldl.conf.diff	2015-06-05 05:49:11 UTC (rev 137137)
@@ -9,7 +9,7 @@
  #       USE_POGL => 0,
  #
          POGL_VERSION => 0.6702,           # minimum compatible OpenGL version
-@@ -174,7 +174,7 @@
+@@ -160,7 +160,7 @@
  # false -> don't use
  # true -> force use
  
@@ -18,7 +18,7 @@
          HDF_LIBS => undef,
          HDF_INC => undef,
  
-@@ -182,7 +182,7 @@
+@@ -168,7 +168,7 @@
  # false -> don't use
  # true -> force use
  
@@ -27,7 +27,7 @@
          GD_LIBS => undef,
          GD_INC => undef,
          GD_DEFINE => '',       # If anything needs to be defined.
-@@ -191,7 +191,7 @@
+@@ -177,7 +177,7 @@
  # false -> don't use
  # true -> force use
  #
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150604/95d113d0/attachment-0001.html>


More information about the macports-changes mailing list