diff --git a/devel/gitqlient/Makefile b/devel/gitqlient/Makefile index d088dcc08941..1d62b2d48216 100644 --- a/devel/gitqlient/Makefile +++ b/devel/gitqlient/Makefile @@ -1,28 +1,27 @@ PORTNAME= gitqlient DISTVERSION= 1.6.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= https://github.com/francescmm/GitQlient/releases/download/v${DISTVERSION}/ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= adridg@FreeBSD.org COMMENT= Graphical interface to git repositories WWW= https://francescmm.github.io/GitQlient/ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c++17-lang cpe gl qmake:outsource qt:5 +USES= compiler:c++17-lang cpe gl qmake:outsource qt:6 USE_GL= gl -USE_QT= core gui network widgets \ - buildtools:build +USE_QT= base 5compat tools:build QMAKE_SOURCE_PATH= ${WRKSRC}/GitQlient.pro post-patch: @${REINPLACE_CMD} -e 's|%%DISTVERSION%%|${DISTVERSION}|g' \ ${PATCH_WRKSRC}/GitQlient.pro @${REINPLACE_CMD} -e 's|%%SHASHORT%%|faf286e|g' \ ${PATCH_WRKSRC}/GitQlient.pro .include