svn commit: r497053 - head/games/freeorion

Jan Beich jbeich at FreeBSD.org
Thu Mar 28 18:39:08 UTC 2019


Author: jbeich
Date: Thu Mar 28 18:39:06 2019
New Revision: 497053
URL: https://svnweb.freebsd.org/changeset/ports/497053

Log:
  games/freeorion: unbreak with boost 1.70
  
  PR:		236594
  Obtained from:	upstream

Modified:
  head/games/freeorion/Makefile   (contents, props changed)
  head/games/freeorion/distinfo   (contents, props changed)

Modified: head/games/freeorion/Makefile
==============================================================================
--- head/games/freeorion/Makefile	Thu Mar 28 18:09:41 2019	(r497052)
+++ head/games/freeorion/Makefile	Thu Mar 28 18:39:06 2019	(r497053)
@@ -4,13 +4,23 @@
 PORTNAME=	freeorion
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.4.8
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	games
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
 PATCHFILES+=	fd05b34fcc68.patch:-p1
 PATCHFILES+=	35863f31210b.patch:-p1
 PATCHFILES+=	9313aa4b98cc.patch:-p1
+PATCHFILES+=	31d04b0c66d3.patch:-p1 # rebased from f7f9cdeb6cd8
+PATCHFILES+=	0318fe967d2b.patch:-p1
+PATCHFILES+=	fc4486b30299.patch:-p1
+PATCHFILES+=	eff31a5ef564.patch:-p1
+PATCHFILES+=	38ce15b0f89c.patch:-p1
+PATCHFILES+=	d28d9662bd81.patch:-p1
+PATCHFILES+=	78b7a1994b8b.patch:-p1
+PATCHFILES+=	ff8c06a6685f.patch:-p1
+PATCHFILES+=	4a7b8833cb8d.patch:-p1 # rebased from 7513ede6b03c
+PATCHFILES+=	17caf5a174d3.patch:-p1
 
 MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	Turn-based space empire and galactic conquest game

Modified: head/games/freeorion/distinfo
==============================================================================
--- head/games/freeorion/distinfo	Thu Mar 28 18:09:41 2019	(r497052)
+++ head/games/freeorion/distinfo	Thu Mar 28 18:39:06 2019	(r497053)
@@ -7,3 +7,23 @@ SHA256 (35863f31210b.patch) = 54fb8495a7383246788705c1
 SIZE (35863f31210b.patch) = 2258
 SHA256 (9313aa4b98cc.patch) = 533a6f8a55146eefd09426f5fcea30fc00e67145bfa3ff9b90b7d0bea09796c3
 SIZE (9313aa4b98cc.patch) = 668
+SHA256 (31d04b0c66d3.patch) = d530430d24445624afe2619502bf1984fae24f13b350531d2a42281b1710fbe8
+SIZE (31d04b0c66d3.patch) = 15224
+SHA256 (0318fe967d2b.patch) = 1d9786fd72bba0791b398593dc12ef9dee6b8ceaf67d34c163d3802a33ccfdb0
+SIZE (0318fe967d2b.patch) = 1303
+SHA256 (fc4486b30299.patch) = be324aadf6f8a7a03f3aa6786c7dfe49e4e66087fc8e757a07bd736d81023ea8
+SIZE (fc4486b30299.patch) = 1125
+SHA256 (eff31a5ef564.patch) = 93a3da43f58ab484c47ebfbf3b59aee97642a86c4433d975cb368ca84228c2f3
+SIZE (eff31a5ef564.patch) = 2053
+SHA256 (38ce15b0f89c.patch) = 7203ff030f7b45b3242b2b6adffbbb3c4451cd3c0b28ae9b48a2bbd76da2bed0
+SIZE (38ce15b0f89c.patch) = 1272
+SHA256 (d28d9662bd81.patch) = 63e6e79fcae2313900b65eb18647bf4a1147feedf1a451a4278fe83322463ed8
+SIZE (d28d9662bd81.patch) = 939
+SHA256 (78b7a1994b8b.patch) = d6ec58f0503421061a09fc885db83149203303acbf92cae6797c8d1aaf30c2ba
+SIZE (78b7a1994b8b.patch) = 1705
+SHA256 (ff8c06a6685f.patch) = badab4b650884cecc3e0043d15c4c41cb90222f09bc2f49aebfd83eef2461e0d
+SIZE (ff8c06a6685f.patch) = 2022
+SHA256 (4a7b8833cb8d.patch) = 5da2609567124e1f1f5e52f70e7dffc3b9047aafb65867f06c075e27cd7595be
+SIZE (4a7b8833cb8d.patch) = 1057
+SHA256 (17caf5a174d3.patch) = 81f6070e5eb247df34a80857c828fb4a1efa7645a1718f3a44f547a3b04ef3c0
+SIZE (17caf5a174d3.patch) = 1037


More information about the svn-ports-all mailing list