Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv14288

Modified Files:
        ccpnmr-py.info 
Log Message:
update to 2.3.1r2

Index: ccpnmr-py.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/ccpnmr-py.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- ccpnmr-py.info      27 Jun 2013 14:27:24 -0000      1.7
+++ ccpnmr-py.info      10 Sep 2013 20:45:38 -0000      1.8
@@ -1,6 +1,6 @@
 Info2: <<
 Package: ccpnmr-py%type_pkg[python]
-Version: 2.3.0r2
+Version: 2.3.1r2
 Revision: 1
 
 Type: python (2.6 2.7)
@@ -19,11 +19,19 @@
 
 Source: http://www2.ccpn.ac.uk/download/ccpnmr/analysis%v.tar.gz
 SourceDirectory: ccpnmr
-Source-MD5: d5d9e2533bef28d2dcf9fda55e1704a1
+Source-MD5: 57671be06ad23c70431f5a3db91f9cdd
 
 PatchFile: ccpnmr-py.patch
 PatchFile-MD5: f5e696ee6da81315c1e09fb7db1ad5bc
-PatchScript: sed 's,@PREFIX@,%p,g' < %{PatchFile} | sed 
's,python2.X,python%type_raw[python],g' | patch -p1
+PatchScript: << 
+#! /bin/sh -ex
+darwin_vers=`uname -r | cut -d. -f1`
+if [ "$darwin_vers" -ge 13 ]; then
+ sed 's,@PREFIX@,%p,g' < %{PatchFile} | sed 
's,python2.X,python%type_raw[python],g' | sed 's,tcl8.5,tcl8.6,g' | sed 
's,tk8.5,tk8.6,g' | patch -p1
+else
+ sed 's,@PREFIX@,%p,g' < %{PatchFile} | sed 
's,python2.X,python%type_raw[python],g' | patch -p1
+fi
+<<
 
 CompileScript: <<
 #!/bin/sh -ev
@@ -38,7 +46,7 @@
 perl -pi -e 's,-mtune=970\s-maltivec,,g' environment.txt
 fi
 
-make -j 1
+make 
 make links
 <<
 InstallScript: <<


------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to