[148627] trunk/dports/math/lp_solve

ryandesign at macports.org ryandesign at macports.org
Thu May 12 20:50:40 PDT 2016


Revision: 148627
          https://trac.macports.org/changeset/148627
Author:   ryandesign at macports.org
Date:     2016-05-12 20:50:40 -0700 (Thu, 12 May 2016)
Log Message:
-----------
lp_solve: update to 5.5.2.3

Modified Paths:
--------------
    trunk/dports/math/lp_solve/Portfile
    trunk/dports/math/lp_solve/files/Makefile

Modified: trunk/dports/math/lp_solve/Portfile
===================================================================
--- trunk/dports/math/lp_solve/Portfile	2016-05-13 03:42:10 UTC (rev 148626)
+++ trunk/dports/math/lp_solve/Portfile	2016-05-13 03:50:40 UTC (rev 148627)
@@ -5,7 +5,7 @@
 PortGroup               muniversal 1.0
 
 name                    lp_solve
-version                 5.5.2.0
+version                 5.5.2.3
 set branch              [join [lrange [split ${version} .] 0 1] .]
 categories              math
 platforms               darwin
@@ -23,9 +23,8 @@
 distname                ${name}_${version}_source
 worksrcdir              ${name}_${branch}
 
-checksums               md5     167c0fb4ab178e0b7ab50bf0a635a836 \
-                        sha1    e2830053cf079839b9ce21662cbc886ac6d31c80 \
-                        rmd160  23a69c71062747ddf4cbc57120cd7db5f9378ac2
+checksums               rmd160  5657c47cf996979072fb2a1135d071e48da52ea1 \
+                        sha256  fb43ae8ad3bb4cee617863f7fc03b26ccc0ff7946a9cc4665cb9afa04c0a1cab
 
 post-extract {
     xinstall -m 644 ${filespath}/Makefile ${worksrcpath}

Modified: trunk/dports/math/lp_solve/files/Makefile
===================================================================
--- trunk/dports/math/lp_solve/files/Makefile	2016-05-13 03:42:10 UTC (rev 148626)
+++ trunk/dports/math/lp_solve/files/Makefile	2016-05-13 03:50:40 UTC (rev 148627)
@@ -11,8 +11,8 @@
 
 install:
 	install -m 755 -d $(DESTDIR)$(PREFIX)/bin
+	install -m 755 lp_solve/bin/*/lp_solve $(DESTDIR)$(PREFIX)/bin/
+	install -m 755 -d $(DESTDIR)$(PREFIX)/lib
 	install -m 755 lpsolve55/bin/*/liblpsolve55.a lpsolve55/bin/*/liblpsolve55.dylib $(DESTDIR)$(PREFIX)/lib/
-	install -m 755 -d $(DESTDIR)$(PREFIX)/lib
-	install -m 755 lp_solve/bin/*/lp_solve $(DESTDIR)$(PREFIX)/bin/
 	install -m 755 -d $(DESTDIR)$(PREFIX)/include/lpsolve
 	install -m 644 *.h $(DESTDIR)$(PREFIX)/include/lpsolve/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160512/e63101c3/attachment.html>


More information about the macports-changes mailing list