Date: Mon, 6 Dec 2021 15:22:08 GMT From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a6bb37cabe45 - main - www/cutelyst: update to 3.2.0, latest upstream Message-ID: <202112061522.1B6FM8uK092420@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=a6bb37cabe4585ede415755db4a60a26fad62d83 commit a6bb37cabe4585ede415755db4a60a26fad62d83 Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2021-12-06 12:50:24 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> CommitDate: 2021-12-06 15:12:55 +0000 www/cutelyst: update to 3.2.0, latest upstream Release notes are here: https://github.com/cutelyst/cutelyst/releases/tag/v3.2.0 https://dantti.wordpress.com/2021/12/01/cutelyst-3-2-and-asql-0-50-are-out/ Bugfixes, more use of std::shared_ptry (over QSharedPointer, which pre-dates most C++ standardization in that area). --- www/cutelyst/Makefile | 4 ++-- www/cutelyst/distinfo | 6 +++--- www/cutelyst/pkg-plist | 9 ++++----- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/www/cutelyst/Makefile b/www/cutelyst/Makefile index 5e8d6eeef142..271b3876ce07 100644 --- a/www/cutelyst/Makefile +++ b/www/cutelyst/Makefile @@ -1,6 +1,6 @@ PORTNAME= cutelyst DISTVERSIONPREFIX= v -DISTVERSION= 3.1.0 +DISTVERSION= 3.2.0 CATEGORIES= www MAINTAINER= adridg@FreeBSD.org @@ -28,7 +28,7 @@ GRANTLEE_CMAKE_BOOL= PLUGIN_VIEW_GRANTLEE CMAKE_ON= PLUGIN_CSRFPROTECTION \ PLUGIN_STATICCOMPRESSED CMAKE_OFF= BUILD_ALL BUILD_TESTS -CMAKE_ARGS= -DMANDIR:PATH=man \ +CMAKE_ARGS= -DMANDIR:PATH=share/man \ -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=TRUE PLIST_SUB= SOVER=${DISTVERSION} diff --git a/www/cutelyst/distinfo b/www/cutelyst/distinfo index 4223fd350441..709c8ce2532a 100644 --- a/www/cutelyst/distinfo +++ b/www/cutelyst/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629385411 -SHA256 (cutelyst-cutelyst-v3.1.0_GH0.tar.gz) = 7b43b34304191aa36ea43c6e009a1fe7668a3b6649bcb46a900318addf86e52d -SIZE (cutelyst-cutelyst-v3.1.0_GH0.tar.gz) = 493770 +TIMESTAMP = 1638794713 +SHA256 (cutelyst-cutelyst-v3.2.0_GH0.tar.gz) = cb492c6c6ba0233daffd393b44bd00d8b58ba81f317735f0d85dd3834bb2881e +SIZE (cutelyst-cutelyst-v3.2.0_GH0.tar.gz) = 493902 diff --git a/www/cutelyst/pkg-plist b/www/cutelyst/pkg-plist index 26b7d524988c..78fa36f8fdcc 100644 --- a/www/cutelyst/pkg-plist +++ b/www/cutelyst/pkg-plist @@ -180,10 +180,10 @@ libdata/pkgconfig/Cutelyst3Qt5UtilsPagination.pc libdata/pkgconfig/Cutelyst3Qt5UtilsSql.pc libdata/pkgconfig/Cutelyst3Qt5UtilsValidator.pc libdata/pkgconfig/Cutelyst3Qt5ViewJSON.pc -man/man1/cutelyst-wsgi2.1.gz -man/man1/cutelyst2.1.gz -man/man5/Cutelyst3Qt5CSRFProtection.5.gz -man/man5/Cutelyst3Qt5Session.5.gz +share/man/man1/cutelyst3-qt5.1.gz +share/man/man1/cutelystd3-qt5.1.gz +share/man/man5/Cutelyst3Qt5CSRFProtection.5.gz +share/man/man5/Cutelyst3Qt5Session.5.gz %%DATADIR%%3/translations/cutelystcmd.de.qm %%DATADIR%%3/translations/cutelystcore.de.qm %%DATADIR%%3/translations/cutelystwsgi.de.qm @@ -200,7 +200,6 @@ man/man5/Cutelyst3Qt5Session.5.gz %%DATADIR%%3/translations/plugin_view_cutelee.en.qm %%DATADIR%%3/translations/plugin_view_grantlee.de.qm %%DATADIR%%3/translations/plugin_view_grantlee.en.qm - %%GRANTLEE%%include/cutelyst3-qt5/Cutelyst/Plugins/View/Grantlee/grantleeview.h %%GRANTLEE%%lib/cutelyst3-qt5-plugins/grantlee/%%GRANTLEE_VERSION_SHORT%%/grantlee_cutelyst.so %%GRANTLEE%%lib/libCutelyst3Qt5ViewGrantlee.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112061522.1B6FM8uK092420>