Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2015 12:39:39 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387468 - head/games/wesnoth
Message-ID:  <201505261239.t4QCddH5024849@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Tue May 26 12:39:38 2015
New Revision: 387468
URL: https://svnweb.freebsd.org/changeset/ports/387468

Log:
  games/wesnoth: Revert version 1.13 => 1.12
  
  This port is supposed to track stable releases.  Those end in even
  numbers, e.g. 1.10, 1.12, 1.14.  The odd numbers are development
  releases.  The upgrade to 1.13 was due to a misunderstanding about the
  version numbering scheme.
  
  PR:		200236
  Submitted by:	maintainer (Torsten Zuehlsdorff)

Modified:
  head/games/wesnoth/Makefile
  head/games/wesnoth/distinfo
  head/games/wesnoth/pkg-plist

Modified: head/games/wesnoth/Makefile
==============================================================================
--- head/games/wesnoth/Makefile	Tue May 26 12:30:23 2015	(r387467)
+++ head/games/wesnoth/Makefile	Tue May 26 12:39:38 2015	(r387468)
@@ -1,9 +1,10 @@
 # $FreeBSD$
 
 PORTNAME=	wesnoth
-PORTVERSION=	1.13.0
+PORTVERSION=	1.12.2
+PORTEPOCH=	1
 CATEGORIES=	games
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
+MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} \
 		http://files.wesnoth.org/ \
 		http://ports.toco-domains.de/
 
@@ -19,9 +20,11 @@ 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=		compiler:features cmake cpe pkgconfig tar:bzip2
+USES=		cmake cpe pkgconfig tar:bzip2
 CPE_VENDOR=	${PORTNAME}
 CPE_PRODUCT=	battle_for_wesnoth
 CMAKE_ARGS=	-DMANDIR="man" -DENABLE_STRICT_COMPILATION=off
@@ -38,6 +41,7 @@ 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
@@ -60,11 +64,7 @@ TEST_CMAKE_ON=	-DENABLE_TESTS=on
 TOOLS_DESC=	Extra tools for artists and translators
 TOOLS_CMAKE_ON=	-DENABLE_TOOLS=on
 
-.include <bsd.port.pre.mk>
-
-.if ${COMPILER_TYPE} == gcc && ${COMPILER_VERSION} <= 42
-USE_GCC=	yes
-.endif
+.include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MOPENMP}
 BROKEN=	compilation fails with OpenMP
@@ -77,4 +77,4 @@ BROKEN=	compilations fails with enabled 
 post-install:
 	${FIND} ${STAGEDIR}${PREFIX}/man -type d -empty -delete
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/games/wesnoth/distinfo
==============================================================================
--- head/games/wesnoth/distinfo	Tue May 26 12:30:23 2015	(r387467)
+++ head/games/wesnoth/distinfo	Tue May 26 12:39:38 2015	(r387468)
@@ -1,2 +1,2 @@
-SHA256 (wesnoth-1.13.0.tar.bz2) = 68fc1f3e147c73b9eb3622a157e272d3f5f286acb3c5043dc1bfa7f7fb8cb912
-SIZE (wesnoth-1.13.0.tar.bz2) = 394272774
+SHA256 (wesnoth-1.12.2.tar.bz2) = 1f4f76e5fd0ce175a3eb7b9855aff7a58dc75899c534d7653d97ac9fd4fe798b
+SIZE (wesnoth-1.12.2.tar.bz2) = 392234446

Modified: head/games/wesnoth/pkg-plist
==============================================================================
--- head/games/wesnoth/pkg-plist	Tue May 26 12:30:23 2015	(r387467)
+++ head/games/wesnoth/pkg-plist	Tue May 26 12:39:38 2015	(r387468)
@@ -1638,6 +1638,7 @@ 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505261239.t4QCddH5024849>