Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Nov 2016 16:06:49 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425800 - head/games/0ad
Message-ID:  <201611091606.uA9G6naA048299@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Wed Nov  9 16:06:49 2016
New Revision: 425800
URL: https://svnweb.freebsd.org/changeset/ports/425800

Log:
  Update 0ad to Alpha 21 Ulysses.

Modified:
  head/games/0ad/Makefile
  head/games/0ad/distinfo
  head/games/0ad/pkg-plist

Modified: head/games/0ad/Makefile
==============================================================================
--- head/games/0ad/Makefile	Wed Nov  9 16:01:51 2016	(r425799)
+++ head/games/0ad/Makefile	Wed Nov  9 16:06:49 2016	(r425800)
@@ -1,11 +1,10 @@
 # $FreeBSD$
 
 PORTNAME=	0ad
-PORTVERSION=	0.0.20
-PORTREVISION=	3
+PORTVERSION=	0.0.21
 CATEGORIES=	games
-MASTER_SITES=	SF/zero-ad/releases \
-		http://releases.wildfiregames.com/
+MASTER_SITES=	http://releases.wildfiregames.com/ \
+		SF/zero-ad/releases
 DISTFILES=	${PORTNAME}-${PORTVERSION}-alpha-unix-build.tar.xz \
 		${PORTNAME}-${PORTVERSION}-alpha-unix-data.tar.xz
 
@@ -70,7 +69,7 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/binaries/system/ActorEditor ${STAGEDIR}${PREFIX}/bin
 	${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}
 	(cd ${WRKSRC}/binaries/system && ${INSTALL_LIB} libAtlasUI.so libCollada.so libnvcore.so libnvimage.so libnvmath.so libnvtt.so ${STAGEDIR}${PREFIX}/lib/${PORTNAME})
-	(cd ${WRKSRC}/binaries/system && ${INSTALL_LIB} libmozjs31-ps-release.so ${STAGEDIR}${PREFIX}/lib/${PORTNAME})
+	(cd ${WRKSRC}/binaries/system && ${INSTALL_LIB} libmozjs38-ps-release.so ${STAGEDIR}${PREFIX}/lib/${PORTNAME})
 	${INSTALL_DATA} ${WRKSRC}/build/resources/0ad.desktop ${STAGEDIR}${PREFIX}/share/applications
 	${INSTALL_DATA} ${WRKSRC}/build/resources/0ad.png ${STAGEDIR}${PREFIX}/share/pixmaps
 	${MKDIR} ${STAGEDIR}${DATADIR}

Modified: head/games/0ad/distinfo
==============================================================================
--- head/games/0ad/distinfo	Wed Nov  9 16:01:51 2016	(r425799)
+++ head/games/0ad/distinfo	Wed Nov  9 16:06:49 2016	(r425800)
@@ -1,4 +1,5 @@
-SHA256 (0ad-0.0.20-alpha-unix-build.tar.xz) = a396d5cb37057ddd3cd523434f70c56be21588a2228443e7508d2b2d610fc68e
-SIZE (0ad-0.0.20-alpha-unix-build.tar.xz) = 25610932
-SHA256 (0ad-0.0.20-alpha-unix-data.tar.xz) = db5eb387ae131bece98a2685e9568cfc4e701a561dd8bb930dfa2dec2043f4d3
-SIZE (0ad-0.0.20-alpha-unix-data.tar.xz) = 575064564
+TIMESTAMP = 1478641325
+SHA256 (0ad-0.0.21-alpha-unix-build.tar.xz) = 96be23e4284a3931ef9536f988f2517040bde1f8700ee048bff18c932d8683cf
+SIZE (0ad-0.0.21-alpha-unix-build.tar.xz) = 29196476
+SHA256 (0ad-0.0.21-alpha-unix-data.tar.xz) = f3ab3c58ffd3bd647a9baba93ea009d5945d2b5bc7db7053a547e07db36faa97
+SIZE (0ad-0.0.21-alpha-unix-data.tar.xz) = 587025496

Modified: head/games/0ad/pkg-plist
==============================================================================
--- head/games/0ad/pkg-plist	Wed Nov  9 16:01:51 2016	(r425799)
+++ head/games/0ad/pkg-plist	Wed Nov  9 16:06:49 2016	(r425800)
@@ -3,7 +3,7 @@ bin/0ad
 bin/ActorEditor
 lib/0ad/libAtlasUI.so
 lib/0ad/libCollada.so
-lib/0ad/libmozjs31-ps-release.so
+lib/0ad/libmozjs38-ps-release.so
 lib/0ad/libnvcore.so
 lib/0ad/libnvimage.so
 lib/0ad/libnvmath.so



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