Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jan 2018 09:02:11 +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: r460464 - head/sysutils/lxterminal
Message-ID:  <201801310902.w0V92BO4068037@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jan 31 09:02:11 2018
New Revision: 460464
URL: https://svnweb.freebsd.org/changeset/ports/460464

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

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

Modified: head/sysutils/lxterminal/Makefile
==============================================================================
--- head/sysutils/lxterminal/Makefile	Wed Jan 31 07:23:53 2018	(r460463)
+++ head/sysutils/lxterminal/Makefile	Wed Jan 31 09:02:11 2018	(r460464)
@@ -9,20 +9,19 @@ MASTER_SITES=	SF/lxde/LXTerminal%20%28terminal%20emula
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Lightweight terminal emulator from the LXDE project
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2+
+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 glib20 cairo vte intltool
 USE_XORG=	x11 xext
 GNU_CONFIGURE=	yes
-USE_LDCONFIG=	yes
-
-INSTALLS_ICONS=	YES
-
 CONFIGURE_ARGS=	--enable-gtk3=no
+USE_LDCONFIG=	yes
+INSTALLS_ICONS=	yes
 
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes

Modified: head/sysutils/lxterminal/pkg-descr
==============================================================================
--- head/sysutils/lxterminal/pkg-descr	Wed Jan 31 07:23:53 2018	(r460463)
+++ head/sysutils/lxterminal/pkg-descr	Wed Jan 31 09:02:11 2018	(r460464)
@@ -3,4 +3,4 @@ It is completely desktop-independent and does not have
 dependencies. In order to reduce memory usage and increase the performance
 all instances of the terminal are sharing a single process.
 
-WWW: http://wiki.lxde.org/en/LXTerminal
+WWW: https://wiki.lxde.org/en/LXTerminal



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