[106046] trunk/dports/math/glpk/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon May 13 19:02:15 PDT 2013


Revision: 106046
          https://trac.macports.org/changeset/106046
Author:   ryandesign at macports.org
Date:     2013-05-13 19:02:15 -0700 (Mon, 13 May 2013)
Log Message:
-----------
glpk: downgrade to 4.48 (#38645) due to 4.49 breaking everything that uses glpk (e.g. #39093)

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

Modified: trunk/dports/math/glpk/Portfile
===================================================================
--- trunk/dports/math/glpk/Portfile	2013-05-14 01:34:23 UTC (rev 106045)
+++ trunk/dports/math/glpk/Portfile	2013-05-14 02:02:15 UTC (rev 106046)
@@ -5,7 +5,9 @@
 PortGroup       muniversal 1.0
 
 name            glpk
-version         4.49
+epoch           1
+# 4.49 removes the old API; don't update until ports using glpk have been rewritten to use the new API.
+version         4.48
 license         GPL-3+
 categories      math lang
 platforms       darwin
@@ -22,8 +24,8 @@
 homepage        http://www.gnu.org/software/${name}/
 master_sites    gnu
 
-checksums       rmd160  ea13734c7d0e41e393e66bb976209da0b2f4862f \
-                sha256  1e7cbec1ff4a9ae910414b25d8fea93229a3ec7ceaedf21504b4e940e34e8008
+checksums       rmd160  269cb1f2b63b5a2f0a0f42b7af3ff52e8f95edfa \
+                sha256  abc2c8f895b20a91cdfcfc04367a0bc8677daf8b4ec3f3e86c5b71c79ac6adb1
 
 depends_lib     port:gmp port:zlib
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130513/d53e2f59/attachment.html>


More information about the macports-changes mailing list