diff --git a/graphics/matplotplusplus/Makefile b/graphics/matplotplusplus/Makefile index a65f3f31f1c0..926c63e79616 100644 --- a/graphics/matplotplusplus/Makefile +++ b/graphics/matplotplusplus/Makefile @@ -1,30 +1,29 @@ PORTNAME= matplotplusplus DISTVERSIONPREFIX= v -DISTVERSION= 1.2.0 -PORTREVISION= 3 +DISTVERSION= 1.2.1 CATEGORIES= graphics devel MAINTAINER= yuri@FreeBSD.org COMMENT= C++ graphics library for data visualization WWW= https://alandefreitas.github.io/matplotplusplus/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libfftw3.so:math/fftw3 \ libfftw3f.so:math/fftw3-float \ libopenblas.so:math/openblas \ libpng16.so:graphics/png \ libtiff.so:graphics/tiff RUN_DEPENDS= gnuplot:math/gnuplot USES= cmake compiler:c++17-lang jpeg USE_WX= 3.2+ USE_GITHUB= yes GH_ACCOUNT= alandefreitas CMAKE_ON= BUILD_SHARED_LIBS -CMAKE_OFF= BUILD_TESTS BUILD_EXAMPLES +CMAKE_OFF= BUILD_TESTING BUILD_EXAMPLES .include diff --git a/graphics/matplotplusplus/distinfo b/graphics/matplotplusplus/distinfo index 931cdc8406ae..2501a45af2bb 100644 --- a/graphics/matplotplusplus/distinfo +++ b/graphics/matplotplusplus/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685377596 -SHA256 (alandefreitas-matplotplusplus-v1.2.0_GH0.tar.gz) = 42e24edf717741fcc721242aaa1fdb44e510fbdce4032cdb101c2258761b2554 -SIZE (alandefreitas-matplotplusplus-v1.2.0_GH0.tar.gz) = 38996591 +TIMESTAMP = 1714116673 +SHA256 (alandefreitas-matplotplusplus-v1.2.1_GH0.tar.gz) = 9dd7cc92b2425148f50329f5a3bf95f9774ac807657838972d35334b5ff7cb87 +SIZE (alandefreitas-matplotplusplus-v1.2.1_GH0.tar.gz) = 38999774 diff --git a/graphics/matplotplusplus/pkg-plist b/graphics/matplotplusplus/pkg-plist index 14f86a0004d2..df66f3ce6a0b 100644 --- a/graphics/matplotplusplus/pkg-plist +++ b/graphics/matplotplusplus/pkg-plist @@ -1,49 +1,52 @@ include/matplot/axes_objects/bars.h include/matplot/axes_objects/box_chart.h include/matplot/axes_objects/circles.h include/matplot/axes_objects/contours.h include/matplot/axes_objects/error_bar.h include/matplot/axes_objects/filled_area.h include/matplot/axes_objects/function_line.h include/matplot/axes_objects/histogram.h include/matplot/axes_objects/labels.h include/matplot/axes_objects/line.h include/matplot/axes_objects/matrix.h include/matplot/axes_objects/network.h include/matplot/axes_objects/parallel_lines.h include/matplot/axes_objects/stair.h include/matplot/axes_objects/string_function.h include/matplot/axes_objects/surface.h include/matplot/axes_objects/vectors.h include/matplot/backend/backend_interface.h include/matplot/backend/backend_registry.h include/matplot/backend/gnuplot.h include/matplot/backend/opengl.h include/matplot/backend/opengl_embed.h include/matplot/core/axes_object.h include/matplot/core/axes_type.h include/matplot/core/axis_type.h include/matplot/core/figure_registry.h include/matplot/core/figure_type.h include/matplot/core/legend.h include/matplot/core/line_spec.h +include/matplot/detail/config.h +include/matplot/detail/exports.h include/matplot/freestanding/axes_functions.h include/matplot/freestanding/axes_lim.h include/matplot/freestanding/figure_functions.h include/matplot/freestanding/histcounts.h include/matplot/freestanding/plot.h include/matplot/matplot.h include/matplot/util/colors.h include/matplot/util/common.h include/matplot/util/concepts.h include/matplot/util/contourc.h include/matplot/util/geodata.h include/matplot/util/handle_types.h include/matplot/util/keywords.h include/matplot/util/popen.h include/matplot/util/type_traits.h lib/cmake/Matplot++/Matplot++Config.cmake lib/cmake/Matplot++/Matplot++ConfigVersion.cmake lib/cmake/Matplot++/Matplot++Targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Matplot++/Matplot++Targets.cmake lib/libmatplot.so +lib/libmatplot.so.1.2.0