svn commit: r460464 - head/sysutils/lxterminal

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jan 31 09:02:12 UTC 2018


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


More information about the svn-ports-head mailing list