From 2e6763b5a4b247c2bbf72b942a77fb8cf84de913 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 3 Jan 2021 11:17:32 +0200 Subject: [PATCH 29/29] Update BUG_URL to point to osdn See osdn #41096 Signed-off-by: Marko Lindqvist --- configure.ac | 2 +- data/helpdata.txt | 4 ++-- doc/BUGS | 2 +- gen_headers/meson_fc_config.h.in | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 90a50f6d8b..c9513ae6fd 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl configure.ac for freeciv dnl Process this file with autoconf to produce a configure script. AC_INIT([Freeciv], m4_esyscmd([./fc_version | tr -d '\n']), - [https://www.freelists.org/list/freeciv-dev], + [https://osdn.net/projects/freeciv/ticket/], [freeciv], [http://www.freeciv.org/]) AC_PREREQ(2.65) diff --git a/data/helpdata.txt b/data/helpdata.txt index 8361690a9d..9725fd673e 100644 --- a/data/helpdata.txt +++ b/data/helpdata.txt @@ -2332,9 +2332,9 @@ $FreecivVersion\ ; /* TRANS: followed by a URL */ _("\ If you find any bugs, then please send us a bug report. This is \ -best done by sending email to freeciv-dev mailing list, at:\ +best done by visiting the Freeciv Bug Tracking System, at:\ "), "\ - https://www.freelists.org/list/freeciv-dev\ + https://osdn.net/projects/freeciv/ticket/\ ", _("\ Please quote the above version information. \ For more information about submitting bug reports see the file BUGS \ diff --git a/doc/BUGS b/doc/BUGS index 57adc03c96..a7ebe56d6b 100644 --- a/doc/BUGS +++ b/doc/BUGS @@ -3,7 +3,7 @@ BUGS ==== Freeciv 3.1 certainly contains some bugs. Please report all -you find to https://www.freelists.org/list/freeciv-dev. +you find to https://osdn.net/projects/freeciv/ticket/ REPORTING A BUG: diff --git a/gen_headers/meson_fc_config.h.in b/gen_headers/meson_fc_config.h.in index 0ab49b3737..952ab3968d 100644 --- a/gen_headers/meson_fc_config.h.in +++ b/gen_headers/meson_fc_config.h.in @@ -10,7 +10,7 @@ #define LOCALEDIR "@LOCALEDIR@" -#define BUG_URL "https://www.freelists.org/list/freeciv-dev" +#define BUG_URL "https://osdn.net/projects/freeciv/ticket/" #define WIKI_URL "http://www.freeciv.org/" #define DATASUBDIR "@DATASUBDIR@" -- 2.29.2