public inbox for cygwin-patches@cygwin.com
 help / color / mirror / Atom feed
* [PATCH 0/2] cygwin-htdocs: update MinGW references
@ 2021-03-08 16:17 Brian Inglis
  2021-03-08 16:17 ` [PATCH 1/2] cygwin-htdocs/links.html: update MinGW.org reference Brian Inglis
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Brian Inglis @ 2021-03-08 16:17 UTC (permalink / raw)
  To: cygwin-patches

update MinGW.org references and update package categories to remove MinGW

Brian Inglis (2):
  cygwin-htdocs/links.html: update MinGW.org reference
  cygwin-htdocs/packaging-hint-files.html: update categories

 links.html                | 4 ++--
 packaging-hint-files.html | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

-- 
2.30.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/2] cygwin-htdocs/links.html: update MinGW.org reference
  2021-03-08 16:17 [PATCH 0/2] cygwin-htdocs: update MinGW references Brian Inglis
@ 2021-03-08 16:17 ` Brian Inglis
  2021-03-08 16:17 ` [PATCH 2/2] cygwin-htdocs/packaging-hint-files.html: update categories Brian Inglis
  2021-03-08 20:53 ` [PATCH 0/2] cygwin-htdocs: update MinGW references Corinna Vinschen
  2 siblings, 0 replies; 4+ messages in thread
From: Brian Inglis @ 2021-03-08 16:17 UTC (permalink / raw)
  To: cygwin-patches

[-- Attachment #1: Type: text/plain, Size: 75 bytes --]

---
 links.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-cygwin-htdocs-links.html-update-MinGW.org-reference.patch --]
[-- Type: text/x-patch; name="0001-cygwin-htdocs-links.html-update-MinGW.org-reference.patch", Size: 475 bytes --]

diff --git a/links.html b/links.html
index ab2bb6e5d7d5..705e60c023a8 100755
--- a/links.html
+++ b/links.html
@@ -22,10 +22,10 @@ as well.  These binaries do not use the Cygwin DLL and only support the
 Windows APIs.
 </p>
 
-<h2>MinGW.org</h2>
+<h2>MinGW</h2>
 
 <p class="indent">
-<a href="http://www.mingw.org/">MinGW.org</a> is like Mingw-w64, but only
+<a href="https://osdn.net/projects/mingw/">MinGW</a> is like Mingw-w64, but only
 supports 32 bit Windows.
 </p>
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 2/2] cygwin-htdocs/packaging-hint-files.html: update categories
  2021-03-08 16:17 [PATCH 0/2] cygwin-htdocs: update MinGW references Brian Inglis
  2021-03-08 16:17 ` [PATCH 1/2] cygwin-htdocs/links.html: update MinGW.org reference Brian Inglis
@ 2021-03-08 16:17 ` Brian Inglis
  2021-03-08 20:53 ` [PATCH 0/2] cygwin-htdocs: update MinGW references Corinna Vinschen
  2 siblings, 0 replies; 4+ messages in thread
From: Brian Inglis @ 2021-03-08 16:17 UTC (permalink / raw)
  To: cygwin-patches

[-- Attachment #1: Type: text/plain, Size: 90 bytes --]

---
 packaging-hint-files.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0002-cygwin-htdocs-packaging-hint-files.html-update-categories.patch --]
[-- Type: text/x-patch; name="0002-cygwin-htdocs-packaging-hint-files.html-update-categories.patch", Size: 886 bytes --]

diff --git a/packaging-hint-files.html b/packaging-hint-files.html
index 025bbb4e5830..ceecd206737e 100755
--- a/packaging-hint-files.html
+++ b/packaging-hint-files.html
@@ -130,8 +130,8 @@ No actual moles will be harmed during execution of this game."
       <p>Archive</p>
       <p>Audio</p>
       <p>Base</p>
-      <p>Comm</p>
       <p>Database</p>
+      <p>Debug</p>
       <p>Devel</p>
       <p>Doc</p>
       <p>Editors</p>
@@ -146,7 +146,6 @@ No actual moles will be harmed during execution of this game."
       <p>Mail</p>
       <p>MATE</p>
       <p>Math</p>
-      <p>Mingw</p>
       <p>Net</p>
       <p>Ocaml</p>
       <p>Office</p>
@@ -157,6 +156,7 @@ No actual moles will be harmed during execution of this game."
       <p>Ruby</p>
       <p>Scheme</p>
       <p>Science</p>
+      <p>Security</p>
       <p>Shells</p>
       <p>Sugar</p>
       <p>System</p>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/2] cygwin-htdocs: update MinGW references
  2021-03-08 16:17 [PATCH 0/2] cygwin-htdocs: update MinGW references Brian Inglis
  2021-03-08 16:17 ` [PATCH 1/2] cygwin-htdocs/links.html: update MinGW.org reference Brian Inglis
  2021-03-08 16:17 ` [PATCH 2/2] cygwin-htdocs/packaging-hint-files.html: update categories Brian Inglis
@ 2021-03-08 20:53 ` Corinna Vinschen
  2 siblings, 0 replies; 4+ messages in thread
From: Corinna Vinschen @ 2021-03-08 20:53 UTC (permalink / raw)
  To: cygwin-patches

On Mar  8 09:17, Brian Inglis wrote:
> update MinGW.org references and update package categories to remove MinGW
> 
> Brian Inglis (2):
>   cygwin-htdocs/links.html: update MinGW.org reference
>   cygwin-htdocs/packaging-hint-files.html: update categories
> 
>  links.html                | 4 ++--
>  packaging-hint-files.html | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> -- 
> 2.30.1

Pushed.


Thanks,
Corinna

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-03-08 20:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-08 16:17 [PATCH 0/2] cygwin-htdocs: update MinGW references Brian Inglis
2021-03-08 16:17 ` [PATCH 1/2] cygwin-htdocs/links.html: update MinGW.org reference Brian Inglis
2021-03-08 16:17 ` [PATCH 2/2] cygwin-htdocs/packaging-hint-files.html: update categories Brian Inglis
2021-03-08 20:53 ` [PATCH 0/2] cygwin-htdocs: update MinGW references Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).