Ticket #24450: sox-14.3.1.portfile.diff

File sox-14.3.1.portfile.diff, 1.4 KB (added by davidfavor (David Favor), 14 years ago)
  • Portfile

    old new  
    11# -*- 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 # $Id: Portfile 66057 2010-04-05 13:33:04Z rmsfisher@macports.org $
     2# $Id: Portfile 52106 2009-06-10 04:34:47Z snc@macports.org $
    33
    44PortSystem 1.0
    55
    66name             sox
    7 version          14.2.0
    8 revision         2
     7version          14.3.1
    98categories       audio
    10 maintainers      davidfavor.com:david
     9maintainers      poure.com:jm
    1110description      SOund eXchange - universal sound sample translator
    1211long_description \
    1312        SoX (also known as Sound eXchange) translates sound samples between \
     
    3130                 port:libpng
    3231
    3332master_sites     sourceforge
    34 checksums        md5     7afc0e85d14be014f08e7d3b7ee8c24e \
    35                  sha1    1b60e5af43f44a51247fb978f2423f0de7e27363 \
    36                  rmd160  7c76a2db5c5838fc3d9f8b5402e47d548fd094d5
     33checksums        md5     b99871c7bbae84feac9d0d1f010331ba \
     34                 sha1    ef1773e08322ad9d9deb0a9f8e37a7ba4b9ca384 \
     35                 rmd160  d5c44ccb3acbe686af4bd434ce8cb9a7bf3e2dc7
    3736
    3837configure.args   --mandir=\\\${prefix}/share/man \
    39                  --without-amr-wb \
    40                  --without-amr-nb
     38                 --disable-gomp
    4139
    4240build.env        ${configure.env}
    4341