Skip to content

Commit

Permalink
www/wt: Update to 4.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NuLL3rr0r authored and lwhsu committed Feb 16, 2022
1 parent fe3b3d4 commit 67f267f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
4 changes: 3 additions & 1 deletion 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
Expand Down Expand Up @@ -139,6 +139,8 @@ WTHTTP_CMAKE_BOOL= CONNECTOR_HTTP

PORTEXAMPLES= *

PLIST_SUB= VERSION=${DISTVERSION}

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MSQLITE3} || \
Expand Down
6 changes: 3 additions & 3 deletions 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
18 changes: 9 additions & 9 deletions www/wt/pkg-plist
Expand Up @@ -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
Expand Down

0 comments on commit 67f267f

Please sign in to comment.