[145552] trunk/dports/comms

devans at macports.org devans at macports.org
Tue Feb 9 08:13:28 PST 2016


Revision: 145552
          https://trac.macports.org/changeset/145552
Author:   devans at macports.org
Date:     2016-02-09 08:13:28 -0800 (Tue, 09 Feb 2016)
Log Message:
-----------
telepathy-farsight: remove port, obsolete since 2014-05-07.
telepathy-farstream: restore port, erroneously removed.

Added Paths:
-----------
    trunk/dports/comms/telepathy-farstream/
    trunk/dports/comms/telepathy-farstream/Portfile

Removed Paths:
-------------
    trunk/dports/comms/telepathy-farsight/

Added: trunk/dports/comms/telepathy-farstream/Portfile
===================================================================
--- trunk/dports/comms/telepathy-farstream/Portfile	                        (rev 0)
+++ trunk/dports/comms/telepathy-farstream/Portfile	2016-02-09 16:13:28 UTC (rev 145552)
@@ -0,0 +1,40 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id: Portfile 132469 2015-02-02 01:34:58Z devans at macports.org $
+
+PortSystem      1.0
+PortGroup       gobject_introspection 1.0
+
+name            telepathy-farstream
+version         0.6.2
+revision        1
+license         LGPL-2.1+
+description     The ${name} component of Telepathy - a Flexible Communications Framework
+long_description \
+                ${description} \
+                Telepathy Farstream is a Telepathy client library that uses Farstream \
+                to handle Call channels.
+
+maintainers     devans openmaintainer
+categories      comms
+platforms       darwin
+homepage        http://www.freedesktop.org/wiki/Software/Farstream/
+master_sites    http://telepathy.freedesktop.org/releases/${name}/
+
+checksums       rmd160  9a9dce25f19b099bc9da28c41c8bf0e774759fd7 \
+                sha256  6fa099f22d13a2a49240445a13e918928aef097675d76e5cc9f98ab496087e0a
+
+depends_build   port:pkgconfig \
+                port:libxslt
+
+depends_lib     path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                port:telepathy-glib \
+                port:dbus-glib \
+                port:farstream
+
+gobject_introspection yes
+
+configure.args  --disable-silent-rules
+
+livecheck.type  regex
+livecheck.url   ${master_sites}
+livecheck.regex ${name}-(\[0-9\]+\\.\[0-9\]*\[02468\](\\.\[0-9\]+)*)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160209/05c999dd/attachment-0001.html>


More information about the macports-changes mailing list