Date: Wed, 16 Feb 2022 17:39:15 GMT From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 67f267f15a32 - main - www/wt: Update to 4.6.2 Message-ID: <202202161739.21GHdFQD023231@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=67f267f15a32e126eb956f4881e66ab58728efcc commit 67f267f15a32e126eb956f4881e66ab58728efcc Author: Mohammad S. Babaei <info@babaei.net> AuthorDate: 2022-02-16 17:38:15 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2022-02-16 17:38:15 +0000 www/wt: Update to 4.6.2 Release note: https://www.webtoolkit.eu/wt/doc/reference/html/Releasenotes.html PR: 261993 --- www/wt/Makefile | 4 +++- www/wt/distinfo | 6 +++--- www/wt/pkg-plist | 18 +++++++++--------- 3 files changed, 15 insertions(+), 13 deletions(-) diff --git a/www/wt/Makefile b/www/wt/Makefile index 4d707a2e0d40..25b7998756ee 100644 --- a/www/wt/Makefile +++ b/www/wt/Makefile @@ -1,7 +1,7 @@ # Created by: Mohammad S. Babaei <info@babaei.net> PORTNAME= wt -DISTVERSION= 4.6.1 +DISTVERSION= 4.6.2 CATEGORIES= www MAINTAINER= info@babaei.net @@ -139,6 +139,8 @@ WTHTTP_CMAKE_BOOL= CONNECTOR_HTTP PORTEXAMPLES= * +PLIST_SUB= VERSION=${DISTVERSION} + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSQLITE3} || \ diff --git a/www/wt/distinfo b/www/wt/distinfo index d45bed75aa1e..6ed402233e4d 100644 --- a/www/wt/distinfo +++ b/www/wt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1640275000 -SHA256 (emweb-wt-4.6.1_GH0.tar.gz) = caa511de2047bcb9146e27b8e816f5d58ec7b399e389e2d5fc9860ccd3dd2564 -SIZE (emweb-wt-4.6.1_GH0.tar.gz) = 10599774 +TIMESTAMP = 1645026675 +SHA256 (emweb-wt-4.6.2_GH0.tar.gz) = a4e113874c107185a18b052f6d8fe57114d47b26410dee148ed22652eeff4d2f +SIZE (emweb-wt-4.6.2_GH0.tar.gz) = 10597115 diff --git a/www/wt/pkg-plist b/www/wt/pkg-plist index f72df7baf5d7..261a0b9f8ec6 100644 --- a/www/wt/pkg-plist +++ b/www/wt/pkg-plist @@ -404,23 +404,23 @@ lib/cmake/wt/wt-config.cmake lib/cmake/wt/wt-target-wt-release.cmake lib/cmake/wt/wt-target-wt.cmake lib/libwt.so -lib/libwt.so.4.6.1 +lib/libwt.so.%%VERSION%% %%DBO%%lib/libwtdbo.so -%%DBO%%lib/libwtdbo.so.4.6.1 +%%DBO%%lib/libwtdbo.so.%%VERSION%% %%FIREBIRD%%lib/libwtdbofirebird.so -%%FIREBIRD%%lib/libwtdbofirebird.so.4.6.1 +%%FIREBIRD%%lib/libwtdbofirebird.so.%%VERSION%% %%MYSQL%%lib/libwtdbomysql.so -%%MYSQL%%lib/libwtdbomysql.so.4.6.1 +%%MYSQL%%lib/libwtdbomysql.so.%%VERSION%% %%POSTGRES%%lib/libwtdbopostgres.so -%%POSTGRES%%lib/libwtdbopostgres.so.4.6.1 +%%POSTGRES%%lib/libwtdbopostgres.so.%%VERSION%% %%SQLITE3%%lib/libwtdbosqlite3.so -%%SQLITE3%%lib/libwtdbosqlite3.so.4.6.1 +%%SQLITE3%%lib/libwtdbosqlite3.so.%%VERSION%% %%FCGI%%lib/libwtfcgi.so -%%FCGI%%lib/libwtfcgi.so.4.6.1 +%%FCGI%%lib/libwtfcgi.so.%%VERSION%% %%WTHTTP%%lib/libwthttp.so -%%WTHTTP%%lib/libwthttp.so.4.6.1 +%%WTHTTP%%lib/libwthttp.so.%%VERSION%% %%LIBWTTEST%%lib/libwttest.so -%%LIBWTTEST%%lib/libwttest.so.4.6.1 +%%LIBWTTEST%%lib/libwttest.so.%%VERSION%% %%RESOURCES%%share/Wt/resources/ajax-loading.gif %%RESOURCES%%share/Wt/resources/collapse-rtl.gif %%RESOURCES%%share/Wt/resources/collapse.gif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202161739.21GHdFQD023231>