pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/ImageMagick
Module Name: pkgsrc
Committed By: jperkin
Date: Fri Nov 29 19:40:36 UTC 2019
Modified Files:
pkgsrc/graphics/ImageMagick: Makefile.common
Log Message:
ImageMagick: Replace mirror list with the GNOME one.
They appear to keep previous releases longer than the imagemagick.org
mirrors, which have already deleted this version that was only updated
a few days (but wasn't uploaded to nbftp).
To generate a diff of this commit:
cvs rdiff -u -r1.197 -r1.198 pkgsrc/graphics/ImageMagick/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.197 pkgsrc/graphics/ImageMagick/Makefile.common:1.198
--- pkgsrc/graphics/ImageMagick/Makefile.common:1.197 Tue Nov 26 12:50:42 2019
+++ pkgsrc/graphics/ImageMagick/Makefile.common Fri Nov 29 19:40:36 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.197 2019/11/26 12:50:42 wiz Exp $
+# $NetBSD: Makefile.common,v 1.198 2019/11/29 19:40:36 jperkin Exp $
#
# When updating this package, please upload the distfile
# since they disappear immediately when new releases happen,
@@ -25,9 +25,8 @@ DISTVERSION= ${DISTSUFFIX:S/-/./}
# are available in the mirrors)
#
CATEGORIES= graphics
-MASTER_SITES= ftp://ftp.imagemagick.org/pub/ImageMagick/
-MASTER_SITES+= ftp://ftp.nluug.nl/pub/ImageMagick/
-MASTER_SITES+= https://www.imagemagick.org/download/
+MASTER_SITES= https://www.imagemagick.org/download/
+MASTER_SITES+= https://ftp.gnome.org/mirror/imagemagick.org/ftp/releases/
EXTRACT_SUFX= .tar.xz
HOMEPAGE= https://www.imagemagick.org/
Home |
Main Index |
Thread Index |
Old Index