pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics Fix ImageMagick MASTER_SITES



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8caf062e7acf
branches:  trunk
changeset: 386017:8caf062e7acf
user:      nros <nros%pkgsrc.org@localhost>
date:      Fri Sep 30 07:31:00 2022 +0000

description:
Fix ImageMagick MASTER_SITES

diffstat:

 graphics/ImageMagick/Makefile.common  |  4 ++--
 graphics/ImageMagick6/Makefile.common |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r c9d168efbc31 -r 8caf062e7acf graphics/ImageMagick/Makefile.common
--- a/graphics/ImageMagick/Makefile.common      Fri Sep 30 07:22:16 2022 +0000
+++ b/graphics/ImageMagick/Makefile.common      Fri Sep 30 07:31:00 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.257 2022/09/29 09:21:11 nros Exp $
+# $NetBSD: Makefile.common,v 1.258 2022/09/30 07:31:00 nros Exp $
 #
 # used by graphics/p5-PerlMagick/Makefile
 #
@@ -18,7 +18,7 @@
 DISTVERSION=   ${DISTSUFFIX:S/-/./}
 
 CATEGORIES=    graphics
-MASTER_SITES=  https://www.imagemagick.org/download/releases/
+MASTER_SITES=  https://imagemagick.org/archive/releases/
 EXTRACT_SUFX=  .tar.xz
 
 HOMEPAGE=      https://www.imagemagick.org/
diff -r c9d168efbc31 -r 8caf062e7acf graphics/ImageMagick6/Makefile.common
--- a/graphics/ImageMagick6/Makefile.common     Fri Sep 30 07:22:16 2022 +0000
+++ b/graphics/ImageMagick6/Makefile.common     Fri Sep 30 07:31:00 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.15 2022/09/29 09:21:11 nros Exp $
+# $NetBSD: Makefile.common,v 1.16 2022/09/30 07:31:00 nros Exp $
 
 IM_MAJOR_VER=          6.9.11
 IM_MINOR_VER=          7
@@ -14,7 +14,7 @@
 DISTVERSION=   ${DISTSUFFIX:S/-/./}
 
 CATEGORIES=    graphics
-MASTER_SITES=  https://www.imagemagick.org/download/releases/
+MASTER_SITES=  https://imagemagick.org/archive/releases/
 EXTRACT_SUFX=  .tar.xz
 
 HOMEPAGE=      http://www.imagemagick.org/



Home | Main Index | Thread Index | Old Index