Ticket #52779: Portfile-ldas-tools-filters.diff

File Portfile-ldas-tools-filters.diff, 2.3 KB (added by emaros, 8 years ago)

git format-patch style patch

  • science/ldas-tools-filters/Portfile

    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
    22
    33PortSystem    1.0
    44PortGroup     compiler_blacklist_versions 1.0
    55
    66name          ldas-tools-filters
    7 version       2.5.0
     7version       2.5.1
    88categories    science
    99platforms     darwin
    1010maintainers   ligo.org:ed.maros
    long_description ${description} 
    1515homepage      https://wiki.ligo.org/DASWG/LDASTools
    1616master_sites  http://software.ligo.org/lscsoft/source/
    1717
    18 checksums     rmd160 831db77d6bca6d9dff48b1ff21ba4aeed4337e83 \
    19               sha256 33956f3cc7468a5a31fb56ccdfdec25ed2166d589b0bb8bb4d5ee0bd36eb2cc6
     18checksums     rmd160 ef9771271586b6b31c2f70687d5750ef5a61f276 \
     19              sha256 44d475e625f5a59c9846a85d79419ef1303d3d9011bae56780156cab1a55f3b4
    2020
    2121depends_lib    port:ldas-tools-al
    2222
    23 configure.args --disable-silent-rules \
     23configure.args --disable-warnings-as-errors \
     24               --disable-silent-rules \
    2425               --with-optimization=high \
    2526               --disable-tcl \
    2627               --without-doxygen \
    2728               --without-dot \
    2829               --disable-latex
    2930
    30 if {${os.major} < 13} {
     31if {${configure.cxx_stdlib} eq "libstdc++" } {
    3132    configure.args-append --disable-cxx11
    3233}
    3334
    compiler.blacklist-append {clang < 500.2.75} llvm-gcc-4.2 gcc-4.2 
    3637
    3738use_parallel_build yes
    3839
    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 
    4640livecheck.type   regex
    4741livecheck.url    ${master_sites}
    4842livecheck.regex  {ldas-tools-filters-(\d+(?:\.\d+)*).tar.gz}