From owner-svn-ports-head@freebsd.org Wed Sep 26 13:08:57 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6285A10AC378; Wed, 26 Sep 2018 13:08:57 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 15F527CA41; Wed, 26 Sep 2018 13:08:57 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1106417943; Wed, 26 Sep 2018 13:08:57 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8QD8uwL063824; Wed, 26 Sep 2018 13:08:56 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8QD8uYl063822; Wed, 26 Sep 2018 13:08:56 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201809261308.w8QD8uYl063822@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Wed, 26 Sep 2018 13:08:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480736 - head/games/wesnoth X-SVN-Group: ports-head X-SVN-Commit-Author: lme X-SVN-Commit-Paths: head/games/wesnoth X-SVN-Commit-Revision: 480736 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Sep 2018 13:08:57 -0000 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