[60668] trunk/dports/math/shogun

snc at macports.org snc at macports.org
Thu Nov 19 12:08:03 PST 2009


Revision: 60668
          http://trac.macports.org/changeset/60668
Author:   snc at macports.org
Date:     2009-11-19 12:08:00 -0800 (Thu, 19 Nov 2009)
Log Message:
-----------
updated version, #22552

Modified Paths:
--------------
    trunk/dports/math/shogun/Portfile

Removed Paths:
-------------
    trunk/dports/math/shogun/files/

Modified: trunk/dports/math/shogun/Portfile
===================================================================
--- trunk/dports/math/shogun/Portfile	2009-11-19 19:54:21 UTC (rev 60667)
+++ trunk/dports/math/shogun/Portfile	2009-11-19 20:08:00 UTC (rev 60668)
@@ -1,11 +1,13 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
+
 PortSystem          1.0
 
 categories          math science
 name                shogun
-version             0.8.0
+version             0.9.1
+set branch          [join [lrange [split ${version} .] 0 1] .]
 
-
 maintainers         jameskyle
 
 platforms           darwin
@@ -18,16 +20,15 @@
                     several different SVM implementations, among them the \
                     state of the art OCAS, LibSVM, SVMLight, SVMLin and GPDT.
 
-homepage            http://www.shogun-toolbox.org/
-master_sites        http://shogun-toolbox.org/archives/shogun/releases/0.8/sources/
+homepage            http://shogun-toolbox.org
+master_sites        ${homepage}/archives/shogun/releases/${branch}/sources/
 use_bzip2           yes
 distfiles            shogun-${version}${extract.suffix}
 
+checksums           md5     322ea08520d5c0fb2427f44ed654e4d1 \
+                    sha1    6826a9937abe24830647cea867351e4eeff689ab \
+                    rmd160  332a9b32e476cd2ab0193a58edc8667e91b95633
 
-checksums           md5     e21db2d96288223d8da2e7a49e237245 \
-                    sha1    bd4ef09f0a561eb3fb8ba3bd19939d69265f00c6 \
-                    rmd160  0bd5d7bb7a2fbf3ed6a276a6a5b92d7f774c8df4
-
 worksrcdir          ${name}-${version}/src
 
 depends_build       port:bzip2 \
@@ -52,9 +53,6 @@
                     --python=${python_prefix}/bin/python2.6 \
                     --pydir=${python_prefix}/lib/python2.6/site-packages
 
-patchfiles          leopard.diff
-                      
-
 configure.cc        ${prefix}/bin/gcc-mp-4.3                    
 configure.compiler  macports-gcc-4.3
 
@@ -176,4 +174,4 @@
 }
 
 livecheck.url http://www.shogun-toolbox.org
-livecheck.regex {SHOGUN Version ([0-9.]+).*}
\ No newline at end of file
+livecheck.regex {SHOGUN Version ([0-9.]+).*}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091119/46fa0ab4/attachment.html>


More information about the macports-changes mailing list