Date: Mon, 19 Feb 2024 22:37:32 GMT From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6751c3211a04 - main - graphics/qcustomplot-qt5: rename to graphics/qcustomplot Message-ID: <202402192237.41JMbW5o086512@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by makc: URL: https://cgit.FreeBSD.org/ports/commit/?id=6751c3211a047a9b5aebf71df214591d019e8029 commit 6751c3211a047a9b5aebf71df214591d019e8029 Author: Max Brazhnikov <makc@FreeBSD.org> AuthorDate: 2024-02-19 22:34:51 +0000 Commit: Max Brazhnikov <makc@FreeBSD.org> CommitDate: 2024-02-19 22:34:51 +0000 graphics/qcustomplot-qt5: rename to graphics/qcustomplot Rename in preparation for adding flavors Differential Revision: https://reviews.freebsd.org/D43969 --- MOVED | 1 + audio/polyphone/Makefile | 4 ++-- devel/hotspot/Makefile | 4 ++-- graphics/Makefile | 2 +- graphics/{qcustomplot-qt5 => qcustomplot}/Makefile | 0 graphics/{qcustomplot-qt5 => qcustomplot}/distinfo | 0 graphics/{qcustomplot-qt5 => qcustomplot}/pkg-descr | 0 misc/nn-insight/Makefile | 4 ++-- 8 files changed, 8 insertions(+), 7 deletions(-) diff --git a/MOVED b/MOVED index 62e2d022a6ad..da8ae0507362 100644 --- a/MOVED +++ b/MOVED @@ -2990,3 +2990,4 @@ graphics/urt||2024-02-11|Has expired: Defunct upstream security/sssd-devel|security/sssd2|2024-02-12|Port is stable audio/taglib-extras||2024-02-17|Incompatible with taglib 2.x and unmaintained upstream since 2015 security/py-pysha3||2024-02-17|Merged into python standard library since version 3.6 +graphics/qcustomplot-qt5|graphics/qcustomplot|2024-02-19|Renamed to support flavors diff --git a/audio/polyphone/Makefile b/audio/polyphone/Makefile index e8f326204209..fc6d9072c7a4 100644 --- a/audio/polyphone/Makefile +++ b/audio/polyphone/Makefile @@ -1,6 +1,6 @@ PORTNAME= polyphone DISTVERSION= 2.3.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org @@ -14,7 +14,7 @@ LIB_DEPENDS= libFLAC.so:audio/flac \ libjack.so:audio/jack \ libogg.so:audio/libogg \ libportaudio.so:audio/portaudio \ - libQCustomPlot-qt5.so:graphics/qcustomplot-qt5 \ + libQCustomPlot-qt5.so:graphics/qcustomplot \ librtmidi.so:audio/rtmidi \ libstk.so:audio/stk \ libvorbisfile.so:audio/libvorbis diff --git a/devel/hotspot/Makefile b/devel/hotspot/Makefile index 8b0d50ad4301..9160d8cc51d4 100644 --- a/devel/hotspot/Makefile +++ b/devel/hotspot/Makefile @@ -1,7 +1,7 @@ PORTNAME= hotspot DISTVERSIONPREFIX= v DISTVERSION= 1.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.GPL.txt BUILD_DEPENDS= ${LOCALBASE}/lib/librustc_demangle.a:devel/rustc-demangle LIB_DEPENDS= libdw.so:devel/elfutils \ - libQCustomPlot-qt5.so:graphics/qcustomplot-qt5 \ + libQCustomPlot-qt5.so:graphics/qcustomplot \ libkddockwidgets.so:x11-toolkits/kddockwidgets \ libzstd.so:archivers/zstd diff --git a/graphics/Makefile b/graphics/Makefile index 8dc13c692006..b5e49a6bba6f 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -990,7 +990,7 @@ SUBDIR += py-zbar-py SUBDIR += pywal SUBDIR += qcomicbook - SUBDIR += qcustomplot-qt5 + SUBDIR += qcustomplot SUBDIR += qgis SUBDIR += qgis-ltr SUBDIR += qiv diff --git a/graphics/qcustomplot-qt5/Makefile b/graphics/qcustomplot/Makefile similarity index 100% rename from graphics/qcustomplot-qt5/Makefile rename to graphics/qcustomplot/Makefile diff --git a/graphics/qcustomplot-qt5/distinfo b/graphics/qcustomplot/distinfo similarity index 100% rename from graphics/qcustomplot-qt5/distinfo rename to graphics/qcustomplot/distinfo diff --git a/graphics/qcustomplot-qt5/pkg-descr b/graphics/qcustomplot/pkg-descr similarity index 100% rename from graphics/qcustomplot-qt5/pkg-descr rename to graphics/qcustomplot/pkg-descr diff --git a/misc/nn-insight/Makefile b/misc/nn-insight/Makefile index b1c86c056f62..32ff7832631b 100644 --- a/misc/nn-insight/Makefile +++ b/misc/nn-insight/Makefile @@ -1,6 +1,6 @@ PORTNAME= nn-insight DISTVERSION= 1.0.7 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org @@ -18,7 +18,7 @@ BUILD_DEPENDS= avir>0:graphics/avir \ png++>0:graphics/png++ LIB_DEPENDS= libcgraph.so:graphics/graphviz \ libpng.so:graphics/png \ - libQCustomPlot-qt5.so:graphics/qcustomplot-qt5 \ + libQCustomPlot-qt5.so:graphics/qcustomplot \ libtcmalloc.so:devel/google-perftools USES= compiler:c++17-lang cmake pkgconfig qt:5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402192237.41JMbW5o086512>