Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv21295/main/finkinfo/devel

Modified Files:
      Tag: pangocairo-branch
        nant.info nant.patch 
Log Message:
update mono-based stuff

Index: nant.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/nant.info,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -u -d -r1.4.2.1 -r1.4.2.2
--- nant.info   21 Sep 2007 04:30:42 -0000      1.4.2.1
+++ nant.info   13 Dec 2007 16:11:42 -0000      1.4.2.2
@@ -1,27 +1,27 @@
 Package: nant
 Version: 0.85
 Revision: 1038
-Description: Ant-like build tool for .NET
-License: GPL
-Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
-
-Depends: mono (>= 1.2.3-1)
-BuildDepends: <<
-       mono-dev (>= 1.2.5-1021),
-       pkgconfig
-<<
 
+#Source: mirror:sourceforge:%n/%n-%v-rc3-src.tar.gz
 Source: http://go-mono.com/sources/%n/%n-%v-src.tar.gz
 Source-MD5: 45ae065439b6cbc0e02051b855843f50
 SourceDirectory: %n-%v
 Patch: %n.patch
-
+DocFiles: COPYING.txt README.txt
+Depends: mono (>= 1.2.6-1)
+BuildDepends: <<
+       mono-dev (>= 1.2.6-1),
+       pkgconfig
+<<
+Homepage: http://nant.sourceforge.net/
+Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
+Description: Ant-like build tool for .NET
+NoSetCPPFLAGS: true
 SetCPPFLAGS: -I%p/include
+NoSETLDFLAGS: true
 SetLIBS: -L%p/lib
-SetMAKEFLAGS: -j1
-NoSetCPPFLAGS: true
-NoSetLDFLAGS: true
 NoSetMAKEFLAGS: true
+SetMAKEFLAGS: -j1
 CompileScript: <<
 #!/bin/sh -ex
 
@@ -29,7 +29,6 @@
 
   make MONO="mono --debug" MCS="mcs -debug"
 <<
-
 InstallScript: <<
 #!/bin/sh -ex
 
@@ -49,11 +48,9 @@
   mv doc %i/share/doc/%n
   mv examples %i/share/doc/%n/
 <<
-DocFiles: COPYING.txt README.txt
 
-Homepage: http://nant.sourceforge.net/
 DescDetail: <<
 NAnt is a free .NET build tool.  In theory it is kind of like make
 without make's wrinkles.  In practice it's a lot like Ant.
 <<
-
+License: GPL

Index: nant.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/nant.patch,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- nant.patch  21 Sep 2007 04:30:43 -0000      1.1.2.1
+++ nant.patch  13 Dec 2007 16:11:42 -0000      1.1.2.2
@@ -1,4 +1,4 @@
-
+diff -uNr nant-0.85/src/NAnt.Core/Task.cs nant-0.85-new/src/NAnt.Core/Task.cs
 --- nant-0.85/src/NAnt.Core/Task.cs    2005-10-21 13:13:06.000000000 -0400
 +++ nant-0.85-new/src/NAnt.Core/Task.cs        2007-09-20 21:28:37.000000000 
-0400
 @@ -400,7 +400,10 @@
@@ -18,7 +18,8 @@
      }
 -}
 \ No newline at end of file
-+}
++}
+diff -uNr nant-0.85/src/NAnt.Core/Tasks/ExternalProgramBase.cs 
nant-0.85-new/src/NAnt.Core/Tasks/ExternalProgramBase.cs
 --- nant-0.85/src/NAnt.Core/Tasks/ExternalProgramBase.cs       2005-04-04 
08:08:28.000000000 -0400
 +++ nant-0.85-new/src/NAnt.Core/Tasks/ExternalProgramBase.cs   2007-09-20 
21:30:38.000000000 -0400
 @@ -452,7 +452,8 @@


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to