Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Apr 2020 09:32:25 +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: r531496 - head/x11/lxqt-about
Message-ID:  <202004120932.03C9WPgG034722@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Apr 12 09:32:24 2020
New Revision: 531496
URL: https://svnweb.freebsd.org/changeset/ports/531496

Log:
  - Add LICENSE_FILE
  - Whitespace fix
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/x11/lxqt-about/Makefile
  head/x11/lxqt-about/pkg-descr

Modified: head/x11/lxqt-about/Makefile
==============================================================================
--- head/x11/lxqt-about/Makefile	Sun Apr 12 09:19:02 2020	(r531495)
+++ head/x11/lxqt-about/Makefile	Sun Apr 12 09:32:24 2020	(r531496)
@@ -11,10 +11,11 @@ MAINTAINER=	jsm@FreeBSD.org
 COMMENT=	About dialog of LXQt
 
 LICENSE=	LGPL21+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=	cmake compiler:c++11-lang kde:5 lxqt pkgconfig tar:xz qt:5
-USE_QT=	buildtools_build qmake_build core dbus gui svg widgets \
-	x11extras xml
+USES=		cmake compiler:c++11-lang kde:5 lxqt pkgconfig tar:xz qt:5
+USE_QT=		buildtools_build qmake_build core dbus gui svg widgets \
+		x11extras xml
 USE_KDE=	windowsystem
 USE_LXQT=	buildtools lxqt
 

Modified: head/x11/lxqt-about/pkg-descr
==============================================================================
--- head/x11/lxqt-about/pkg-descr	Sun Apr 12 09:19:02 2020	(r531495)
+++ head/x11/lxqt-about/pkg-descr	Sun Apr 12 09:32:24 2020	(r531496)
@@ -1,4 +1,4 @@
 About dialog of LXQt Desktop Environment.
 The dialog provides information about LXQt and the system it's running on.
 
-WWW: http://lxqt.org/
+WWW: https://lxqt.org/



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