[119567] trunk/dports/math/libsvm/Portfile

mmoll at macports.org mmoll at macports.org
Wed Apr 30 08:44:24 PDT 2014


Revision: 119567
          https://trac.macports.org/changeset/119567
Author:   mmoll at macports.org
Date:     2014-04-30 08:44:24 -0700 (Wed, 30 Apr 2014)
Log Message:
-----------
math/libsvm: fix typo

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

Modified: trunk/dports/math/libsvm/Portfile
===================================================================
--- trunk/dports/math/libsvm/Portfile	2014-04-30 15:38:34 UTC (rev 119566)
+++ trunk/dports/math/libsvm/Portfile	2014-04-30 15:44:24 UTC (rev 119567)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                libsvm
-epoch               2
+epoch               3
 version             3.18
 categories          math
 maintainers         hum openmaintainer
@@ -27,7 +27,7 @@
 patchfiles          patch-Makefile.diff
 
 post-patch {
-    reinplace "s|../libsvm.so.2|${prefix}/libsvm.dylib|g" ${worksrcpath}/python/svm.py
+    reinplace "s|../libsvm.so.2|${prefix}/lib/libsvm.dylib|g" ${worksrcpath}/python/svm.py
 }
 
 use_configure       no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140430/a4398345/attachment.html>


More information about the macports-changes mailing list