[143573] trunk/dports/perl/p5-extutils-f77

devans at macports.org devans at macports.org
Mon Dec 14 22:11:59 PST 2015


Revision: 143573
          https://trac.macports.org/changeset/143573
Author:   devans at macports.org
Date:     2015-12-14 22:11:59 -0800 (Mon, 14 Dec 2015)
Log Message:
-----------
p5-extutils-f77: update to version 1.19.

Modified Paths:
--------------
    trunk/dports/perl/p5-extutils-f77/Portfile
    trunk/dports/perl/p5-extutils-f77/files/patch-F77.pm.diff

Modified: trunk/dports/perl/p5-extutils-f77/Portfile
===================================================================
--- trunk/dports/perl/p5-extutils-f77/Portfile	2015-12-15 06:11:24 UTC (rev 143572)
+++ trunk/dports/perl/p5-extutils-f77/Portfile	2015-12-15 06:11:59 UTC (rev 143573)
@@ -5,7 +5,7 @@
 PortGroup           perl5 1.0
 
 perl5.branches      5.16 5.18 5.20 5.22
-perl5.setup         ExtUtils-F77 1.18
+perl5.setup         ExtUtils-F77 1.19
 license             {Artistic-1 GPL}
 maintainers         nomaintainer
 description         Helper for linking C with Fortran subroutines
@@ -15,8 +15,8 @@
 platforms           darwin
 supported_archs     noarch
 
-checksums           rmd160  80d77972d4bde7039b05d9b978cc8b6bbda106e2 \
-                    sha256  6b1fbeb38f092b399f46d58f8699917f71c098dff131a3c7b72ccccadbc953b4
+checksums           rmd160  6725de5a539123be4685f25b5fbbae10caf3da70 \
+                    sha256  09cec663fe1cfee57951b46f6433d6b4255a57ec4a1ae8cf5c81099cae84afa5
 
 if {${perl5.major} != ""} {
 

Modified: trunk/dports/perl/p5-extutils-f77/files/patch-F77.pm.diff
===================================================================
--- trunk/dports/perl/p5-extutils-f77/files/patch-F77.pm.diff	2015-12-15 06:11:24 UTC (rev 143572)
+++ trunk/dports/perl/p5-extutils-f77/files/patch-F77.pm.diff	2015-12-15 06:11:59 UTC (rev 143573)
@@ -1,11 +1,11 @@
---- F77.pm.orig	2010-12-31 20:53:06.000000000 -0500
-+++ F77.pm	2013-03-02 19:45:51.000000000 -0500
-@@ -365,6 +365,8 @@
+--- F77.pm.orig	2015-12-07 02:59:28.000000000 -0800
++++ F77.pm	2015-12-14 20:25:12.000000000 -0800
+@@ -357,6 +357,8 @@
  ### Darwin (Mac OS X) ###
  
  $F77config{Darwin}{GNU} = $F77config{Generic}{GNU};
-+$F77config{Darwin}{GNU}{Link} = '-L@@GCCLIB@@ -lgfortran';
-+$F77config{Darwin}{GNU}{Compiler} = '@@F77@@';
++$F77config{Darwin}{GNU}{Link} = '-L/opt/local/lib/gcc49 -lgfortran';
++$F77config{Darwin}{GNU}{Compiler} = '/opt/local/bin/gfortran-mp-4.9';
  $F77config{Darwin}{DEFAULT}     = 'GNU';
  
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151214/02f5de0b/attachment.html>


More information about the macports-changes mailing list