svn commit: r500470 - head/net-im/telepathy-farstream

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Apr 30 09:31:27 UTC 2019


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


More information about the svn-ports-all mailing list