svn commit: r462378 - head/sysutils/lxinput

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Feb 20 09:02:57 UTC 2018


Author: amdmi3
Date: Tue Feb 20 09:02:56 2018
New Revision: 462378
URL: https://svnweb.freebsd.org/changeset/ports/462378

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Fix whitespace
  - Update WWW

Modified:
  head/sysutils/lxinput/Makefile
  head/sysutils/lxinput/pkg-descr

Modified: head/sysutils/lxinput/Makefile
==============================================================================
--- head/sysutils/lxinput/Makefile	Tue Feb 20 09:02:56 2018	(r462377)
+++ head/sysutils/lxinput/Makefile	Tue Feb 20 09:02:56 2018	(r462378)
@@ -9,10 +9,11 @@ MASTER_SITES=	SF/lxde/LXInput%20%28Kbd%20and%20amp_%20
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Keyboard and mouse settings
 
-LICENSE=	GPLv3
+LICENSE=	GPLv2+  # though COPYING is GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
-	libfreetype.so:print/freetype2
+		libfreetype.so:print/freetype2
 
 USES=		gmake localbase pkgconfig tar:xz
 USE_GNOME=	gtk20 cairo gdkpixbuf2 intltool

Modified: head/sysutils/lxinput/pkg-descr
==============================================================================
--- head/sysutils/lxinput/pkg-descr	Tue Feb 20 09:02:56 2018	(r462377)
+++ head/sysutils/lxinput/pkg-descr	Tue Feb 20 09:02:56 2018	(r462378)
@@ -1,3 +1,3 @@
 LXInput is a program to configure keyboard and mouse settings for LXDE.
 
-WWW: http://lxde.org/
+WWW: https://lxde.org/


More information about the svn-ports-head mailing list