Ticket #53908: speex.diff

File speex.diff, 2.3 KB (added by janstary (Jan Starý), 7 years ago)

declare speex(DSP)-devel as obsolete

  • audio/speex-devel/Portfile

    diff --git a/audio/speex-devel/Portfile b/audio/speex-devel/Portfile
    index 690f26facd..471e634bd3 100644
    a b  
    11# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
    22
    33PortSystem              1.0
     4
     5# speex-devel is the same as speex, and
     6# speexdsp-devel is the same as speexdsp.
     7# Remove them completely on Apr 2, 2018
     8replaced_by             speex
     9PortGroup               1.0
     10
    411name                    speex-devel
     12revision                1
     13
    514version                 1.2.0
    615categories              audio
    716license                 BSD
    long_description Speex is an Open Source/Free Software \ 
    2029                        not present in most other codecs.
    2130
    2231homepage                http://speex.org/
    23 platforms               darwin
    24 
    25 master_sites            http://downloads.xiph.org/releases/speex
    26 
    27 use_parallel_build      yes
    2832
    2933subport speexDSP-devel  {}
    3034
    31 livecheck.regex         "speex-((\[0-9rc.\]+)?)${extract.suffix}"
    32 
    3335if {${subport} eq ${name}} {
    3436    conflicts           speex
    35 
    36     checksums           rmd160  898a8746130794b2b5778f339ca72f99fb903e72 \
    37                         sha256  eaae8af0ac742dc7d542c9439ac72f1f385ce838392dc849cae4536af9210094
    38 
    3937    distname            speex-${version}
    40 
    41     depends_lib         port:libogg
    4238} else {
    43     set real_name       "speexdsp"
    44 
    4539    description         Speex audio processing library
    46 
    4740    version             1.2rc3
    48 
    4941    conflicts           speexDSP
    50 
    51     checksums           rmd160 65b99919abd7d7bd139d50669afffc3823f06e6f \
    52                         sha256 4ae688600039f5d224bdf2e222d2fbde65608447e4c2f681585e4dca6df692f1
    53 
    54     distname            ${real_name}-${version}
    55 
    56     livecheck.regex     "${real_name}-((\[0-9rc.\]+)?)${extract.suffix}"
    5742}
  • audio/speex/Portfile

    diff --git a/audio/speex/Portfile b/audio/speex/Portfile
    index 9c1e305e96..e1a472eb7b 100644
    a b long_description Speex is an Open Source/Free Software \ 
    2222homepage            http://speex.org/
    2323platforms           darwin
    2424
    25 conflicts           ${subport}-devel
    26 
    2725master_sites        http://downloads.xiph.org/releases/speex
    2826
    2927use_parallel_build  yes