Skip to content

Commit f902dbf

Browse files
committed
wesnoth: update to 1.18.7
1 parent 9c53108 commit f902dbf

File tree

2 files changed

+14
-36
lines changed

2 files changed

+14
-36
lines changed

games/wesnoth/Portfile

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
22

33
PortSystem 1.0
4-
PortGroup github 1.0
5-
PortGroup cmake 1.1
6-
PortGroup app 1.0
4+
PortGroup github 1.0
5+
PortGroup cmake 1.1
6+
PortGroup app 1.0
7+
PortGroup openssl 1.0
78

8-
github.setup wesnoth wesnoth 1.16.12
9-
# Change github.tarball_from to 'releases' or 'archive' next update
10-
github.tarball_from tarball
9+
github.setup wesnoth wesnoth 1.18.7
10+
github.tarball_from archive
1111
revision 0
12-
checksums rmd160 8cb290ae1451d4dea2665baae6e99999d0e7cba0 \
13-
sha256 1ebb0ec3f7d90ec1edf61710253a05ff5b04d7068a1d48d29b0e6318c946b966 \
14-
size 476686555
12+
checksums rmd160 68d4967ea86cdcccb9a2a0a7338d45ed78e46b22 \
13+
sha256 462d2892603314e76f799ab24151473a80a33a3fcd64accdace03d8c0d0fca93 \
14+
size 516301673
1515

1616
set branch [join [lrange [split ${version} .] 0 1] .]
1717
categories games
1818
maintainers {ryandesign @ryandesign} openmaintainer
1919
license GPL-2+
2020
homepage https://www.wesnoth.org
21-
master_sites sourceforge:project/wesnoth/wesnoth-${branch}/wesnoth-${version}
22-
use_bzip2 yes
2321

2422
description a fantasy turn-based strategy game
2523

@@ -57,11 +55,15 @@ depends_lib-append port:boost \
5755
port:libvorbis \
5856
path:lib/pkgconfig/pango.pc:pango \
5957
port:pcre \
58+
port:lua54 \
6059
port:zlib
6160

6261
compiler.cxx_standard 2017
6362

64-
patchfiles-append frameworks.patch
63+
cmake.build_type Release
64+
65+
configure.args-append -DENABLE_SYSTEM_LUA=ON
66+
6567
patchfiles-append patch-wesnoth-apple-notifications.diff
6668
patchfiles-append patch-wesnoth-sdl-main.diff
6769

games/wesnoth/files/frameworks.patch

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)