OSDN Git Service

Redirect catalogue publication host to OSDN.net
authorKeith Marshall <keith@users.osdn.me>
Mon, 24 Dec 2018 19:25:03 +0000 (19:25 +0000)
committerKeith Marshall <keith@users.osdn.me>
Mon, 24 Dec 2018 19:25:03 +0000 (19:25 +0000)
ChangeLog
Makefile.in
VERSION.m4

index 856b018..e0d7e41 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,15 @@
-2018-12-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
+2018-12-24  Keith Marshall  <keith@users.osdn.me>
+
+       Redirect catalogue publication host to OSDN.net
+
+       * Makefile.in (FRS_CATALOGUE_HOST): Relocate to storage.osdn.net
+       (FRS_CATALOGUE_ROOT): Direct it to /storage/groups/m/mi/mingw/...
+       (FRS_CATALOGUE_PATH): ...using the .catalogue directory.
+
+       * VERSION.m4 (VERSION_MINOR): Increment it to 4, thus making...
+       * configure (PACKAGE_VERSION): ...this equivalent to 2.4.0
+
+2018-12-24  Keith Marshall  <keith@users.osdn.me>
 
        Publish MinGW.org WSL-5.2 package set.
 
index 8a94902..c89b83c 100644 (file)
@@ -2,8 +2,8 @@
 #
 # $Id$
 #
-# Written by Keith Marshall <keithmarshall@users.sourceforge.net>
-# Copyright (C) 2010, 2011, 2013, MinGW.org Project
+# Written by Keith Marshall <keith@users.osdn.me>
+# Copyright (C) 2010, 2011, 2013, 2018, MinGW.org Project
 #
 #
 # Makefile template for generating mingw-get distribution manifests.
@@ -106,11 +106,11 @@ update-references: FORCE
 update-local-references: @mingw_ac_subdirs@
 
 # Approiately authenticated users may publish updated catalogues
-# via the SourceForge file release system.
+# via the OSDN file storage and download system.
 #
-FRS_CATALOGUE_HOST = frs.sourceforge.net
-FRS_CATALOGUE_ROOT = /home/frs/project/mingw
-FRS_CATALOGUE_PATH = $(FRS_CATALOGUE_ROOT)/Installer/mingw-get/catalogue
+FRS_CATALOGUE_HOST = storage.osdn.net
+FRS_CATALOGUE_ROOT = /storage/groups/m/mi/mingw
+FRS_CATALOGUE_PATH = $(FRS_CATALOGUE_ROOT)/.catalogue
 
 FRS_CATALOGUE = $(FRS_CATALOGUE_HOST):$(FRS_CATALOGUE_PATH)
 
index 62cbba8..c00a91a 100644 (file)
@@ -2,8 +2,8 @@
 #
 # $Id$
 #
-# Written by Keith Marshall <keithmarshall@users.sourceforge.net>
-# Copyright (C) 2013, MinGW.org Project
+# Written by Keith Marshall <keith@users.osdn.me>
+# Copyright (C) 2013, 2018, MinGW.org Project
 #
 #
 # Configuration script version specification for mingw-dist
@@ -23,7 +23,7 @@
 # arising from the use of this software.
 #
   m4_define([VERSION_MAJOR], [2])
-  m4_define([VERSION_MINOR], [3])
+  m4_define([VERSION_MINOR], [4])
   m4_define([VERSION_PATCH], [0])
 #
   m4_define([__VERSION__], [VERSION_MAJOR.VERSION_MINOR.VERSION_PATCH])