git: 3f7e50b0a8be - main - audio/csoundqt: Remove dependency on www/qt5-webkit
Date: Sat, 30 Dec 2023 07:16:58 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=3f7e50b0a8beed5e9b6d04c7da80f4cc675ebe0e commit 3f7e50b0a8beed5e9b6d04c7da80f4cc675ebe0e Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2023-12-30 03:56:18 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-12-30 07:16:42 +0000 audio/csoundqt: Remove dependency on www/qt5-webkit PR: 275528 Approved by: yuri (maintainer-timeout) --- audio/csoundqt/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/audio/csoundqt/Makefile b/audio/csoundqt/Makefile index 2de5a6a74221..7d4b3c9829a5 100644 --- a/audio/csoundqt/Makefile +++ b/audio/csoundqt/Makefile @@ -1,7 +1,7 @@ PORTNAME= CsoundQt DISTVERSIONPREFIX= v DISTVERSION= 0.9.8.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org @@ -11,14 +11,11 @@ WWW= https://csoundqt.github.io/ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/lgpl-2.1.txt -DEPRECATED= Depends on deprecated www/qt5-webkit -EXPIRATION_DATE= 2023-12-31 - LIB_DEPENDS= libcsound64.so:audio/csound USES= compiler:c++11-lib desktop-file-utils gl gmake qmake qt:5 shared-mime-info USE_GITHUB= yes -USE_QT= concurrent core declarative gui network printsupport webchannel webkit widgets xml buildtools:build +USE_QT= concurrent core declarative gui network printsupport widgets xml buildtools:build USE_GL= gl QMAKE_ARGS= CONFIG+="CSOUND_API_INCLUDE_DIR=${LOCALBASE}/include/csound CSOUND_LIBRARY_DIR=${LOCALBASE}/lib build64" \ @@ -34,6 +31,9 @@ PORTEXAMPLES= * post-patch: @${REINPLACE_CMD} 's|Q_OS_LINUX|Q_OS_FREEBSD| ; s|/usr/|${LOCALBASE}/|' ${WRKSRC}/src/types.h +post-stage: + @${RM} -f ${STAGEDIR}${PREFIX}/share/applications/ecp.* + post-install: @${MV} ${STAGEDIR}${DATADIR}/Examples ${STAGEDIR}${EXAMPLESDIR} @${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/bin/${PORTNAME}-d-cs6