Date: Wed, 26 Sep 2018 13:08:56 +0000 (UTC) From: Lars Engels <lme@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480736 - head/games/wesnoth Message-ID: <201809261308.w8QD8uYl063822@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lme Date: Wed Sep 26 13:08:56 2018 New Revision: 480736 URL: https://svnweb.freebsd.org/changeset/ports/480736 Log: games/wesnoth: Update to 1.14.5 Modified: head/games/wesnoth/Makefile head/games/wesnoth/distinfo head/games/wesnoth/pkg-plist Modified: head/games/wesnoth/Makefile ============================================================================== --- head/games/wesnoth/Makefile Wed Sep 26 13:07:50 2018 (r480735) +++ head/games/wesnoth/Makefile Wed Sep 26 13:08:56 2018 (r480736) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= wesnoth -PORTVERSION= 1.14.3 -PORTREVISION= 1 +PORTVERSION= 1.14.5 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} \ @@ -16,15 +15,15 @@ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_FreeBSD_10= fails to build with boost 1.66, see bug 224130 +BROKEN_powerpc64= fails to link: schema_validator.cpp: undefined reference to boost::match_results + LIB_DEPENDS= libfreetype.so:print/freetype2 \ libvorbisfile.so:audio/libvorbis \ libboost_thread.so:devel/boost-libs \ libpng.so:graphics/png \ libfontconfig.so:x11-fonts/fontconfig -BROKEN_FreeBSD_10= fails to build with boost 1.66, see bug 224130 -BROKEN_powerpc64= fails to link: schema_validator.cpp: undefined reference to boost::match_results - LDFLAGS+= -L${LOCALBASE}/lib -lboost_system PORTSCOUT= limitw:1,even @@ -53,10 +52,12 @@ SHEBANG_FILES= data/tools/about_cfg_to_wiki \ data/tools/wesnoth/wmlparser3.py \ data/tools/wesnoth_addon_manager data/tools/wmlflip \ data/tools/wmlindent data/tools/wmllint \ + data/tools/steam-changelog \ data/tools/wmllint-1.4 \ data/tools/wmlunits \ data/tools/wmlscope \ data/tools/wmlvalidator \ + data/tools/wmlxgettext \ data/tools/GUI.pyw CPE_VENDOR= ${PORTNAME} @@ -86,7 +87,6 @@ NOTIFY_CMAKE_OFF=-DENABLE_NOTIFICATIONS=off SERVER_DESC= Server SERVER_CMAKE_OFF=-DENABLE_SERVER=off TEST_CMAKE_ON= -DENABLE_TESTS=on - post-install: ${FIND} ${STAGEDIR}${PREFIX}/man -type d -empty -delete Modified: head/games/wesnoth/distinfo ============================================================================== --- head/games/wesnoth/distinfo Wed Sep 26 13:07:50 2018 (r480735) +++ head/games/wesnoth/distinfo Wed Sep 26 13:08:56 2018 (r480736) @@ -1,3 +1,3 @@ -TIMESTAMP = 1528893082 -SHA256 (wesnoth-1.14.3.tar.bz2) = e9f17f0245a2b7f63b28d77a1cc8854355768665f5ca93ffd3e7641b0840c418 -SIZE (wesnoth-1.14.3.tar.bz2) = 450194119 +TIMESTAMP = 1537956839 +SHA256 (wesnoth-1.14.5.tar.bz2) = 05317594b1072b6cf9f955e3a7951a28096f8b1e3afed07825dd5a219c90f7cd +SIZE (wesnoth-1.14.5.tar.bz2) = 450766063 Modified: head/games/wesnoth/pkg-plist ============================================================================== --- head/games/wesnoth/pkg-plist Wed Sep 26 13:07:50 2018 (r480735) +++ head/games/wesnoth/pkg-plist Wed Sep 26 13:08:56 2018 (r480736) @@ -1700,6 +1700,7 @@ share/icons/hicolor/64x64/apps/wesnoth-icon.png %%NLS%%%%SERVER%%man/et/man6/wesnothd.6.gz %%NLS%%%%SERVER%%man/fi/man6/wesnothd.6.gz %%NLS%%%%SERVER%%man/fr/man6/wesnothd.6.gz +%%NLS%%man/fr/man6/wesnoth.6.gz %%NLS%%man/gl/man6/wesnoth.6.gz %%NLS%%%%SERVER%%man/gl/man6/wesnothd.6.gz %%NLS%%%%SERVER%%man/hu/man6/wesnothd.6.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809261308.w8QD8uYl063822>