svn commit: r499084 - head/net-im/telepathy-logger

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Apr 16 09:31:19 UTC 2019


Author: amdmi3
Date: Tue Apr 16 09:31:17 2019
New Revision: 499084
URL: https://svnweb.freebsd.org/changeset/ports/499084

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

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

Modified: head/net-im/telepathy-logger/Makefile
==============================================================================
--- head/net-im/telepathy-logger/Makefile	Tue Apr 16 09:30:49 2019	(r499083)
+++ head/net-im/telepathy-logger/Makefile	Tue Apr 16 09:31:17 2019	(r499084)
@@ -10,13 +10,14 @@ MASTER_SITES=	http://telepathy.freedesktop.org/release
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Logger utility library for the Telepathy framework
 
-LICENSE=	LGPL21
+LICENSE=	LGPL21+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib \
 		libtelepathy-glib.so:net-im/telepathy-glib
 
-USES=		gettext-tools gmake libtool pathfix pkgconfig python:2.7,build \
-		sqlite tar:bzip2
+USES=		gettext-tools gmake gnome libtool pathfix pkgconfig \
+		python:2.7,build sqlite tar:bzip2
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USE_GNOME=	glib20 gnomedocutils intltool libxml2 \

Modified: head/net-im/telepathy-logger/pkg-descr
==============================================================================
--- head/net-im/telepathy-logger/pkg-descr	Tue Apr 16 09:30:49 2019	(r499083)
+++ head/net-im/telepathy-logger/pkg-descr	Tue Apr 16 09:31:17 2019	(r499084)
@@ -1,3 +1,3 @@
 Logger utility library for the Teleparthy framwork.
 
-WWW: http://telepathy.freedesktop.org/
+WWW: https://telepathy.freedesktop.org/


More information about the svn-ports-head mailing list