svn commit: r531496 - head/x11/lxqt-about

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Apr 12 09:32:25 UTC 2020


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


More information about the svn-ports-all mailing list