• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

XML catalogue of packages which are available for installation, using the mingw-get installer.


Commit MetaInfo

Revisionae41e84b6c1aaecece5851d54af2521e5aa8fc28 (tree)
Time2018-12-25 04:25:03
AuthorKeith Marshall <keith@user...>
CommiterKeith Marshall

Log Message

Redirect catalogue publication host to OSDN.net

Change Summary

Incremental Difference

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,15 @@
1-2018-12-24 Keith Marshall <keithmarshall@users.sourceforge.net>
1+2018-12-24 Keith Marshall <keith@users.osdn.me>
2+
3+ Redirect catalogue publication host to OSDN.net
4+
5+ * Makefile.in (FRS_CATALOGUE_HOST): Relocate to storage.osdn.net
6+ (FRS_CATALOGUE_ROOT): Direct it to /storage/groups/m/mi/mingw/...
7+ (FRS_CATALOGUE_PATH): ...using the .catalogue directory.
8+
9+ * VERSION.m4 (VERSION_MINOR): Increment it to 4, thus making...
10+ * configure (PACKAGE_VERSION): ...this equivalent to 2.4.0
11+
12+2018-12-24 Keith Marshall <keith@users.osdn.me>
213
314 Publish MinGW.org WSL-5.2 package set.
415
--- a/Makefile.in
+++ b/Makefile.in
@@ -2,8 +2,8 @@
22 #
33 # $Id$
44 #
5-# Written by Keith Marshall <keithmarshall@users.sourceforge.net>
6-# Copyright (C) 2010, 2011, 2013, MinGW.org Project
5+# Written by Keith Marshall <keith@users.osdn.me>
6+# Copyright (C) 2010, 2011, 2013, 2018, MinGW.org Project
77 #
88 #
99 # Makefile template for generating mingw-get distribution manifests.
@@ -106,11 +106,11 @@ update-references: FORCE
106106 update-local-references: @mingw_ac_subdirs@
107107
108108 # Approiately authenticated users may publish updated catalogues
109-# via the SourceForge file release system.
109+# via the OSDN file storage and download system.
110110 #
111-FRS_CATALOGUE_HOST = frs.sourceforge.net
112-FRS_CATALOGUE_ROOT = /home/frs/project/mingw
113-FRS_CATALOGUE_PATH = $(FRS_CATALOGUE_ROOT)/Installer/mingw-get/catalogue
111+FRS_CATALOGUE_HOST = storage.osdn.net
112+FRS_CATALOGUE_ROOT = /storage/groups/m/mi/mingw
113+FRS_CATALOGUE_PATH = $(FRS_CATALOGUE_ROOT)/.catalogue
114114
115115 FRS_CATALOGUE = $(FRS_CATALOGUE_HOST):$(FRS_CATALOGUE_PATH)
116116
--- a/VERSION.m4
+++ b/VERSION.m4
@@ -2,8 +2,8 @@
22 #
33 # $Id$
44 #
5-# Written by Keith Marshall <keithmarshall@users.sourceforge.net>
6-# Copyright (C) 2013, MinGW.org Project
5+# Written by Keith Marshall <keith@users.osdn.me>
6+# Copyright (C) 2013, 2018, MinGW.org Project
77 #
88 #
99 # Configuration script version specification for mingw-dist
@@ -23,7 +23,7 @@
2323 # arising from the use of this software.
2424 #
2525 m4_define([VERSION_MAJOR], [2])
26- m4_define([VERSION_MINOR], [3])
26+ m4_define([VERSION_MINOR], [4])
2727 m4_define([VERSION_PATCH], [0])
2828 #
2929 m4_define([__VERSION__], [VERSION_MAJOR.VERSION_MINOR.VERSION_PATCH])