diff --git a/graphics/qcustomplot-qt5/Makefile b/graphics/qcustomplot-qt5/Makefile index b6d01b97ebdf..fe0294f9ed2c 100644 --- a/graphics/qcustomplot-qt5/Makefile +++ b/graphics/qcustomplot-qt5/Makefile @@ -1,41 +1,41 @@ PORTNAME= qcustomplot -DISTVERSION= 2.0.1 +DISTVERSION= 2.1.0 CATEGORIES= graphics -MASTER_SITES= https://www.qcustomplot.com/release/${PORTVERSION}/ +MASTER_SITES= https://www.qcustomplot.com/release/${PORTVERSION}fixed/ PKGNAMESUFFIX= ${SUFFIX} DISTNAME= QCustomPlot DIST_SUBDIR= ${PORTNAME}-${DISTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= Qt C++ widget for plotting and data visualization LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/GPL.txt USES= compiler:c++11-lang pkgconfig qt:5 USE_QT= core gui widgets printsupport buildtools_build USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} SUFFIX= -qt5 PLIST_FILES= include/qcustomplot.h \ lib/libQCustomPlot${SUFFIX}.so do-build: @cd ${WRKSRC} && \ ${MOC} qcustomplot.h > qcustomplot_moc.cpp && \ ${CXX} ${CXXFLAGS} -shared -fPIC \ -I${PREFIX}/include \ `pkg-config --cflags --libs Qt5Core Qt5Gui Qt5Widgets Qt5PrintSupport` \ qcustomplot.cpp \ qcustomplot_moc.cpp \ -o ${WRKSRC}/libQCustomPlot${SUFFIX}.so \ -Wl,-soname,libQCustomPlot${SUFFIX}.so do-install: ${INSTALL_DATA} ${WRKSRC}/qcustomplot.h ${STAGEDIR}${PREFIX}/include ${INSTALL_LIB} ${WRKSRC}/libQCustomPlot${SUFFIX}.so ${STAGEDIR}${PREFIX}/lib .include diff --git a/graphics/qcustomplot-qt5/distinfo b/graphics/qcustomplot-qt5/distinfo index 847115442470..fcf15f33df10 100644 --- a/graphics/qcustomplot-qt5/distinfo +++ b/graphics/qcustomplot-qt5/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1592498558 -SHA256 (qcustomplot-2.0.1/QCustomPlot.tar.gz) = f23f08b1294fea4c99b90afbd30fef6a85c294e5a6269164e1ee9f57dca9edfd -SIZE (qcustomplot-2.0.1/QCustomPlot.tar.gz) = 3448825 +TIMESTAMP = 1617993334 +SHA256 (qcustomplot-2.1.0/QCustomPlot.tar.gz) = 7d6a886993708c07d986065d517ac7e9f3ab067b25acd3d0442eec203d9e448c +SIZE (qcustomplot-2.1.0/QCustomPlot.tar.gz) = 3762848