GraphicsMagick: Provide a link to https://graphicsmagick.sourcef...

GraphicsMagick Commits <[email protected]>
Newsgroups gmane.comp.video.graphicsmagick.cvs
Message-ID <mailman.46403.1640911557.2008.graphicsmagick-commit@lists.sourceforge.net>
changeset 7897c73c4d47 in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=7897c73c4d47
summary: Provide a link to https://graphicsmagick.sourceforge.io/index.html

diffstat:

 ChangeLog          |  4 ++++
 Makefile.am        |  2 +-
 Makefile.in        |  2 +-
 www/Changelog.html |  3 +++
 www/index.html     |  4 +++-
 www/index.rst      |  4 +++-
 6 files changed, 15 insertions(+), 4 deletions(-)

diffs (78 lines):

diff -r 023c5bad6925 -r 7897c73c4d47 ChangeLog
--- a/ChangeLog	Thu Dec 30 13:27:19 2021 -0600
+++ b/ChangeLog	Thu Dec 30 18:45:41 2021 -0600
@@ -1,5 +1,9 @@
 2021-12-30  Bob Friesenhahn  <[email protected]>
 
+        * www/index.rst: Document that
+        https://graphicsmagick.sourceforge.io/index.html is also
+        available.
+
         * www/programming.rst: Update URLs.  Add a link to a 'Go' binding.
 
         * Copyright.txt: Update Copyright text for 2022 and prepare for
diff -r 023c5bad6925 -r 7897c73c4d47 Makefile.am
--- a/Makefile.am	Thu Dec 30 13:27:19 2021 -0600
+++ b/Makefile.am	Thu Dec 30 18:45:41 2021 -0600
@@ -394,7 +394,7 @@
 	  rm -f $${file}.sig ; \
 	  $(GPG) --output $${file}.sig --detach-sig $${file} ; \
 	done
-	$(GRAPHICSMAGICK_SNAPSHOT_COPY) $(SNAPSHOT_DIST_ARCHIVES) \
+	SRCDIR=$(SRCDIR) $(GRAPHICSMAGICK_SNAPSHOT_COPY) $(SNAPSHOT_DIST_ARCHIVES) \
 	  `for f in $(SNAPSHOT_DIST_ARCHIVES) ; do printf "%s.sig " $$f ; done` \
 	$(top_srcdir)/ChangeLog $(top_srcdir)/www/Changelog.html
 
diff -r 023c5bad6925 -r 7897c73c4d47 Makefile.in
--- a/Makefile.in	Thu Dec 30 13:27:19 2021 -0600
+++ b/Makefile.in	Thu Dec 30 18:45:41 2021 -0600
@@ -11320,7 +11320,7 @@
 @HasGRAPHICSMAGICK_SNAPSHOT_COPY_TRUE@	  rm -f $${file}.sig ; \
 @HasGRAPHICSMAGICK_SNAPSHOT_COPY_TRUE@	  $(GPG) --output $${file}.sig --detach-sig $${file} ; \
 @HasGRAPHICSMAGICK_SNAPSHOT_COPY_TRUE@	done
-@HasGRAPHICSMAGICK_SNAPSHOT_COPY_TRUE@	$(GRAPHICSMAGICK_SNAPSHOT_COPY) $(SNAPSHOT_DIST_ARCHIVES) \
+@HasGRAPHICSMAGICK_SNAPSHOT_COPY_TRUE@	SRCDIR=$(SRCDIR) $(GRAPHICSMAGICK_SNAPSHOT_COPY) $(SNAPSHOT_DIST_ARCHIVES) \
 @HasGRAPHICSMAGICK_SNAPSHOT_COPY_TRUE@	  `for f in $(SNAPSHOT_DIST_ARCHIVES) ; do printf "%s.sig " $$f ; done` \
 @HasGRAPHICSMAGICK_SNAPSHOT_COPY_TRUE@	$(top_srcdir)/ChangeLog $(top_srcdir)/www/Changelog.html
 @HasGRAPHICSMAGICK_SNAPSHOT_COPY_FALSE@snapshot: distcheck
diff -r 023c5bad6925 -r 7897c73c4d47 www/Changelog.html
--- a/www/Changelog.html	Thu Dec 30 13:27:19 2021 -0600
+++ b/www/Changelog.html	Thu Dec 30 18:45:41 2021 -0600
@@ -37,6 +37,9 @@
 
 <p>2021-12-30  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
 <blockquote>
+<p>* www/index.rst: Document that
+<a class="reference external" href="https://graphicsmagick.sourceforge.io/index.html">https://graphicsmagick.sourceforge.io/index.html</a> is also
+available.</p>
 <p>* www/programming.rst: Update URLs.  Add a link to a 'Go' binding.</p>
 <p>* Copyright.txt: Update Copyright text for 2022 and prepare for
 new year.</p>
diff -r 023c5bad6925 -r 7897c73c4d47 www/index.html
--- a/www/index.html	Thu Dec 30 13:27:19 2021 -0600
+++ b/www/index.html	Thu Dec 30 18:45:41 2021 -0600
@@ -57,7 +57,9 @@
 </tr>
 </tbody>
 </table>
-<p>Check <a class="reference external" href="http://www.GraphicsMagick.org/">http://www.GraphicsMagick.org/</a> for the latest version of this page.</p>
+<p>Check <a class="reference external" href="http://www.GraphicsMagick.org/">http://www.GraphicsMagick.org/</a> or
+<a class="reference external" href="https://graphicsmagick.sourceforge.io/index.html">https://graphicsmagick.sourceforge.io/index.html</a> for the latest
+version of this page.</p>
 <p>GraphicsMagick is the swiss army knife of image processing. Comprised
 of 267K physical lines (according to David A. Wheeler's <a class="reference external" href="https://dwheeler.com/sloccount/">SLOCCount</a>)
 of source code in the base package (or 1,225K including 3rd party
diff -r 023c5bad6925 -r 7897c73c4d47 www/index.rst
--- a/www/index.rst	Thu Dec 30 13:27:19 2021 -0600
+++ b/www/index.rst	Thu Dec 30 18:45:41 2021 -0600
@@ -38,7 +38,9 @@
 __ `visit Mercurial repository`_
 
 
-Check http://www.GraphicsMagick.org/ for the latest version of this page.
+Check http://www.GraphicsMagick.org/ or
+https://graphicsmagick.sourceforge.io/index.html for the latest
+version of this page.
 
 .. _FSF : http://www.fsf.org/
 .. _`GNU GPL` :  https://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.