Ticket #20967: asterisk-1.6.1.5.diff
File asterisk-1.6.1.5.diff, 1.3 KB (added by ryandesign (Ryan Carsten Schmidt), 15 years ago) |
---|
-
Portfile
4 4 PortSystem 1.0 5 5 6 6 name asterisk 7 version 1.6.1. 17 version 1.6.1.5 8 8 categories net 9 9 platforms darwin 10 10 maintainers viagente.ca:marc.blanchet mr_bond openmaintainer … … 16 16 17 17 homepage http://www.asterisk.org 18 18 master_sites http://downloads.digium.com/pub/asterisk/releases/ 19 patchfiles 20090420__bug14930.diff20 19 21 20 depends_lib port:ncurses \ 22 21 port:openssl \ … … 25 24 port:curl \ 26 25 port:wget 27 26 28 checksums md5 8e91e14436c1fb385a6ab8dac4507d39\29 sha1 db9462d1a829625da0149c4952abfa7eee99d0c2 \30 rmd160 2eddf1f8b234480a84ce840323c66b204fea09e1 27 checksums md5 3b64fba4b2ad4dc28c47d3db6f26a345 \ 28 sha1 ca67a26acb0bee2909466a545329c71f920135d2 \ 29 rmd160 d6879a92c3b7424abcfd492487208dec716f293c 31 30 32 31 startupitem.create yes 33 32 startupitem.netchange yes 34 33 startupitem.executable ${prefix}/sbin/asterisk -d 35 34 36 configure.args --without-h323 --without-zaptel35 configure.args --without-h323 37 36 38 37 build.env ASTCFLAGS=-I${prefix}/include \ 39 38 ASTLDFLAGS=-L${prefix}/lib