Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jul 2020 04:33:42 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542243 - head/games/abstreet
Message-ID:  <202007150433.06F4XgJV093453@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Jul 15 04:33:41 2020
New Revision: 542243
URL: https://svnweb.freebsd.org/changeset/ports/542243

Log:
  games/abstreet: Update 0.2.2-28 -> 0.2.3-16

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

Modified: head/games/abstreet/Makefile
==============================================================================
--- head/games/abstreet/Makefile	Wed Jul 15 01:48:29 2020	(r542242)
+++ head/games/abstreet/Makefile	Wed Jul 15 04:33:41 2020	(r542243)
@@ -2,8 +2,8 @@
 
 PORTNAME=	abstreet
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.2.2-28
-DISTVERSIONSUFFIX=	-ge50cd776
+DISTVERSION=	0.2.3-16
+DISTVERSIONSUFFIX=	-g7880d646
 CATEGORIES=	games
 MASTER_SITES=	LOCAL/yuri:data
 DISTFILES=	${PORTNAME}-data-${DISTVERSION}.tgz:data # updated by the update-data target
@@ -466,9 +466,11 @@ BINARY_ALIAS=	python3=${PYTHON_CMD}
 # 2. Upload the abstreet-data distfile
 # 3. Run 'make makesum clean'
 
-update-data: configure # see https://github.com/dabreegster/abstreet/blob/master/docs/dev.md#getting-started for a list of supported cities
-	@(${ECHO} "runtime: seattle,huge_seattle,austin" && \
-	  ${ECHO} "input: seattle,huge_seattle,austin") > ${WRKSRC}/data/config
+update-data: configure
+	# see https://github.com/dabreegster/abstreet/blob/master/docs/dev.md#getting-started for the list of supported cities
+	# huge_seattle is excluded as per this comment: https://github.com/dabreegster/abstreet/issues/192#issuecomment-657938969
+	@(${ECHO} "runtime: seattle,krakow" && \
+	  ${ECHO} "input: seattle,krakow") > ${WRKSRC}/data/config
 	@cd ${WRKSRC} && \
 		${SETENV} ${MAKE_ENV} ${CARGO_CARGO_RUN} run --bin updater && \
 		${TAR} czf ${DISTDIR}/${PORTNAME}-data-${DISTVERSION}.tgz data/system/cities data/system/maps data/system/prebaked_results data/system/scenarios data/config && \

Modified: head/games/abstreet/distinfo
==============================================================================
--- head/games/abstreet/distinfo	Wed Jul 15 01:48:29 2020	(r542242)
+++ head/games/abstreet/distinfo	Wed Jul 15 04:33:41 2020	(r542243)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1594181043
-SHA256 (abstreet-data-0.2.2-28.tgz) = e3b54259abca01abfebe86077404fa455156ef9c4de8689fb372747f7b0fc3cd
-SIZE (abstreet-data-0.2.2-28.tgz) = 379870649
+TIMESTAMP = 1594776475
+SHA256 (abstreet-data-0.2.3-16.tgz) = 75ec8a6266169755b840f0fe8c21e55103d794d5f835d819971a60a0f291bda5
+SIZE (abstreet-data-0.2.3-16.tgz) = 183659899
 SHA256 (rust/crates/RustyXML-0.1.1.tar.gz) = 9222d58bccd9e6e3b82098a2ec142ad34e5d433de986d46cec03ad3a2b5fd529
 SIZE (rust/crates/RustyXML-0.1.1.tar.gz) = 12688
 SHA256 (rust/crates/aabb-quadtree-0.1.0.tar.gz) = 08e73342dae2885db4bdffbc75ffe3a668153720a95a6e57266a0ee8aacc96ca
@@ -869,8 +869,8 @@ SHA256 (rust/crates/xmlwriter-0.1.0.tar.gz) = ec7a2a50
 SIZE (rust/crates/xmlwriter-0.1.0.tar.gz) = 6261
 SHA256 (rust/crates/zip-0.5.5.tar.gz) = 6df134e83b8f0f8153a094c7b0fd79dfebe437f1d76e7715afa18ed95ebe2fd7
 SIZE (rust/crates/zip-0.5.5.tar.gz) = 33064
-SHA256 (dabreegster-abstreet-v0.2.2-28-ge50cd776_GH0.tar.gz) = 1b32f5f714168f8e05baeb4d2d1975510281906e6f932a8da019056c13e7bce9
-SIZE (dabreegster-abstreet-v0.2.2-28-ge50cd776_GH0.tar.gz) = 21123082
+SHA256 (dabreegster-abstreet-v0.2.3-16-g7880d646_GH0.tar.gz) = 8d94c140c0d4226bb64ddda8a41244c4d2b577298531b0a04e531e3f169c7eb1
+SIZE (dabreegster-abstreet-v0.2.3-16-g7880d646_GH0.tar.gz) = 25809652
 SHA256 (easbar-fast_paths-cfb19807c0dae0b6a5034d62959a6bd2abe45079_GH0.tar.gz) = b426e5728d7e37e885e7ec59a8da1730e491272e186e5090117f178439177484
 SIZE (easbar-fast_paths-cfb19807c0dae0b6a5034d62959a6bd2abe45079_GH0.tar.gz) = 1108433
 SHA256 (dabreegster-seattle_traffic_signals-c5a882dcd5065f931006c1aa2963168e1fe82a51_GH0.tar.gz) = 84fc15ceece08679883226c2a440d3fa4e33d6d2e2f91a64a0083fd85692550b

Modified: head/games/abstreet/pkg-plist
==============================================================================
--- head/games/abstreet/pkg-plist	Wed Jul 15 01:48:29 2020	(r542242)
+++ head/games/abstreet/pkg-plist	Wed Jul 15 04:33:41 2020	(r542243)
@@ -3,8 +3,7 @@ bin/abstreet-game
 %%DATADIR%%/config
 %%DATADIR%%/geojson_to_osmosis.py
 %%DATADIR%%/get_fresh_osm.sh
-%%DATADIR%%/input/austin/polygons/downtown_atx.poly
-%%DATADIR%%/input/austin/polygons/huge_austin.poly
+%%DATADIR%%/input/krakow/polygons/huge_krakow.poly
 %%DATADIR%%/input/seattle/polygons/ballard.poly
 %%DATADIR%%/input/seattle/polygons/downtown.poly
 %%DATADIR%%/input/seattle/polygons/huge_seattle.poly
@@ -14,13 +13,14 @@ bin/abstreet-game
 %%DATADIR%%/input/seattle/polygons/udistrict.poly
 %%DATADIR%%/input/seattle/polygons/west_seattle.poly
 %%DATADIR%%/other_polygons/berlin.poly
-%%DATADIR%%/other_polygons/krakow.poly
 %%DATADIR%%/other_polygons/little_hulton.poly
 %%DATADIR%%/other_polygons/manchester.poly
 %%DATADIR%%/other_polygons/manhattan.poly
 %%DATADIR%%/other_polygons/slu.poly
 %%DATADIR%%/system/assets/characters/boss.svg
 %%DATADIR%%/system/assets/characters/drone.svg
+%%DATADIR%%/system/assets/characters/parents.svg
+%%DATADIR%%/system/assets/characters/party_bros.svg
 %%DATADIR%%/system/assets/characters/player.svg
 %%DATADIR%%/system/assets/edit/bike.svg
 %%DATADIR%%/system/assets/edit/bus.svg
@@ -104,9 +104,7 @@ bin/abstreet-game
 %%DATADIR%%/system/fonts/Overpass-SemiBold.ttf
 %%DATADIR%%/system/maps/ballard.bin
 %%DATADIR%%/system/maps/downtown.bin
-%%DATADIR%%/system/maps/downtown_atx.bin
-%%DATADIR%%/system/maps/huge_austin.bin
-%%DATADIR%%/system/maps/huge_seattle.bin
+%%DATADIR%%/system/maps/huge_krakow.bin
 %%DATADIR%%/system/maps/lakeslice.bin
 %%DATADIR%%/system/maps/montlake.bin
 %%DATADIR%%/system/maps/south_seattle.bin
@@ -121,7 +119,6 @@ bin/abstreet-game
 %%DATADIR%%/system/proposals/stay healthy lake wash blvd.json
 %%DATADIR%%/system/scenarios/ballard/weekday.bin
 %%DATADIR%%/system/scenarios/downtown/weekday.bin
-%%DATADIR%%/system/scenarios/huge_seattle/weekday.bin
 %%DATADIR%%/system/scenarios/lakeslice/weekday.bin
 %%DATADIR%%/system/scenarios/montlake/weekday.bin
 %%DATADIR%%/system/scenarios/south_seattle/weekday.bin



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