pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/ImageMagick Provide the option of an HTTP dow...
details: https://anonhg.NetBSD.org/pkgsrc/rev/342452bc01cf
branches: trunk
changeset: 487983:342452bc01cf
user: dsainty <dsainty%pkgsrc.org@localhost>
date: Sun Jan 23 04:09:05 2005 +0000
description:
Provide the option of an HTTP download site, as listed on the ImageMagick download web page
diffstat:
graphics/ImageMagick/Makefile.common | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 63fa21883240 -r 342452bc01cf graphics/ImageMagick/Makefile.common
--- a/graphics/ImageMagick/Makefile.common Sun Jan 23 02:35:11 2005 +0000
+++ b/graphics/ImageMagick/Makefile.common Sun Jan 23 04:09:05 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.29 2005/01/22 08:37:38 jdolecek Exp $
+# $NetBSD: Makefile.common,v 1.30 2005/01/23 04:09:05 dsainty Exp $
IM_MAJOR_VER= 6.1.9
IM_MINOR_VER= 1
@@ -18,7 +18,8 @@
ftp://ftp.nluug.nl/pub/ImageMagick/ \
ftp://ftp.yggdrasil.com/mirrors/site/ftp.simplesystems.org/pub/ImageMagick/ \
ftp://ftp.fu-berlin.de/unix/X11/graphics/ImageMagick/ \
- ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/
+ ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ \
+ http://www.imagemagick.net/download/
EXTRACT_SUFX= .tar.bz2
WRKSRC= ${WRKDIR}/ImageMagick-${IM_MAJOR_VER}
Home |
Main Index |
Thread Index |
Old Index