diff options
author | Wen Heping <wen@FreeBSD.org> | 2019-12-14 16:12:32 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2019-12-14 16:12:32 +0000 |
commit | 1c1b555820aeced879f0421fbd3272678dba731f (patch) | |
tree | ebfc7de2ee98da0fe8cb86116d222c7232dba613 /games/wesnoth | |
parent | 84f02a05405da52ec44fa5e76ab32e744a543c0d (diff) | |
download | ports-1c1b555820aeced879f0421fbd3272678dba731f.tar.gz ports-1c1b555820aeced879f0421fbd3272678dba731f.zip |
Notes
Diffstat (limited to 'games/wesnoth')
-rw-r--r-- | games/wesnoth/Makefile | 3 | ||||
-rw-r--r-- | games/wesnoth/distinfo | 6 | ||||
-rw-r--r-- | games/wesnoth/files/patch-boost-1.70 | 13 | ||||
-rw-r--r-- | games/wesnoth/pkg-plist | 4 |
4 files changed, 8 insertions, 18 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index 3263a9a0d4b3..e592f26c2250 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= wesnoth -PORTVERSION= 1.14.7 -PORTREVISION= 3 +PORTVERSION= 1.14.9 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} \ diff --git a/games/wesnoth/distinfo b/games/wesnoth/distinfo index 909534aef615..d288e1459c58 100644 --- a/games/wesnoth/distinfo +++ b/games/wesnoth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1555329310 -SHA256 (wesnoth-1.14.7.tar.bz2) = 475e6ce3720edf76cfc3a9b9ac015067d473a46d164dcc4406b3c8f7d8dc5e48 -SIZE (wesnoth-1.14.7.tar.bz2) = 452705178 +TIMESTAMP = 1576261776 +SHA256 (wesnoth-1.14.9.tar.bz2) = ea8d51f474861c3954efdbfce3980e8c7ee58edeab714a8ab3d3f74e1dcd0dd6 +SIZE (wesnoth-1.14.9.tar.bz2) = 456358983 diff --git a/games/wesnoth/files/patch-boost-1.70 b/games/wesnoth/files/patch-boost-1.70 deleted file mode 100644 index 5d0e83b26357..000000000000 --- a/games/wesnoth/files/patch-boost-1.70 +++ /dev/null @@ -1,13 +0,0 @@ -https://github.com/wesnoth/wesnoth/issues/3990 - ---- src/server/server_base.cpp.orig 2018-09-16 07:27:00 UTC -+++ src/server/server_base.cpp -@@ -65,7 +65,7 @@ void server_base::start_server() - - void server_base::serve() - { -- socket_ptr socket = std::make_shared<boost::asio::ip::tcp::socket>(std::ref(io_service_)); -+ socket_ptr socket = std::make_shared<boost::asio::ip::tcp::socket>(io_service_); - acceptor_.async_accept(*socket, std::bind(&server_base::accept_connection, this, _1, socket)); - } - diff --git a/games/wesnoth/pkg-plist b/games/wesnoth/pkg-plist index 6c3856a88c82..92f34feff1cd 100644 --- a/games/wesnoth/pkg-plist +++ b/games/wesnoth/pkg-plist @@ -1694,6 +1694,7 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%man/de/man6/wesnoth.6.gz %%NLS%%%%SERVER%%man/de/man6/wesnothd.6.gz %%NLS%%man/en_GB/man6/wesnoth.6.gz +%%NLS%%man/es/man6/wesnoth.6.gz %%NLS%%%%SERVER%%man/en_GB/man6/wesnothd.6.gz %%NLS%%%%SERVER%%man/es/man6/wesnothd.6.gz %%NLS%%%%SERVER%%man/et/man6/wesnothd.6.gz @@ -1718,9 +1719,12 @@ man/man6/wesnoth.6.gz %%NLS%%%%SERVER%%man/sr@ijekavian/man6/wesnothd.6.gz %%NLS%%%%SERVER%%man/sr@ijekavianlatin/man6/wesnothd.6.gz %%NLS%%%%SERVER%%man/sr@latin/man6/wesnothd.6.gz +%%NLS%%man/tr/man6/wesnoth.6.gz +%%NLS%%%%SERVER%%man/tr/man6/wesnothd.6.gz %%NLS%%%%SERVER%%man/uk/man6/wesnothd.6.gz %%NLS%%%%SERVER%%man/vi/man6/wesnothd.6.gz %%NLS%%man/zh_CN/man6/wesnoth.6.gz +%%NLS%%man/zh_TW/man6/wesnoth.6.gz %%NLS%%%%SERVER%%man/zh_CN/man6/wesnothd.6.gz %%NLS%%%%SERVER%%man/zh_TW/man6/wesnothd.6.gz %%SERVER%%@unexec rmdir /var/run/wesnothd 2>/dev/null || echo "If you are permanently removing this port, you should do a 'rm -rf /var/run/wesnothd' to remove it." | fmt |