diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-16 02:14:27 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-16 02:14:27 +0800 |
commit | 8f23eb97d070817fe7987d1085364a78a43e6a23 (patch) | |
tree | 7b97f776b9c97eaf67ed9dadecccf1efc3e1c953 /games/wesnoth | |
parent | 8cbb723235889b79455db4650524636b9e566e3a (diff) | |
download | freebsd-ports-gnome-8f23eb97d070817fe7987d1085364a78a43e6a23.tar.gz freebsd-ports-gnome-8f23eb97d070817fe7987d1085364a78a43e6a23.tar.zst freebsd-ports-gnome-8f23eb97d070817fe7987d1085364a78a43e6a23.zip |
- Update to 1.13.0
PR: 199848
Submitted by: ports@toco-domains.de (maintainer)
Diffstat (limited to 'games/wesnoth')
-rw-r--r-- | games/wesnoth/Makefile | 17 | ||||
-rw-r--r-- | games/wesnoth/distinfo | 4 | ||||
-rw-r--r-- | games/wesnoth/pkg-plist | 1 |
3 files changed, 11 insertions, 11 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index 8e17b40f6692..6da961a8b299 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -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}/audio/libvorbis \ 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 <bsd.port.options.mk> +.include <bsd.port.pre.mk> + +.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 TEST option post-install: ${FIND} ${STAGEDIR}${PREFIX}/man -type d -empty -delete -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/games/wesnoth/distinfo b/games/wesnoth/distinfo index a00bfae57b75..cb1754095e0a 100644 --- a/games/wesnoth/distinfo +++ b/games/wesnoth/distinfo @@ -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 diff --git a/games/wesnoth/pkg-plist b/games/wesnoth/pkg-plist index 8296353f7d28..a83c03fd6dc1 100644 --- a/games/wesnoth/pkg-plist +++ b/games/wesnoth/pkg-plist @@ -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 |