Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=mono.git;a=commitdiff;h=a540393235c044a55a45d3b9373f653ef8f3bf15
commit a540393235c044a55a45d3b9373f653ef8f3bf15 Author: Pingax <[email protected]> Date: Wed Aug 8 23:05:20 2012 +0200 nant-0.90-2-i686 * Rebuild with mono-2.10.9 * Remove unused patches diff --git a/source/devel-extra/nant/FrugalBuild b/source/devel-extra/nant/FrugalBuild index 05de8d4..38afadf 100644 --- a/source/devel-extra/nant/FrugalBuild +++ b/source/devel-extra/nant/FrugalBuild @@ -3,19 +3,18 @@ pkgname=nant pkgver=0.90 -pkgrel=1 +pkgrel=2 +_F_archive_grepv="-src" pkgdesc="Nant is a .NET build tool." url="http://www.mono-project.com/" -depends=('mono>=2.0.1') +depends=('mono>=2.10.9') options=('scriptlet' 'force') groups=('devel-extra') archs=('i686' 'x86_64') -up2date="lynx -dump http://go-mono.com/sources-stable/|grep -m1 'nant-'|sed 's/.*nt-\(.*\)-src.*/\1/'" -source=(http://go-mono.com/sources/$pkgname/$pkgname-$pkgver-src.tar.bz2 \ - nant-0.85-api.patch) +up2date="lynx -dump --listonly http://download.mono-project.com/sources/$pkgname/|tail -n1|sed -e 's/.*nant-//;s/\-src.tar.gz//'" +source=(http://download.mono-project.com/sources/$pkgname/$pkgname-$pkgver-src.tar.bz2) Finclude mono -sha1sums=('8dee0fffc170f0f45ab9c045fa80009f96d9d663' \ - 'ea9209fa2bbe6438a473587aac3f33df91e82f9d') +sha1sums=('8dee0fffc170f0f45ab9c045fa80009f96d9d663') build() { @@ -28,4 +27,3 @@ build() Fsed "$Fdestdir" "" $Fdestdir/usr/bin/$pkgname Fmonocleanup } - diff --git a/source/devel-extra/nant/nant-0.85-api.patch b/source/devel-extra/nant/nant-0.85-api.patch deleted file mode 100644 index 62e84e8..0000000 --- a/source/devel-extra/nant/nant-0.85-api.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -uraN nant-0.85.orig/src/NAnt.DotNet/Tasks/ScriptTask.cs nant-0.85/src/NAnt.DotNet/Tasks/ScriptTask.cs ---- nant-0.85.orig/src/NAnt.DotNet/Tasks/ScriptTask.cs 2008-03-27 11:34:21.257506822 +0100 -+++ nant-0.85/src/NAnt.DotNet/Tasks/ScriptTask.cs 2008-03-27 11:38:37.163506860 +0100 -@@ -516,7 +516,7 @@ - #region Private Static Methods - - private static CodeDomProvider CreateCodeDomProvider(string typeName, string assemblyName) { -- Assembly providerAssembly = Assembly.LoadWithPartialName(assemblyName); -+ Assembly providerAssembly = Assembly.Load(assemblyName); - if (providerAssembly == null) { - throw new ArgumentException(string.Format(CultureInfo.InvariantCulture, - ResourceUtils.GetString("NA2037"), assemblyName)); diff --git a/source/devel-extra/nant/nant-core-task.patch b/source/devel-extra/nant/nant-core-task.patch deleted file mode 100644 index 86440a3..0000000 --- a/source/devel-extra/nant/nant-core-task.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- nant-0.85/src/NAnt.Core/Task.cs 2005-10-21 18:13:06.000000000 +0100 -+++ nant-0.85/src/NAnt.Core/Task.cs.new 2007-11-12 13:13:05.000000000 +0000 -@@ -400,7 +400,7 @@ - #region Protected Instance Methods - - /// <summary><note>Deprecated (to be deleted).</note></summary> -- [Obsolete("Deprecated- Use InitializeTask instead")] -+ //[Obsolete("Deprecated- Use InitializeTask instead")] - protected override void InitializeElement(XmlNode elementNode) { - // Just defer for now so that everything just works - InitializeTask(elementNode); -@@ -415,4 +415,4 @@ - - #endregion Protected Instance Methods - } --} -\ No newline at end of file -+} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
