svn commit: r474175 - head/x11/qterminal

Jesper Schmitz Mouridsen jsm at FreeBSD.org
Sun Jul 8 12:34:16 UTC 2018


Author: jsm
Date: Sun Jul  8 12:34:14 2018
New Revision: 474175
URL: https://svnweb.freebsd.org/changeset/ports/474175

Log:
  Remove unneeded depency, and fix pkg-descr
  
  Approved by:	miwi (mentor)
  Differential Revision:	https://reviews.freebsd.org/D16176

Modified:
  head/x11/qterminal/Makefile
  head/x11/qterminal/pkg-descr

Modified: head/x11/qterminal/Makefile
==============================================================================
--- head/x11/qterminal/Makefile	Sun Jul  8 11:15:51 2018	(r474174)
+++ head/x11/qterminal/Makefile	Sun Jul  8 12:34:14 2018	(r474175)
@@ -2,6 +2,7 @@
 
 PORTNAME=	qterminal
 PORTVERSION=	0.9.0
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	LXQT
 
@@ -19,6 +20,6 @@ USES=	cmake:outsource compiler:c++11-lang gettext-runt
 USE_QT=		buildtools_build core gui qmake_build dbus linguisttools \
 	widgets x11extras
 USE_XORG=	x11
-USE_LXQT=	buildtools lxqt
+USE_LXQT=	buildtools
 
 .include <bsd.port.mk>

Modified: head/x11/qterminal/pkg-descr
==============================================================================
--- head/x11/qterminal/pkg-descr	Sun Jul  8 11:15:51 2018	(r474174)
+++ head/x11/qterminal/pkg-descr	Sun Jul  8 12:34:14 2018	(r474175)
@@ -1,3 +1,3 @@
 Lightweight Qt-based terminal emulator.
 
-WWW: https://github.com/lxde/qtermwidget
+WWW: https://github.com/lxqt/qterminal


More information about the svn-ports-all mailing list