[151614] trunk/dports/science/spot/Portfile

mmoll at macports.org mmoll at macports.org
Thu Aug 18 08:52:03 PDT 2016


Revision: 151614
          https://trac.macports.org/changeset/151614
Author:   mmoll at macports.org
Date:     2016-08-18 08:52:03 -0700 (Thu, 18 Aug 2016)
Log Message:
-----------
science/spot: update to version 2.1

Modified Paths:
--------------
    trunk/dports/science/spot/Portfile

Modified: trunk/dports/science/spot/Portfile
===================================================================
--- trunk/dports/science/spot/Portfile	2016-08-18 15:50:37 UTC (rev 151613)
+++ trunk/dports/science/spot/Portfile	2016-08-18 15:52:03 UTC (rev 151614)
@@ -1,22 +1,24 @@
 # $Id$
 PortSystem          1.0
+PortGroup           cxx11 1.0
 name                spot
-version             1.2.6
+version             2.1
 categories          science math
 maintainers         mmoll openmaintainer
 description         Spot is an object-oriented model checking library written in C++.
 long_description    ${description}
-homepage            http://spot.lip6.fr/wiki
+homepage            https://spot.lrde.epita.fr/index.html
 platforms           darwin
 license             GPL-3
-master_sites        http://spot.lip6.fr/dl/
-checksums           md5     799bf59ccdee646d12e00f0fe6c23902 \
-                    sha1    1c8ecad0930f44b5a95d2d8535293830a9e8df10 \
-                    rmd160  e971c4a6fd4b707457c25d60cef999e36d6fb2d5
+master_sites        http://www.lrde.epita.fr/dload/spot/
+checksums           md5     7ba63345e247edf6a7938b1e42ce634b \
+                    sha1    5dce42e6c295138ea47d269ca1d11e4d78a5ef7a \
+                    rmd160  4e0e4d1c4993989532fdd4f7593aa2a765424b3a
 depends_lib-append  port:boost
 
+configure.args-append --disable-python
 
-set pythons_suffixes {27 34}
+set pythons_suffixes {34 35}
 
 set pythons_ports {}
 foreach s ${pythons_suffixes} {
@@ -44,6 +46,7 @@
         variant ${p} description "Use Python ${v} for python bindings" conflicts ${c} {
             depends_lib-append      port:${p}
             configure.env-append    PYTHON=${prefix}/bin/python${v}
+            configure.args-delete   --disable-python
             post-destroot {
                 file mkdir ${destroot}${prefix}/Library/Frameworks/Python.framework/Versions/${v}/lib/python${v}
                 move ${destroot}${prefix}/lib/python${v}/site-packages ${packagepath}/site-packages
@@ -53,7 +56,7 @@
 }
 
 # enable one python variant so that the python bindings can be compiled
-set selected_python python27
+set selected_python python34
 foreach s ${pythons_suffixes} {
     if {[variant_isset python${s}]} {
         set selected_python python${s}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160818/ca552a3e/attachment.html>


More information about the macports-changes mailing list