Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 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: r498658 - head/net-im/telepathy-salut
Message-ID:  <201904110931.x3B9VEE1062908@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Apr 11 09:31:14 2019
New Revision: 498658
URL: https://svnweb.freebsd.org/changeset/ports/498658

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

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

Modified: head/net-im/telepathy-salut/Makefile
==============================================================================
--- head/net-im/telepathy-salut/Makefile	Thu Apr 11 09:01:14 2019	(r498657)
+++ head/net-im/telepathy-salut/Makefile	Thu Apr 11 09:31:14 2019	(r498658)
@@ -11,12 +11,15 @@ MASTER_SITES=	http://telepathy.freedesktop.org/release
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Link-local Connection Manager for Telepathy Framework
 
+LICENSE=	LGPL21+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	libavahi-glib.so:net/avahi-app \
 		libtelepathy-glib.so:net-im/telepathy-glib \
 		libsoup-2.4.so:devel/libsoup
 
 GNU_CONFIGURE=	yes
-USES=		gmake libtool pathfix pkgconfig python:2.7,build sqlite ssl
+USES=		gmake gnome libtool pathfix pkgconfig python:2.7,build sqlite ssl
 USE_GNOME=	glib20 libxslt:build
 CONFIGURE_ARGS=	--disable-Werror --enable-avahi-tests=no
 LDFLAGS+=	-lpthread

Modified: head/net-im/telepathy-salut/pkg-descr
==============================================================================
--- head/net-im/telepathy-salut/pkg-descr	Thu Apr 11 09:01:14 2019	(r498657)
+++ head/net-im/telepathy-salut/pkg-descr	Thu Apr 11 09:31:14 2019	(r498658)
@@ -1,4 +1,4 @@
 Telepathy is a real time communications framework.  Salut provides
 Link-local Jabber functionality for Telepathy.
 
-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?201904110931.x3B9VEE1062908>