Date: Fri, 11 Mar 2022 20:02:19 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: b6def014bfb8 - main - www/cutelyst: update to 3.3.0, latest upstream Message-ID: <202203112002.22BK2JoQ068242@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=b6def014bfb8b9cdf61c773b03922ef78ed41c9c commit b6def014bfb8b9cdf61c773b03922ef78ed41c9c Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2022-03-11 20:00:41 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> CommitDate: 2022-03-11 20:02:16 +0000 www/cutelyst: update to 3.3.0, latest upstream Updates to cutelyst and the SQL driver, release notes at https://github.com/cutelyst/cutelyst/releases/tag/v3.3.0 https://github.com/cutelyst/asql/releases/tag/v0.51.0 There are some fixes that might be relevant for us, the systemd fixes not-so-much. --- databases/cutelyst-asql/Makefile | 2 +- databases/cutelyst-asql/distinfo | 6 +++--- databases/cutelyst-asql/pkg-plist | 2 +- www/cutelyst/Makefile | 2 +- www/cutelyst/distinfo | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/databases/cutelyst-asql/Makefile b/databases/cutelyst-asql/Makefile index 565012cadb19..2e6d8085ed2a 100644 --- a/databases/cutelyst-asql/Makefile +++ b/databases/cutelyst-asql/Makefile @@ -1,6 +1,6 @@ PORTNAME= asql DISTVERSIONPREFIX= v -DISTVERSION= 0.50.0 +DISTVERSION= 0.51.0 CATEGORIES= databases PKGNAMEPREFIX= cutelyst- diff --git a/databases/cutelyst-asql/distinfo b/databases/cutelyst-asql/distinfo index 5ba33e67e67e..49361c985fd6 100644 --- a/databases/cutelyst-asql/distinfo +++ b/databases/cutelyst-asql/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1638397248 -SHA256 (cutelyst-asql-v0.50.0_GH0.tar.gz) = 462eab3a49f6b6e5b47d51b5833c8c10f7dd3e666c1c58a912c0db88cd6dc53a -SIZE (cutelyst-asql-v0.50.0_GH0.tar.gz) = 36726 +TIMESTAMP = 1647027119 +SHA256 (cutelyst-asql-v0.51.0_GH0.tar.gz) = e6976522e62b97775a76bdb4971a43b653a3c8e89914ebf7726b40ed9be686de +SIZE (cutelyst-asql-v0.51.0_GH0.tar.gz) = 36691 diff --git a/databases/cutelyst-asql/pkg-plist b/databases/cutelyst-asql/pkg-plist index 5d34a4ad60c9..b74b73e13c6d 100644 --- a/databases/cutelyst-asql/pkg-plist +++ b/databases/cutelyst-asql/pkg-plist @@ -7,7 +7,7 @@ include/asql-qt5/ASql/amigrations.h include/asql-qt5/ASql/apg.h include/asql-qt5/ASql/apool.h include/asql-qt5/ASql/apreparedquery.h -include/asql-qt5/ASql/aqsqlexports.h +include/asql-qt5/ASql/asqlexports.h include/asql-qt5/ASql/aresult.h include/asql-qt5/ASql/atransaction.h lib/cmake/ASqlQt5/ASql0Qt5Targets-%%CMAKE_BUILD_TYPE%%.cmake diff --git a/www/cutelyst/Makefile b/www/cutelyst/Makefile index 271b3876ce07..9ae5728308c5 100644 --- a/www/cutelyst/Makefile +++ b/www/cutelyst/Makefile @@ -1,6 +1,6 @@ PORTNAME= cutelyst DISTVERSIONPREFIX= v -DISTVERSION= 3.2.0 +DISTVERSION= 3.3.0 CATEGORIES= www MAINTAINER= adridg@FreeBSD.org diff --git a/www/cutelyst/distinfo b/www/cutelyst/distinfo index 709c8ce2532a..4dfdf980cbbf 100644 --- a/www/cutelyst/distinfo +++ b/www/cutelyst/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1638794713 -SHA256 (cutelyst-cutelyst-v3.2.0_GH0.tar.gz) = cb492c6c6ba0233daffd393b44bd00d8b58ba81f317735f0d85dd3834bb2881e -SIZE (cutelyst-cutelyst-v3.2.0_GH0.tar.gz) = 493902 +TIMESTAMP = 1647027110 +SHA256 (cutelyst-cutelyst-v3.3.0_GH0.tar.gz) = f2f1bf46908f1d36d9f2ab8dcf4a73b31ef3d3f3647739301c56c7a19b460c15 +SIZE (cutelyst-cutelyst-v3.3.0_GH0.tar.gz) = 495091
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203112002.22BK2JoQ068242>