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).
This commit is contained in:
parent
80e4e8275e
commit
a6bb37cabe
3 changed files with 9 additions and 10 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue