File tree Expand file tree Collapse file tree 2 files changed +14
-36
lines changed
Expand file tree Collapse file tree 2 files changed +14
-36
lines changed Original file line number Diff line number Diff line change 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
33PortSystem 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
1111revision 0
12- checksums rmd160 8cb290ae1451d4dea2665baae6e99999d0e7cba0 \
13- sha256 1ebb0ec3f7d90ec1edf61710253a05ff5b04d7068a1d48d29b0e6318c946b966 \
14- size 476686555
12+ checksums rmd160 68d4967ea86cdcccb9a2a0a7338d45ed78e46b22 \
13+ sha256 462d2892603314e76f799ab24151473a80a33a3fcd64accdace03d8c0d0fca93 \
14+ size 516301673
1515
1616set branch [join [lrange [split ${version} .] 0 1] .]
1717categories games
1818maintainers {ryandesign @ryandesign} openmaintainer
1919license GPL-2+
2020homepage https://www.wesnoth.org
21- master_sites sourceforge:project/wesnoth/wesnoth-${branch} /wesnoth-${version}
22- use_bzip2 yes
2321
2422description 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
6261compiler.cxx_standard 2017
6362
64- patchfiles-append frameworks.patch
63+ cmake.build_type Release
64+
65+ configure.args-append -DENABLE_SYSTEM_LUA=ON
66+
6567patchfiles-append patch-wesnoth-apple-notifications.diff
6668patchfiles-append patch-wesnoth-sdl-main.diff
6769
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments