Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Dec 2017 09:00:37 +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: r456712 - head/x11/kf5-kwayland
Message-ID:  <201712190900.vBJ90bYt008061@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Dec 19 09:00:37 2017
New Revision: 456712
URL: https://svnweb.freebsd.org/changeset/ports/456712

Log:
  - Add LICENSE
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/x11/kf5-kwayland/Makefile
  head/x11/kf5-kwayland/pkg-descr

Modified: head/x11/kf5-kwayland/Makefile
==============================================================================
--- head/x11/kf5-kwayland/Makefile	Tue Dec 19 09:00:33 2017	(r456711)
+++ head/x11/kf5-kwayland/Makefile	Tue Dec 19 09:00:37 2017	(r456712)
@@ -10,6 +10,10 @@ COMMENT=	KF5 Client and Server library wrapper for the
 BUILD_DEPENDS=	${LOCALBASE}/include/linux/input.h:multimedia/v4l_compat
 LIB_DEPENDS=	libwayland-client.so:graphics/wayland
 
+LICENSE=	LGPL21 LGPL3
+LICENSE_COMB=	dual
+LICENSE_FILE_LGPL21=	${WRKSRC}/COPYING.LIB
+
 USES=		cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig \
 		tar:xz
 USE_GL=		egl

Modified: head/x11/kf5-kwayland/pkg-descr
==============================================================================
--- head/x11/kf5-kwayland/pkg-descr	Tue Dec 19 09:00:33 2017	(r456711)
+++ head/x11/kf5-kwayland/pkg-descr	Tue Dec 19 09:00:37 2017	(r456712)
@@ -5,4 +5,4 @@ mechanism from the Wayland API is replaced by signals;
 to be what a Qt developer expects, e.g. two arguments of int are represented by
 a QPoint or a QSize.
 
-WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kwayland/html/index.html
+WWW: https://api.kde.org/frameworks/kwayland/html/index.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712190900.vBJ90bYt008061>