Date: Wed, 10 Apr 2019 09:31:14 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498546 - head/net-im/telepathy-farsight Message-ID: <201904100931.x3A9VEQJ097831@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Apr 10 09:31:14 2019 New Revision: 498546 URL: https://svnweb.freebsd.org/changeset/ports/498546 Log: - Add LICENSE - Add USES=gnome - Switch to USES=localbase - Update WWW Approved by: portmgr blanket Modified: head/net-im/telepathy-farsight/Makefile head/net-im/telepathy-farsight/pkg-descr Modified: head/net-im/telepathy-farsight/Makefile ============================================================================== --- head/net-im/telepathy-farsight/Makefile Wed Apr 10 09:01:14 2019 (r498545) +++ head/net-im/telepathy-farsight/Makefile Wed Apr 10 09:31:14 2019 (r498546) @@ -11,15 +11,16 @@ MASTER_SITES= http://telepathy.freedesktop.org/release MAINTAINER= gnome@FreeBSD.org COMMENT= Farsight Connection Manager for Telepathy Framework +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libtelepathy-glib.so:net-im/telepathy-glib \ libgstfarsight-0.10.so:net-im/farsight2 GNU_CONFIGURE= yes -USES= gmake libtool pathfix pkgconfig python:2.7 +USES= gmake gnome libtool localbase:ldflags pathfix pkgconfig python:2.7 USE_LDCONFIG= yes USE_GNOME= glib20 libxslt:build -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib .include <bsd.port.mk> Modified: head/net-im/telepathy-farsight/pkg-descr ============================================================================== --- head/net-im/telepathy-farsight/pkg-descr Wed Apr 10 09:01:14 2019 (r498545) +++ head/net-im/telepathy-farsight/pkg-descr Wed Apr 10 09:31:14 2019 (r498546) @@ -2,4 +2,4 @@ Farsight is a video conferencing connection manager fo framework. Install this package to use Telepathy instant messaging clients with Farsight/Nice servers. -WWW: http://telepathy.freedesktop.org/ +WWW: https://telepathy.freedesktop.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904100931.x3A9VEQJ097831>