[90829] trunk/dports/lang/ftidy

jmr at macports.org jmr at macports.org
Wed Mar 14 22:49:54 PDT 2012


Revision: 90829
          https://trac.macports.org/changeset/90829
Author:   jmr at macports.org
Date:     2012-03-14 22:49:54 -0700 (Wed, 14 Mar 2012)
Log Message:
-----------
ftidy: fix case of includes

Modified Paths:
--------------
    trunk/dports/lang/ftidy/Portfile

Added Paths:
-----------
    trunk/dports/lang/ftidy/files/
    trunk/dports/lang/ftidy/files/tidy.for.patch

Modified: trunk/dports/lang/ftidy/Portfile
===================================================================
--- trunk/dports/lang/ftidy/Portfile	2012-03-15 05:42:19 UTC (rev 90828)
+++ trunk/dports/lang/ftidy/Portfile	2012-03-15 05:49:54 UTC (rev 90829)
@@ -27,6 +27,8 @@
     md5 f940dfa793408368f92af6aab535619b \
     sha1 200e4531f172355cde49c455e2f7e9df8f1f8404
 
+patchfiles              tidy.for.patch
+
 if { ![variant_isset gcc42] && ![variant_isset gcc43] && ![variant_isset gcc44] } {
     default_variants    +gcc45
 }

Added: trunk/dports/lang/ftidy/files/tidy.for.patch
===================================================================
--- trunk/dports/lang/ftidy/files/tidy.for.patch	                        (rev 0)
+++ trunk/dports/lang/ftidy/files/tidy.for.patch	2012-03-15 05:49:54 UTC (rev 90829)
@@ -0,0 +1,24 @@
+--- tidy.for.orig	1999-10-15 07:20:00.000000000 +1000
++++ tidy.for	2012-03-15 16:47:54.000000000 +1100
+@@ -254,8 +254,8 @@
+ C  Version 7.2
+ C    by Ajit J. Thakkar, Chemistry Dept., U. of New Brunswick
+ C  Standard F77 file definitions
+-      INCLUDE 'TIDY.INC'
+-      INCLUDE 'UNITS.INC'
++      INCLUDE 'tidy.inc'
++      INCLUDE 'units.inc'
+       COMMON/TDYVER/VERNUM
+       CHARACTER*30 VERNUM
+       CHARACTER*64 FILNM1, FILNM2, CFILNM
+@@ -320,8 +320,8 @@
+       RETURN
+       END
+       SUBROUTINE QUIT (M)
+-      INCLUDE 'TIDY.INC'
+-      INCLUDE 'UNITS.INC'
++      INCLUDE 'tidy.inc'
++      INCLUDE 'units.inc'
+       IF (MDEB.EQ.0) THEN
+         CLOSE(SCFIL1,STATUS='DELETE')
+         CLOSE(SCFIL2,STATUS='DELETE')
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120314/619d959d/attachment.html>


More information about the macports-changes mailing list