From owner-svn-ports-all@FreeBSD.ORG Fri May 15 18:14:29 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EAB5B2AD; Fri, 15 May 2015 18:14:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D9B3F1F74; Fri, 15 May 2015 18:14:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4FIESoQ093516; Fri, 15 May 2015 18:14:28 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4FIES8e093512; Fri, 15 May 2015 18:14:28 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505151814.t4FIES8e093512@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 15 May 2015 18:14:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386467 - head/games/wesnoth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 May 2015 18:14:29 -0000 Author: amdmi3 Date: Fri May 15 18:14:27 2015 New Revision: 386467 URL: https://svnweb.freebsd.org/changeset/ports/386467 Log: - Update to 1.13.0 PR: 199848 Submitted by: ports@toco-domains.de (maintainer) Modified: head/games/wesnoth/Makefile head/games/wesnoth/distinfo head/games/wesnoth/pkg-plist Modified: head/games/wesnoth/Makefile ============================================================================== --- head/games/wesnoth/Makefile Fri May 15 18:08:36 2015 (r386466) +++ head/games/wesnoth/Makefile Fri May 15 18:14:27 2015 (r386467) @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= wesnoth -PORTVERSION= 1.12.2 +PORTVERSION= 1.13.0 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} \ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ http://files.wesnoth.org/ \ http://ports.toco-domains.de/ @@ -19,11 +19,9 @@ LIB_DEPENDS= libvorbisfile.so:${PORTSDIR libpng.so:${PORTSDIR}/graphics/png \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig -LDFLAGS+= -L${LOCALBASE}/lib -lboost_system - USE_SDL= image mixer net ttf USE_GNOME= pango -USES= cmake cpe pkgconfig tar:bzip2 +USES= compiler:features cmake cpe pkgconfig tar:bzip2 CPE_VENDOR= ${PORTNAME} CPE_PRODUCT= battle_for_wesnoth CMAKE_ARGS= -DMANDIR="man" -DENABLE_STRICT_COMPILATION=off @@ -40,7 +38,6 @@ ANA_DESC= Asynchronous Network API (WIP) ANA_CMAKE_ON= -DUSE_ANA_NETWORK=on CAMPAIGN_DESC= Campaign server CAMPAIGN_CMAKE_ON=-DENABLE_CAMPAIGN_SERVER=on -DOCS_CMAKE_OFF= -DDOCDIR=none FRIBIDI_DESC= Bidirectional support FRIBIDI_LIB_DEPENDS=libfribidi.so:${PORTSDIR}/converters/fribidi FRIBIDI_CMAKE_OFF=-DENABLE_FRIBIDI=off @@ -63,7 +60,11 @@ TEST_CMAKE_ON= -DENABLE_TESTS=on TOOLS_DESC= Extra tools for artists and translators TOOLS_CMAKE_ON= -DENABLE_TOOLS=on -.include +.include + +.if ${COMPILER_TYPE} == gcc && ${COMPILER_VERSION} <= 42 +USE_GCC= yes +.endif .if ${PORT_OPTIONS:MOPENMP} BROKEN= compilation fails with OpenMP @@ -76,4 +77,4 @@ BROKEN= compilations fails with enabled post-install: ${FIND} ${STAGEDIR}${PREFIX}/man -type d -empty -delete -.include +.include Modified: head/games/wesnoth/distinfo ============================================================================== --- head/games/wesnoth/distinfo Fri May 15 18:08:36 2015 (r386466) +++ head/games/wesnoth/distinfo Fri May 15 18:14:27 2015 (r386467) @@ -1,2 +1,2 @@ -SHA256 (wesnoth-1.12.2.tar.bz2) = 1f4f76e5fd0ce175a3eb7b9855aff7a58dc75899c534d7653d97ac9fd4fe798b -SIZE (wesnoth-1.12.2.tar.bz2) = 392234446 +SHA256 (wesnoth-1.13.0.tar.bz2) = 68fc1f3e147c73b9eb3622a157e272d3f5f286acb3c5043dc1bfa7f7fb8cb912 +SIZE (wesnoth-1.13.0.tar.bz2) = 394272774 Modified: head/games/wesnoth/pkg-plist ============================================================================== --- head/games/wesnoth/pkg-plist Fri May 15 18:08:36 2015 (r386466) +++ head/games/wesnoth/pkg-plist Fri May 15 18:14:27 2015 (r386467) @@ -1638,7 +1638,6 @@ share/pixmaps/wesnoth_editor-icon.png %%NLS%%man/it/man6/wesnoth.6.gz %%NLS%%%%SERVER%%man/it/man6/wesnothd.6.gz %%NLS%%%%SERVER%%man/ja/man6/wesnothd.6.gz -%%NLS%%man/lt/man6/wesnoth.6.gz %%NLS%%%%SERVER%%man/lt/man6/wesnothd.6.gz man/man6/wesnoth.6.gz %%SERVER%%man/man6/wesnothd.6.gz