Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2019 09:31:26 +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: r500470 - head/net-im/telepathy-farstream
Message-ID:  <201904300931.x3U9VQsw017091@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Apr 30 09:31:25 2019
New Revision: 500470
URL: https://svnweb.freebsd.org/changeset/ports/500470

Log:
  - Add LICENSE
  - Add USES=gnome
  - Switch to USES=localbase
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/net-im/telepathy-farstream/Makefile
  head/net-im/telepathy-farstream/pkg-descr

Modified: head/net-im/telepathy-farstream/Makefile
==============================================================================
--- head/net-im/telepathy-farstream/Makefile	Tue Apr 30 09:09:07 2019	(r500469)
+++ head/net-im/telepathy-farstream/Makefile	Tue Apr 30 09:31:25 2019	(r500470)
@@ -10,17 +10,18 @@ MASTER_SITES=	http://telepathy.freedesktop.org/release
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Farstream Connection Manager for Telepathy Framework
 
+LICENSE=	LGPL21+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 BUILD_DEPENDS=	gtkdoc-check:textproc/gtk-doc
 LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib \
 		libtelepathy-glib.so:net-im/telepathy-glib \
 		libfarstream-0.2.so:net-im/farstream
 
-USES=		gmake libtool pathfix pkgconfig python:2.7
+USES=		gmake gnome libtool localbase:ldflags pathfix pkgconfig python:2.7
 USE_GNOME=	glib20 libxslt:build introspection:build
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>

Modified: head/net-im/telepathy-farstream/pkg-descr
==============================================================================
--- head/net-im/telepathy-farstream/pkg-descr	Tue Apr 30 09:09:07 2019	(r500469)
+++ head/net-im/telepathy-farstream/pkg-descr	Tue Apr 30 09:31:25 2019	(r500470)
@@ -1,4 +1,4 @@
 Telepathy Farstream is a Telepathy client library that uses Farstream
 to handle Call channels.
 
-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?201904300931.x3U9VQsw017091>