Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 2020 09:32:29 +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: r532261 - head/x11/konsole
Message-ID:  <202004210932.03L9WTlY016342@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Apr 21 09:32:28 2020
New Revision: 532261
URL: https://svnweb.freebsd.org/changeset/ports/532261

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

Modified:
  head/x11/konsole/Makefile
  head/x11/konsole/pkg-descr

Modified: head/x11/konsole/Makefile
==============================================================================
--- head/x11/konsole/Makefile	Tue Apr 21 08:35:38 2020	(r532260)
+++ head/x11/konsole/Makefile	Tue Apr 21 09:32:28 2020	(r532261)
@@ -11,6 +11,9 @@ BUILD_DEPENDS=	${LOCALBASE}/share/xsl/docbook/html/doc
 		docbook-xml>0:textproc/docbook-xml
 RUN_DEPENDS=	keditbookmarks:deskutils/keditbookmarks
 
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USES=		cmake compiler:c++11-lang gettext pkgconfig kde:5 \
 		qt:5 tar:xz
 USE_KDE=	auth attica bookmarks codecs completion config configwidgets \

Modified: head/x11/konsole/pkg-descr
==============================================================================
--- head/x11/konsole/pkg-descr	Tue Apr 21 08:35:38 2020	(r532260)
+++ head/x11/konsole/pkg-descr	Tue Apr 21 09:32:28 2020	(r532261)
@@ -6,4 +6,4 @@ to provide easy access to a terminal window. Konsole's
 usage are explained and illustrated in the Konsole handbook, which can
 be accessed by browsing to "help:/konsole" in Konqueror.
 
-WWW: http://konsole.kde.org
+WWW: https://konsole.kde.org/



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