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

devans at macports.org devans at macports.org
Tue Dec 15 10:35:06 PST 2015


Revision: 143600
          https://trac.macports.org/changeset/143600
Author:   devans at macports.org
Date:     2015-12-15 10:35:06 -0800 (Tue, 15 Dec 2015)
Log Message:
-----------
p5-extutils-f77: fix accidentally corrupted patchfile, increment revision due to possibility of improper configuration.

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 18:27:47 UTC (rev 143599)
+++ trunk/dports/perl/p5-extutils-f77/Portfile	2015-12-15 18:35:06 UTC (rev 143600)
@@ -6,6 +6,7 @@
 
 perl5.branches      5.16 5.18 5.20 5.22
 perl5.setup         ExtUtils-F77 1.19
+revision            1
 license             {Artistic-1 GPL}
 maintainers         nomaintainer
 description         Helper for linking C with Fortran subroutines

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


More information about the macports-changes mailing list