Date: Sun, 16 Jun 2019 13:54:32 +0000 (UTC) From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504344 - head/net-im/quaternion Message-ID: <201906161354.x5GDsWvo091197@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adridg Date: Sun Jun 16 13:54:32 2019 New Revision: 504344 URL: https://svnweb.freebsd.org/changeset/ports/504344 Log: Missing run-depends in net-im/quaternion - Without the QQC packages, Quaternion runs but doesn't show anything in the central chat area. You won't notice that in a KDE Plasma environment, where those packages are installed as dependencies of other things, but in a bare xmonad environment, it matters. Reported by: nassai (on Matrix) Modified: head/net-im/quaternion/Makefile Modified: head/net-im/quaternion/Makefile ============================================================================== --- head/net-im/quaternion/Makefile Sun Jun 16 13:17:27 2019 (r504343) +++ head/net-im/quaternion/Makefile Sun Jun 16 13:54:32 2019 (r504344) @@ -3,7 +3,7 @@ PORTNAME= Quaternion DISTVERSION= 0.0.9.4 DISTVERSIONSUFFIX= c -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MAINTAINER= adridg@FreeBSD.org @@ -20,6 +20,7 @@ USES= cmake compiler:c++17-lang gettext-runtime gnome localbase:ldflags qt:5 tar:xz USE_GNOME= glib20 USE_QT= core dbus declarative gui multimedia network widgets \ + quickcontrols_run quickcontrols2_run \ buildtools_build linguist_build qmake_build USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906161354.x5GDsWvo091197>