XML catalogue of packages which are available for installation, using the mingw-get installer.
Revision | ae41e84b6c1aaecece5851d54af2521e5aa8fc28 (tree) |
---|---|
Time | 2018-12-25 04:25:03 |
Author | Keith Marshall <keith@user...> |
Commiter | Keith Marshall |
Redirect catalogue publication host to OSDN.net
@@ -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> | |
2 | 13 | |
3 | 14 | Publish MinGW.org WSL-5.2 package set. |
4 | 15 |
@@ -2,8 +2,8 @@ | ||
2 | 2 | # |
3 | 3 | # $Id$ |
4 | 4 | # |
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 | |
7 | 7 | # |
8 | 8 | # |
9 | 9 | # Makefile template for generating mingw-get distribution manifests. |
@@ -106,11 +106,11 @@ update-references: FORCE | ||
106 | 106 | update-local-references: @mingw_ac_subdirs@ |
107 | 107 | |
108 | 108 | # Approiately authenticated users may publish updated catalogues |
109 | -# via the SourceForge file release system. | |
109 | +# via the OSDN file storage and download system. | |
110 | 110 | # |
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 | |
114 | 114 | |
115 | 115 | FRS_CATALOGUE = $(FRS_CATALOGUE_HOST):$(FRS_CATALOGUE_PATH) |
116 | 116 |
@@ -2,8 +2,8 @@ | ||
2 | 2 | # |
3 | 3 | # $Id$ |
4 | 4 | # |
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 | |
7 | 7 | # |
8 | 8 | # |
9 | 9 | # Configuration script version specification for mingw-dist |
@@ -23,7 +23,7 @@ | ||
23 | 23 | # arising from the use of this software. |
24 | 24 | # |
25 | 25 | m4_define([VERSION_MAJOR], [2]) |
26 | - m4_define([VERSION_MINOR], [3]) | |
26 | + m4_define([VERSION_MINOR], [4]) | |
27 | 27 | m4_define([VERSION_PATCH], [0]) |
28 | 28 | # |
29 | 29 | m4_define([__VERSION__], [VERSION_MAJOR.VERSION_MINOR.VERSION_PATCH]) |