From 5217f4ce6576e9042888b7e7641039a2c45c829c Mon Sep 17 00:00:00 2001
From: "ed.maros" <ed.maros@ligo.org>
Date: Tue, 1 Nov 2016 17:07:16 -0700
Subject: [PATCH] Updated to source distribution 2.5.1
---
science/ldas-tools-filters/Portfile | 20 +++++++-------------
1 file changed, 7 insertions(+), 13 deletions(-)
diff --git a/science/ldas-tools-filters/Portfile b/science/ldas-tools-filters/Portfile
index 0a935be..2f2ffd2 100644
a
|
b
|
|
1 | | # $Id$ |
| 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | 4 | PortGroup compiler_blacklist_versions 1.0 |
5 | 5 | |
6 | 6 | name ldas-tools-filters |
7 | | version 2.5.0 |
| 7 | version 2.5.1 |
8 | 8 | categories science |
9 | 9 | platforms darwin |
10 | 10 | maintainers ligo.org:ed.maros |
… |
… |
long_description ${description} |
15 | 15 | homepage https://wiki.ligo.org/DASWG/LDASTools |
16 | 16 | master_sites http://software.ligo.org/lscsoft/source/ |
17 | 17 | |
18 | | checksums rmd160 831db77d6bca6d9dff48b1ff21ba4aeed4337e83 \ |
19 | | sha256 33956f3cc7468a5a31fb56ccdfdec25ed2166d589b0bb8bb4d5ee0bd36eb2cc6 |
| 18 | checksums rmd160 ef9771271586b6b31c2f70687d5750ef5a61f276 \ |
| 19 | sha256 44d475e625f5a59c9846a85d79419ef1303d3d9011bae56780156cab1a55f3b4 |
20 | 20 | |
21 | 21 | depends_lib port:ldas-tools-al |
22 | 22 | |
23 | | configure.args --disable-silent-rules \ |
| 23 | configure.args --disable-warnings-as-errors \ |
| 24 | --disable-silent-rules \ |
24 | 25 | --with-optimization=high \ |
25 | 26 | --disable-tcl \ |
26 | 27 | --without-doxygen \ |
27 | 28 | --without-dot \ |
28 | 29 | --disable-latex |
29 | 30 | |
30 | | if {${os.major} < 13} { |
| 31 | if {${configure.cxx_stdlib} eq "libstdc++" } { |
31 | 32 | configure.args-append --disable-cxx11 |
32 | 33 | } |
33 | 34 | |
… |
… |
compiler.blacklist-append {clang < 500.2.75} llvm-gcc-4.2 gcc-4.2 |
36 | 37 | |
37 | 38 | use_parallel_build yes |
38 | 39 | |
39 | | #variant docs description {build documentation} { |
40 | | # configure.args-delete --disable-latex \ |
41 | | # --disable-dot \ |
42 | | # --disable-ldas-documentation \ |
43 | | # configure.args-append --docdir=${prefix}/share/doc/ldas-tools |
44 | | #} |
45 | | |
46 | 40 | livecheck.type regex |
47 | 41 | livecheck.url ${master_sites} |
48 | 42 | livecheck.regex {ldas-tools-filters-(\d+(?:\.\d+)*).tar.gz} |