Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Feb 2018 09:02:57 +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: r462378 - head/sysutils/lxinput
Message-ID:  <201802200902.w1K92vaB002754@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



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