Ticket #23888: farsight2-Portfile.diff
File farsight2-Portfile.diff, 1.3 KB (added by rmsfisher@…, 15 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name farsight2 7 version 0.0.1 67 version 0.0.17 8 8 description Farsight - Audio/Video Communications Framework 9 9 long_description \ 10 10 The Farsight project is an effort to create a framework \ … … 18 18 homepage http://farsight.freedesktop.org/wiki/ 19 19 master_sites http://farsight.freedesktop.org/releases/${name}/ 20 20 21 checksums md5 ca6261e19cfcfe8a6e5e51b8c2f5ad16\22 sha1 dd25428cb38cc54169db6e8022ed49bc7d609d5b\23 rmd160 20b7e7f81365aac8147a331a6c49baaadf6f46a921 checksums md5 b109d133d39dd682a224a47e31c5eac7 \ 22 sha1 6e4b3376b9f33ab659b231bbbb2155d4e1b202cc \ 23 rmd160 bd6238a3376d0448e32fd0c50b80ccb3220132e2 24 24 25 25 depends_build port:pkgconfig \ 26 26 port:gtk-doc \ 27 port:python2 527 port:python26 28 28 29 29 depends_lib port:gst-plugins-base \ 30 30 port:gst-plugins-farsight \ 31 31 port:libnice 32 32 33 configure.python ${prefix}/bin/python2. 533 configure.python ${prefix}/bin/python2.6 34 34 35 35 configure.args --disable-gupnp \ 36 36 --disable-python \