pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics



Module Name:    pkgsrc
Committed By:   nros
Date:           Fri Sep 30 07:31:00 UTC 2022

Modified Files:
        pkgsrc/graphics/ImageMagick: Makefile.common
        pkgsrc/graphics/ImageMagick6: Makefile.common

Log Message:
Fix ImageMagick MASTER_SITES


To generate a diff of this commit:
cvs rdiff -u -r1.257 -r1.258 pkgsrc/graphics/ImageMagick/Makefile.common
cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/ImageMagick6/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/ImageMagick/Makefile.common
diff -u pkgsrc/graphics/ImageMagick/Makefile.common:1.257 pkgsrc/graphics/ImageMagick/Makefile.common:1.258
--- pkgsrc/graphics/ImageMagick/Makefile.common:1.257   Thu Sep 29 09:21:11 2022
+++ pkgsrc/graphics/ImageMagick/Makefile.common Fri Sep 30 07:31:00 2022
@@ -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 @@ DISTNAME=     ImageMagick-${DISTSUFFIX}
 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/

Index: pkgsrc/graphics/ImageMagick6/Makefile.common
diff -u pkgsrc/graphics/ImageMagick6/Makefile.common:1.15 pkgsrc/graphics/ImageMagick6/Makefile.common:1.16
--- pkgsrc/graphics/ImageMagick6/Makefile.common:1.15   Thu Sep 29 09:21:11 2022
+++ pkgsrc/graphics/ImageMagick6/Makefile.common        Fri Sep 30 07:31:00 2022
@@ -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 @@ DISTNAME=     ImageMagick-${DISTSUFFIX}
 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