Ticket #25442: Portfile.diff

File Portfile.diff, 1.3 KB (added by stefan.van.der.eijk@…, 14 years ago)

diff between 1.6.1.12 and 1.6.2.10

  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                asterisk
    7 version             1.6.1.12
     7version             1.6.2.10
    88revision        1
    99categories          net
    1010platforms           darwin
     
    2424                    port:bison \
    2525                    port:curl \
    2626                    port:wget
    27                    
    28 checksums           md5     d6bc1448b8fa274a2acaef1b15f4d485 \
    29                     sha1    b7c9cdfd6b7401be2eabac537f6f6cebee10b48c \
    30                     rmd160  fa2440974605ea3098cd99d697bab2bea534b827
     27
     28checksums           md5     50412a90942ae7306fb8dcc31a05c2ce \
     29                    sha1    60877704de3b7ac6213eb4e0dac2c68a06a40658 \
     30                    rmd160  c8aaf7444364ceab9a97030a3179fb2d6f0fb791
    3131
    3232startupitem.create      yes
    3333startupitem.netchange   yes
     
    3535
    3636universal_variant   no
    3737
    38 configure.args      --without-h323 --without-zaptel
    39                     if {${build_arch} == "x86_64"} {
    40                         configure.args-append   --host=x86_64-darwin
    41                     }
     38configure.args      --without-h323
    4239
    4340build.env           ASTCFLAGS=-I${prefix}/include \
    4441                    ASTLDFLAGS=-L${prefix}/lib