From patchwork Tue Feb 17 08:40:36 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Porcedda X-Patchwork-Id: 440525 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 519D41402A2 for ; Tue, 17 Feb 2015 19:40:50 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 66F9895057; Tue, 17 Feb 2015 08:40:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TbCf9FOMESIf; Tue, 17 Feb 2015 08:40:48 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id DD82D95048; Tue, 17 Feb 2015 08:40:47 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 5D9381C28C8 for ; Tue, 17 Feb 2015 08:40:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 5A789322BB for ; Tue, 17 Feb 2015 08:40:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DOuJWrA+bH+h for ; Tue, 17 Feb 2015 08:40:44 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pa0-f49.google.com (mail-pa0-f49.google.com [209.85.220.49]) by silver.osuosl.org (Postfix) with ESMTPS id BCD7331A7B for ; Tue, 17 Feb 2015 08:40:44 +0000 (UTC) Received: by pabrd3 with SMTP id rd3so4762231pab.1 for ; Tue, 17 Feb 2015 00:40:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=25RxcNSZUc4W72+H06jfihSDAvR2gL9d4ibOBo2Xyfk=; b=zyhgcixU/xl8WzlM2qgi2ylmZ9GDPASD5yq8JkH+FwJrkLACtflZLCZY7JwOzsdKXA 3coCFr6iReTgdgdPqKlKGQtg+70un2LQJoKkvFoB6uzOx9GAynaDf3q84u1rqpNOnOXq FKAEgiOuTaR4vCKtD6midh+NkpPoFjcrMBx8dS8xPmieOX6d1aAK7Ni1GFllm24PgCyV 5H570oiKlbdDoCfvAbdj6fm7QO3dctKSAy4u5dbt4xZAS/dcPZQ8xdt1q0+70qU7RGQ0 z+luw0bk9+LTBNd/3Iz/89gaUXOinEmT4TbWxRledfgDYQuoMUaBMyITUx1J9oo8WVAa 0KfA== X-Received: by 10.66.164.66 with SMTP id yo2mr41301173pab.59.1424162444441; Tue, 17 Feb 2015 00:40:44 -0800 (PST) Received: from ld2077.tmt.telital.com ([213.205.6.118]) by mx.google.com with ESMTPSA id z1sm16903996pda.78.2015.02.17.00.40.41 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 Feb 2015 00:40:43 -0800 (PST) From: Fabio Porcedda X-Google-Original-From: Fabio Porcedda To: buildroot@uclibc.org Date: Tue, 17 Feb 2015 09:40:36 +0100 Message-Id: <1424162436-12220-1-git-send-email-Fabio.Porcedda@gmail.com> X-Mailer: git-send-email 2.3.0 Subject: [Buildroot] [PATCH master] imagemagick: use official download site X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Don't use anymore the alternate download site beacause it does not conatins anymore older versions, instead use the official download site because now it contains even the older versions. Signed-off-by: Fabio Porcedda --- package/imagemagick/imagemagick.mk | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package/imagemagick/imagemagick.mk b/package/imagemagick/imagemagick.mk index f78fcd3..ab2b792 100644 --- a/package/imagemagick/imagemagick.mk +++ b/package/imagemagick/imagemagick.mk @@ -6,10 +6,7 @@ IMAGEMAGICK_VERSION = 6.9.0-4 IMAGEMAGICK_SOURCE = ImageMagick-$(IMAGEMAGICK_VERSION).tar.xz -# The official ImageMagick site only keeps the latest versions -# available, which is annoying. Use an alternate site that keeps all -# older versions. -IMAGEMAGICK_SITE = ftp://ftp.nluug.nl/pub/ImageMagick +IMAGEMAGICK_SITE = http://www.imagemagick.org/download/releases IMAGEMAGICK_LICENSE = Apache-2.0 IMAGEMAGICK_LICENSE_FILES = LICENSE