Date: Sun, 8 Jul 2018 12:34:15 +0000 (UTC) From: Jesper Schmitz Mouridsen <jsm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474175 - head/x11/qterminal Message-ID: <201807081234.w68CYFcC044312@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807081234.w68CYFcC044312>