Ticket #32841: Portfile-baresip.patch
File Portfile-baresip.patch, 1.1 KB (added by alfredh (Alfred E. Heggestad), 13 years ago) |
---|
-
baresip/Portfile
old new 5 5 PortGroup muniversal 1.0 6 6 7 7 name baresip 8 version 0.3.0 9 revision 1 8 version 0.4.0 10 9 categories net 11 10 platforms darwin 12 11 maintainers db.org:aeh … … 20 19 homepage http://www.creytiv.com/ 21 20 master_sites ${homepage}pub/ 22 21 23 checksums rmd160 6150b2c6f93990fb787aa7c512156818b4928254\24 sha256 106420b7d530736879be515b316d96ff530f9426d2165a27257d4250ac2e3af222 checksums rmd160 7e1cf797d756cfbf5acaba93fc22b44414a9ebd3 \ 23 sha256 e1c81730556f2cd24db94e63e4f3172892a1e8ca1047f1f506d5bbd0b436e17f 25 24 26 25 depends_lib port:libre \ 27 26 port:librem \ … … 61 60 build.env-append CC='${configure.cc} ${configure.cc_archflags}' 62 61 destroot.env-append CC='${configure.cc} ${configure.cc_archflags}' 63 62 } 64 65 patchfiles patch-modules-opengl.diff