svn commit: r532261 - head/x11/konsole

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Apr 21 09:32:29 UTC 2020


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/


More information about the svn-ports-all mailing list