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

aronnax at macports.org aronnax at macports.org
Fri Apr 27 21:44:48 PDT 2012


Revision: 92414
          https://trac.macports.org/changeset/92414
Author:   aronnax at macports.org
Date:     2012-04-27 21:44:47 -0700 (Fri, 27 Apr 2012)
Log Message:
-----------
nds2-client: updated to version 0.9.0c, added myself as comaintainer

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

Modified: trunk/dports/science/nds2-client/Portfile
===================================================================
--- trunk/dports/science/nds2-client/Portfile	2012-04-28 04:32:29 UTC (rev 92413)
+++ trunk/dports/science/nds2-client/Portfile	2012-04-28 04:44:47 UTC (rev 92414)
@@ -3,33 +3,36 @@
 PortSystem    1.0
 
 name          nds2-client
-version       0.8.2
+version       0.9.0c
 categories    science
 platforms     darwin
-maintainers   ram
+maintainers   ram aronnax
 
 description   Network Data Server Client
 long_description \
   Client tool for accessing streamed LIGO data using the Network \
   Data Server version 2.
 
-homepage      http://www.ligo.caltech.edu/~jzweizig/nds2-release
+homepage      https://www.lsc-group.phys.uwm.edu/daswg/download/software/source
 master_sites  ${homepage}
 
-checksums     md5 925a30c7aa8d118934ba633aa6b368c4 \
-              sha1 d1a4dbfecf692ee280ad9cdfef4b1c798807d6ba \
-              rmd160 d516b32cf0293995316596b7a92b844025e20cc3
+checksums     rmd160 5b0274692706e4de408024f6a813f19bd4dacd70 \
+              sha256 c7c598e5aaa935feb57c20c4a86f4a472116c6e145952d1f9c4797cee66e0613
 
 depends_lib   port:cyrus-sasl2
 
-use_autoreconf yes
-autoreconf.args -fvi
+configure.args --disable-silent-rules \
+               --without-matlab \
+               --without-octave \
+               --with-sasl=${prefix} \
+               --libdir=${prefix}/lib
 
-configure.args --without-matlab --without-octave \
-               --with-sasl=${prefix} --libdir=${prefix}/lib
-
 use_parallel_build yes
 
-livecheck.type   regex
-livecheck.url    ${master_sites}
-livecheck.regex  {nds2-client-(\d+(?:\.\d+)*).tar.gz}
+# Developer says that the letter in the version string (0.9.0c) is an
+# anomaly that will not be repeated in future releases.  Because of this, we
+# temporarily disable livecheck.
+#livecheck.type   regex
+#livecheck.url    ${master_sites}
+#livecheck.regex  {nds2-client-(\d+(?:\.\d+)*).tar.gz}
+livecheck.type  none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120427/deab3d56/attachment.html>


More information about the macports-changes mailing list