Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/devel
In directory 
vz-cvs-3.sog:/tmp/cvs-serv21749/10.4/stable/main/finkinfo/10.4-EOL/devel

Modified Files:
        ftidy.info 
Log Message:
ftidy (Fortran tool): fix and move to 10.7.

Index: ftidy.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/devel/ftidy.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ftidy.info  11 Jul 2011 04:08:31 -0000      1.1
+++ ftidy.info  1 Aug 2012 15:12:29 -0000       1.2
@@ -1,9 +1,8 @@
 Package: ftidy
 Version: 7.2
-Revision: 1
+Revision: 2
 Description: Fortran code formatter
-Architecture: powerpc, i386, x86_64
-BuildDepends: g77 | g95 | gcc42 | gcc43 | gcc44 | gcc45
+BuildDepends: g77 | g95 | gcc44 | gcc45 | gcc46 | gcc47
 License: OSI-Approved
 
 # Unpack Phase:
@@ -12,10 +11,20 @@
 
 NoSourceDirectory: true
 
+# Patch Phase
+PatchScript: <<
+#!/bin/sh -ev
+# some compilers can only take filenames in capital letters
+  mv tidy.inc TIDY.INC
+  mv units.inc UNITS.INC
+  sed -i.bak 's|tidy.inc|TIDY.INC|g' tidy.for
+  sed -i.bak 's|units.inc|UNITS.INC|g' tidy.for
+<<
+
 # Compile Phase (NOTE: there is no configure):
 CompileScript: <<
 #!/bin/sh -ev
- gfortran -o ftidy tidy.for
+  gfortran -o ftidy tidy.for
 <<
 
 # Install Phase:
@@ -43,10 +52,7 @@
   in variable names.
 <<
 
-DescUsage: <<
-see the files in %p/share/doc/ftidy/
-<<
-
-DescPort: Renamed to ftidy because of name conflict with HTML tidy
-Homepage: http://www.unb.ca/fredericton/science/chem/ajit/tidy/
+DescUsage:  see the files in %p/share/doc/ftidy/
+DescPort:   Renamed to ftidy because of name conflict with HTML tidy
+Homepage:   http://www.unb.ca/fredericton/science/chem/ajit/tidy/
 Maintainer: Karl-Michael Schindler <karl-michael.schind...@web.de>


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to