Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Aug 2021 14:22:43 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 40354e8a7d1d - 2021Q3 - games/freeciv: update to 2.6.5 bugfix release
Message-ID:  <202108161422.17GEMhGT000505@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=40354e8a7d1dfc5ab6d8ef34a06d546bc2223bce

commit 40354e8a7d1dfc5ab6d8ef34a06d546bc2223bce
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2021-08-16 11:19:34 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2021-08-16 14:22:30 +0000

    games/freeciv: update to 2.6.5 bugfix release
    
    Notably it fixes regression in 2.6.4 gtk3-client that present units in city dialog had no overlays drawn at all.
    
    Release Notes:  https://freeciv.fandom.com/wiki/NEWS-2.6.5
    
    (cherry picked from commit b88d50dd0c092101134d42489c0a92f5f33926b4)
---
 games/freeciv/Makefile  | 2 +-
 games/freeciv/distinfo  | 6 +++---
 games/freeciv/pkg-plist | 1 +
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile
index a863eab5ab97..59acba646f8f 100644
--- a/games/freeciv/Makefile
+++ b/games/freeciv/Makefile
@@ -1,7 +1,7 @@
 # Created by: ada@bsd.org
 
 PORTNAME=	freeciv
-PORTVERSION=	2.6.4
+PORTVERSION=	2.6.5
 CATEGORIES=	games
 MASTER_SITES=	SF/freeciv/Freeciv%20${PORTVERSION:R}/${PORTVERSION}
 
diff --git a/games/freeciv/distinfo b/games/freeciv/distinfo
index 23a97d862058..ccfa599af207 100644
--- a/games/freeciv/distinfo
+++ b/games/freeciv/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1617445908
-SHA256 (freeciv-2.6.4.tar.bz2) = 40db957766acbd49c5af15afd1711da996b6681be7abee3352c5f2539c10c1ce
-SIZE (freeciv-2.6.4.tar.bz2) = 52087948
+TIMESTAMP = 1629110186
+SHA256 (freeciv-2.6.5.tar.bz2) = 2e64e1c74dae12acb17bbf5daa980efc7e9fd57820afed5135319ca95291ec59
+SIZE (freeciv-2.6.5.tar.bz2) = 52139611
diff --git a/games/freeciv/pkg-plist b/games/freeciv/pkg-plist
index 48eeadda2fb2..3f9897d49733 100644
--- a/games/freeciv/pkg-plist
+++ b/games/freeciv/pkg-plist
@@ -16,6 +16,7 @@ lib/libfreeciv-srv.so.0.0.0
 lib/libfreeciv.so
 lib/libfreeciv.so.0
 lib/libfreeciv.so.0.0.0
+man/man6/freeciv.6.gz
 %%CLIENT%%man/man6/freeciv-client.6.gz
 %%GTK2%%man/man6/freeciv-gtk2.6.gz
 @comment man/man6/freeciv-gtk3.22.6.gz



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