From: Stuart Henderson Subject: Re: qwt-6.3.0: tweaks To: Rafael Sadowski Cc: The OpenBSD ports mailing-list Date: Mon, 19 Jan 2026 11:14:40 +0000 On 2026/01/19 11:57, Rafael Sadowski wrote: > I found this while tidying up. OK? ok, though i'd put the two REVISION-xx next to each other > > Cheers Rafael > > diff --git a/x11/qwt/Makefile b/x11/qwt/Makefile > index fa01f0150e4..ecc5f03f262 100644 > --- a/x11/qwt/Makefile > +++ b/x11/qwt/Makefile > @@ -1,10 +1,12 @@ > COMMENT-main= Qt widgets for technical applications > COMMENT-common = common files for the qwt packages > +REVISION-main= 0 > > VERSION = 6.3.0 > DISTNAME = qwt-${VERSION} > FULLPKGNAME-common = qwt-common-${VERSION} > FULLPKGPATH-common = x11/qwt,-common > +REVISION-common = 0 > > SHARED_LIBS = qwt${QTLIBSUFFIX} 8.0 > > diff --git a/x11/qwt/pkg/PLIST-common b/x11/qwt/pkg/PLIST-common > index 5e6f17cfeec..40465e7ecde 100644 > --- a/x11/qwt/pkg/PLIST-common > +++ b/x11/qwt/pkg/PLIST-common > @@ -73,6 +73,7 @@ include/QwtPlotCanvas > include/QwtPlotCurve > include/QwtPlotDict > include/QwtPlotDirectPainter > +include/QwtPlotGLCanvas > include/QwtPlotGraphicItem > include/QwtPlotGrid > include/QwtPlotHistogram > @@ -217,6 +218,7 @@ include/qwt_plot_canvas.h > include/qwt_plot_curve.h > include/qwt_plot_dict.h > include/qwt_plot_directpainter.h > +include/qwt_plot_glcanvas.h > include/qwt_plot_graphicitem.h > include/qwt_plot_grid.h > include/qwt_plot_histogram.h > diff --git a/x11/qwt/pkg/PLIST-main b/x11/qwt/pkg/PLIST-main > index ee9f659695a..47064831d2f 100644 > --- a/x11/qwt/pkg/PLIST-main > +++ b/x11/qwt/pkg/PLIST-main > @@ -5,5 +5,4 @@ > lib/${QTVER}/mkspecs/features/qwt.prf > lib/${QTVER}/mkspecs/features/qwtconfig.pri > lib/${QTVER}/mkspecs/features/qwtfunctions.pri > -lib/${QTVER}/plugins/designer/ > -lib/${QTVER}/plugins/designer/libqwt_designer_plugin.so > +@so lib/${QTVER}/plugins/designer/libqwt_designer_plugin.so >