Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Sep 2022 00:07:47 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 718571bc5d6b - main - net-im/cutegram: pet stage-qa, declare hidden dependencies on qt5 components
Message-ID:  <202209050007.28507lJj096784@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=718571bc5d6b1458ccd0687107fa5879053eb622

commit 718571bc5d6b1458ccd0687107fa5879053eb622
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 00:05:54 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 00:05:54 +0000

    net-im/cutegram: pet stage-qa, declare hidden dependencies on qt5 components
    
    Approved by:    portmgr blanket
---
 net-im/cutegram/Makefile | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/net-im/cutegram/Makefile b/net-im/cutegram/Makefile
index 4c6c322af346..2f09136eb1d9 100644
--- a/net-im/cutegram/Makefile
+++ b/net-im/cutegram/Makefile
@@ -2,7 +2,7 @@ PORTNAME=	cutegram
 PORTVERSION=	2.7.1
 DISTVERSIONPREFIX=	v
 DISTVERSIONSUFFIX=	-stable
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net-im
 
 MAINTAINER=	henry.hu.sh@gmail.com
@@ -20,10 +20,12 @@ GH_PROJECT=	Cutegram aseman-qt-tools:tools
 GH_TAGNAME=	91bf14b:tools
 GH_SUBDIR=	Cutegram/asemantools:tools
 
-USES=		compiler:c++11-lang desktop-file-utils gnome qmake:outsource \
+USES=		compiler:c++11-lang desktop-file-utils gl gnome qmake:outsource \
 		qt:5 ssl
-USE_QT=		qmake_build buildtools_build core declarative sql xml multimedia \
-		widgets dbus webkit quickcontrols graphicaleffects sql-sqlite3
+USE_GL=		gl
+USE_QT=		qmake_build buildtools_build dbus core declarative graphicaleffects \
+		gui multimedia network quickcontrols sql sql-sqlite3 xml \
+		widgets webkit
 QMAKE_ARGS=	LIBQTELEGRAM_INCLUDE_PATH="${LOCALBASE}/include/libqtelegram-ae" \
 		TELEGRAMQML_INCLUDE_PATH="${LOCALBASE}/include/telegramqml"
 



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