[119941] trunk/dports/devel/isl-devel/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sun May 11 06:43:22 PDT 2014


Revision: 119941
          https://trac.macports.org/changeset/119941
Author:   mcalhoun at macports.org
Date:     2014-05-11 06:43:21 -0700 (Sun, 11 May 2014)
Log Message:
-----------
isl-devel:
 * Update version 0.12.2-> latest version 0.13
 * License change (see ChangeLog, version: 0.11)
 * Add testing
 * Add livecheck

Modified Paths:
--------------
    trunk/dports/devel/isl-devel/Portfile

Modified: trunk/dports/devel/isl-devel/Portfile
===================================================================
--- trunk/dports/devel/isl-devel/Portfile	2014-05-11 13:03:36 UTC (rev 119940)
+++ trunk/dports/devel/isl-devel/Portfile	2014-05-11 13:43:21 UTC (rev 119941)
@@ -7,8 +7,8 @@
 name                isl-devel
 conflicts           isl
 
-version             0.12.2
-set git_commit      a64098e95e8c6404fa18f52fad75a8fd440c542f
+version             0.13
+set git_commit      ac510e17f63ed6647157f46a3c2830626efd146d
 
 categories          devel math
 
@@ -22,7 +22,7 @@
     Supported operations on sets include intersection, union, set difference, emptiness check, convex hull, (integer) affine hull, integer projection, computing the lexicographic minimum using parametric integer programming, coalescing and parametric vertex enumeration. \
     It also includes an ILP solver based on generalized basis reduction, transitive closures on maps (which may encode infinite graphs), dependence analysis and bounds on piecewise step-polynomials.
 
-license             LGPL-2.1
+license             MIT
 homepage            http://repo.or.cz/w/isl.git
 master_sites        http://repo.or.cz/w/isl.git/snapshot
 
@@ -35,9 +35,14 @@
 use_autoreconf      yes
 autoreconf.args     -fvi
 
-checksums           rmd160  88914175654e48a622896653da0e45e5f15bd1ad \
-                    sha256  6d549dfeb84f6aeb278ff483ba460a9e70f29fa198f7716c8e9f9bb428accfad
+checksums           rmd160  6a31066420e548678b469cb278a0eccaee84625b \
+                    sha256  7c667f08af0fc2faa05ac9dbae139086de5bbed303532d13bd77eebfecf29ee3
 
 depends_lib         port:gmp
 
-livecheck.type      none
+test.run            yes
+test.target         check
+
+livecheck.type    md5
+livecheck.url     ${master_sites}
+livecheck.md5     f8a2a16c47aa7ad1f2917f6e1d83583b
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140511/584ad178/attachment.html>


More information about the macports-changes mailing list