svn commit: r488278 - head/games/0ad

Guido Falsi madpilot at FreeBSD.org
Mon Dec 24 17:05:14 UTC 2018


Author: madpilot
Date: Mon Dec 24 17:05:13 2018
New Revision: 488278
URL: https://svnweb.freebsd.org/changeset/ports/488278

Log:
  Update 0ad to 0.0.23b.

Modified:
  head/games/0ad/Makefile
  head/games/0ad/distinfo

Modified: head/games/0ad/Makefile
==============================================================================
--- head/games/0ad/Makefile	Mon Dec 24 17:03:46 2018	(r488277)
+++ head/games/0ad/Makefile	Mon Dec 24 17:05:13 2018	(r488278)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	0ad
-PORTVERSION=	0.0.23
-PORTREVISION=	6
+PORTVERSION=	0.0.23b
 CATEGORIES=	games
 MASTER_SITES=	http://releases.wildfiregames.com/ \
 		SF/zero-ad/releases
@@ -27,16 +26,17 @@ LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \
 		libtiff.so:graphics/tiff \
 		libsodium.so:security/libsodium
 
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}-alpha
-BUILD_WRKSRC=	${WRKSRC}/build/workspaces/gcc
-MAKE_ARGS=	config=release verbose=1
-CPPFLAGS+=	-DU_USING_ICU_NAMESPACE=1
 USES=		compiler:c++11-lib desktop-file-utils dos2unix gmake iconv jpeg openal:al \
 		pkgconfig python:build tar:xz
 USE_GNOME=	libxml2 gtk20
 USE_GL=		gl
 USE_SDL=	sdl2
 USE_XORG=	x11 xcursor
+
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}-alpha
+BUILD_WRKSRC=	${WRKSRC}/build/workspaces/gcc
+MAKE_ARGS=	config=release verbose=1
+CPPFLAGS+=	-DU_USING_ICU_NAMESPACE=1
 BUNDLE_LIBS=	yes
 DOS2UNIX_REGEX=	.*\.([ch]p{0,2}|make)
 BINARY_ALIAS=	python=${PYTHON_CMD}

Modified: head/games/0ad/distinfo
==============================================================================
--- head/games/0ad/distinfo	Mon Dec 24 17:03:46 2018	(r488277)
+++ head/games/0ad/distinfo	Mon Dec 24 17:05:13 2018	(r488278)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1530535030
-SHA256 (0ad-0.0.23-alpha-unix-build.tar.xz) = cfa1e3b6989466961451c95a96c19c274cd373ce6d98f83836e6f862c9d3e163
-SIZE (0ad-0.0.23-alpha-unix-build.tar.xz) = 31907988
-SHA256 (0ad-0.0.23-alpha-unix-data.tar.xz) = fdbf774637252dbedf339fbe29b77d7d585ab53a9a5ddede56dd7b8fda66d8ac
-SIZE (0ad-0.0.23-alpha-unix-data.tar.xz) = 691973492
+TIMESTAMP = 1545588170
+SHA256 (0ad-0.0.23b-alpha-unix-build.tar.xz) = 01bff7641ee08cac896c54d518d7e4b01752513105558f212e3199d747512a37
+SIZE (0ad-0.0.23b-alpha-unix-build.tar.xz) = 31922812
+SHA256 (0ad-0.0.23b-alpha-unix-data.tar.xz) = e11b4ade7ede954cbbdc1fe6e2e4b25ac6b8d5a644133b640ffc9b099338a713
+SIZE (0ad-0.0.23b-alpha-unix-data.tar.xz) = 691280800


More information about the svn-ports-head mailing list