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

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

git format-patch style patch

  • science/ldas-tools-filters/Portfile

    From e77245d25adbfa4cfeaf292e71ca3fcf6a219605 Mon Sep 17 00:00:00 2001
    From: Ed Maros <ed.maros@ligo.org>
    Date: Wed, 2 Nov 2016 14:33:52 -0700
    Subject: [PATCH] Added build tool dependencies
    
    ---
     science/ldas-tools-filters/Portfile | 2 ++
     1 file changed, 2 insertions(+)
    
    diff --git a/science/ldas-tools-filters/Portfile b/science/ldas-tools-filters/Portfile
    index 2f2ffd2..1588b99 100644
    a b PortGroup compiler_blacklist_versions 1.0 
    55
    66name          ldas-tools-filters
    77version       2.5.1
     8revision      1
    89categories    science
    910platforms     darwin
    1011maintainers   ligo.org:ed.maros
    master_sites http://software.ligo.org/lscsoft/source/ 
    1819checksums     rmd160 ef9771271586b6b31c2f70687d5750ef5a61f276 \
    1920              sha256 44d475e625f5a59c9846a85d79419ef1303d3d9011bae56780156cab1a55f3b4
    2021
     22depends_build  port:autoconf port:automake port:libtool
    2123depends_lib    port:ldas-tools-al
    2224
    2325configure.args --disable-warnings-as-errors \