Revision: 124845 https://trac.macports.org/changeset/124845 Author: devans@macports.org Date: 2014-08-28 15:30:21 -0700 (Thu, 28 Aug 2014) Log Message: ----------- telepathy-sofiasip: mark obsolete, replaced by telepathy-rakia, increment revision. Modified Paths: -------------- trunk/dports/comms/telepathy-sofiasip/Portfile Removed Paths: ------------- trunk/dports/comms/telepathy-sofiasip/files/ Modified: trunk/dports/comms/telepathy-sofiasip/Portfile =================================================================== --- trunk/dports/comms/telepathy-sofiasip/Portfile 2014-08-28 22:27:48 UTC (rev 124844) +++ trunk/dports/comms/telepathy-sofiasip/Portfile 2014-08-28 22:30:21 UTC (rev 124845) @@ -3,51 +3,11 @@ PortSystem 1.0 +replaced_by telepathy-rakia +PortGroup obsolete 1.0 + name telepathy-sofiasip version 0.6.8 -revision 1 -license LGPL-2.1 +revision 2 +license none categories comms -maintainers devans openmaintainer -platforms darwin -homepage http://tp-sofiasip.sourceforge.net/ -master_sites http://telepathy.freedesktop.org/releases/${name} - -description Telepathy-SofiaSIP is a SIP connection manager (protocol plugin) \ - for the Telepathy framework. - -long_description \ - $description \ - The Telepathy project is building a unified framework for many \ - different kinds of real-time communications. It uses the D-Bus \ - messaging system to provide a simple interface for client applications, \ - allowing them to quickly take advantage of Telepathy's benefits. - -checksums sha1 d33ae7e0ccdde876f216b4643e51217affc94b1b \ - rmd160 da5cec2d281625a862910b1e0240811d1b58675a - -patchfiles patch-configure.diff - -depends_build port:pkgconfig \ - port:gtk-doc - -depends_lib port:telepathy-glib \ - port:sofia-sip - -variant python26 conflicts python27 description {Use Python 2.6} { - depends_lib-append port:py26-twisted - configure.python ${prefix}/bin/python2.6 -} - -variant python27 conflicts python26 description {Use Python 2.7} { - depends_lib-append port:py27-twisted - configure.python ${prefix}/bin/python2.7 -} - -if {![variant_isset python26]} { - default_variants +python27 -} - -livecheck.type regex -livecheck.url ${master_sites} -livecheck.regex ${name}-(\[0-9\]+\\.\[0-9\]*\[02468\]\\.\[0-9\]+)${extract.suffix}
participants (1)
-
devans@macports.org