Ticket #22950: asterisk.diff

File asterisk.diff, 1.8 KB (added by stefan.van.der.eijk@…, 15 years ago)
  • Portfile

    old new  
    11# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
    2 # $Id$
     2# $Id: Portfile 54316 2009-07-24 19:38:59Z snc@macports.org $
    33
    44PortSystem                      1.0
    55
    66name                            asterisk
    7 version             1.6.1.1
     7version                         1.6.1.12
    88revision                        1
    99categories                      net
    1010platforms                       darwin
     
    1717                               
    1818homepage                        http://www.asterisk.org
    1919master_sites            http://downloads.digium.com/pub/asterisk/releases/
    20 dist_subdir                     ${name}-1
    21 patchfiles          20090420__bug14930.diff
    2220                                       
    2321depends_lib                     port:ncurses \
    2422                                        port:openssl \
     
    2624                                        port:bison \
    2725                                        port:curl \
    2826                                        port:wget
    29                                        
    30 checksums           md5     35048842108645d0995c89834273cd5f \
    31                     sha1    887c463480ec76866d5dde9f2de7ee19256215f6 \
    32                     rmd160  fce1b1e11bc25b4de1f770bb57e5f0d5c44ab5fc
     27
     28checksums           md5     d6bc1448b8fa274a2acaef1b15f4d485 \
     29                    sha1    b7c9cdfd6b7401be2eabac537f6f6cebee10b48c \
     30                    rmd160  fa2440974605ea3098cd99d697bab2bea534b827
    3331
    3432startupitem.create      yes
    3533startupitem.netchange   yes
    3634startupitem.executable  ${prefix}/sbin/asterisk -d
    3735
    38 configure.args          --without-h323 --without-zaptel
     36configure.args          --without-gsm --without-h323 --without-zaptel
    3937
    4038build.env                       ASTCFLAGS=-I${prefix}/include \
    4139                                        ASTLDFLAGS=-L${prefix}/lib
    4240
     41variant jabber description {Enable Jabber support} {
     42                                depends_lib-append port:iksemel
     43}
     44
    4345post-destroot {
    4446        system "rsync -a $worksrcpath/configs/*.sample ${destroot}/${prefix}/etc/asterisk"
    4547        file mkdir "${destroot}/${prefix}/var/run"