svn commit: r498546 - head/net-im/telepathy-farsight

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Apr 10 09:31:15 UTC 2019


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 at 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/


More information about the svn-ports-all mailing list