Ticket #50693: Portfile-baresip.patch
File Portfile-baresip.patch, 1.5 KB (added by alfredh (Alfred E. Heggestad), 9 years ago) |
---|
-
net/baresip/Portfile
old new 5 5 PortGroup muniversal 1.0 6 6 7 7 name baresip 8 version 0.4.1 19 revision 18 version 0.4.17 9 revision 0 10 10 categories net 11 11 platforms darwin 12 12 maintainers db.org:aeh … … 20 20 homepage http://www.creytiv.com/ 21 21 master_sites ${homepage}pub/ 22 22 23 checksums rmd160 e2c880fa8983093f8c0fa5edecccd927445836ae\24 sha256 852d8351d510590a36d8987e60d81cc1f446c51a5b80c1d36556264f638285e223 checksums rmd160 893b313d9a22e2874257b2eb86fe09c96dfeebc0 \ 24 sha256 de7e6ff0185290eb50f2956d81a0fcdcf2a2af76432f64f090dd7be5db53d680 25 25 26 26 depends_lib port:libre \ 27 27 port:librem \ … … 36 36 MOD_AUTODETECT= \ 37 37 USE_CONS=1 \ 38 38 USE_COREAUDIO=1 \ 39 USE_ FFMPEG=1 \39 USE_AVCODEC=1 \ 40 40 USE_G711=1 \ 41 41 USE_G722=1 \ 42 42 USE_OPENGL=1 \ 43 43 USE_AVCAPTURE=1 \ 44 44 USE_STDIO=1 \ 45 USE_UUID=1 \46 45 LIBRE_MK=${prefix}/share/re/re.mk \ 47 46 LIBRE_INC=${prefix}/include/re \ 48 47 LIBRE_SO=${prefix}/lib \