[135635] trunk/dports/science/nds2-client/Portfile

ram at macports.org ram at macports.org
Tue Apr 28 07:18:56 PDT 2015


Revision: 135635
          https://trac.macports.org/changeset/135635
Author:   ram at macports.org
Date:     2015-04-28 07:18:56 -0700 (Tue, 28 Apr 2015)
Log Message:
-----------
science/nds2-client: update to 0.11.5

Modified Paths:
--------------
    trunk/dports/science/nds2-client/Portfile

Modified: trunk/dports/science/nds2-client/Portfile
===================================================================
--- trunk/dports/science/nds2-client/Portfile	2015-04-28 14:18:49 UTC (rev 135634)
+++ trunk/dports/science/nds2-client/Portfile	2015-04-28 14:18:56 UTC (rev 135635)
@@ -3,12 +3,12 @@
 PortSystem        1.0
 
 name              nds2-client
-version           0.11.2
-revision          1
+version           0.11.5
+revision          0
 categories        science
 platforms         darwin
 license           GPL-2
-maintainers       ligo.org:ed.maros openmaintainer
+maintainers       ligo.org:ed.maros ram openmaintainer
 
 description       Network Data Server Client
 long_description \
@@ -18,14 +18,15 @@
 homepage          https://www.lsc-group.phys.uwm.edu/daswg/projects/nds-client.html
 master_sites      http://software.ligo.org/lscsoft/source/
 
-checksums         rmd160  3d87fc26c6e0bbc338f6aaea23febf85952a4512 \
-                  sha256  c54f89da8ea59fb7dd21d3e509a428c45145eb51417674e322c0013dc74a1d09
+checksums         rmd160   1ba4005721210c1e603f545de6d21ea5b886a700 \
+                  sha256   084591085f948d7b208cba70ecf5248bc54312a49afcc52ad02495256ebc900f
 
 depends_build-append \
                   port:pkgconfig
 
-default_variants  +doc +gssapi +swig_java
+default_variants  +doc +gssapi +swig_python27 +swig_java
 
+configure.javac   /usr/bin/javac
 configure.args    --disable-silent-rules \
                   --disable-doc \
                   --disable-swig-python \
@@ -34,13 +35,8 @@
                   --without-sasl \
                   --without-gssapi
 
-# TODO: Remove after 2015-12-27.
-variant swig_python25 requires swig_python27 description {Legacy variant} {}
-variant swig_python31 requires swig_python34 description {Legacy variant} {}
-variant swig_python32 requires swig_python34 description {Legacy variant} {}
+set pythons_suffixes {27 34}
 
-set pythons_suffixes {26 27 33 34}
-
 set pythons_ports {}
 foreach s ${pythons_suffixes} {
     lappend pythons_ports swig_python${s}
@@ -54,7 +50,6 @@
 
 }
 
-set python_variant_isset false
 foreach s ${pythons_suffixes} {
     set p python${s}
     set v [string index ${s} 0].[string index ${s} 1]
@@ -71,13 +66,7 @@
 
         }
     }]
-    if {[variant_isset swig_$p]} {
-        set python_variant_isset true
-    }
 }
-if {!$python_variant_isset} {
-    default_variants    +swig_python27
-}
 
 variant swig_octave description "Enable SWIG Octave interface" {
 
@@ -116,7 +105,7 @@
 if {[variant_isset swig_octave]} {
     set need_octave 1
 }
-if {${need_octave}} {
+if ${need_octave} {
     # The Octave dependency can be satisfied by either octave or octave-devel.
     depends_lib-append              path:bin/octave:octave
     destroot.args-append            pkgoctexecdir="${prefix}/share/octave/site/m"
@@ -134,7 +123,7 @@
 if {[variant_isset swig_java]} {
     set need_sqlite 1
 }
-if {${need_sqlite}} {
+if ${need_sqlite} {
     depends_lib-append port:sqlite3
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150428/cc291678/attachment-0001.html>


More information about the macports-changes mailing list