From patchwork Wed Nov 4 13:40:38 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rodrigo Rebello X-Patchwork-Id: 539933 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 44FEE1409F8 for ; Thu, 5 Nov 2015 00:41:40 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=bsU9oT1o; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 791B68799D; Wed, 4 Nov 2015 13:41:39 +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 iR8JgCUlX+Os; Wed, 4 Nov 2015 13:41:39 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id E8E8B869A0; Wed, 4 Nov 2015 13:41:38 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id F3A9B1C04BE for ; Wed, 4 Nov 2015 13:41:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id EEA8E30758 for ; Wed, 4 Nov 2015 13:41:36 +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 q0xKi0-5WYTN for ; Wed, 4 Nov 2015 13:41:36 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-qg0-f44.google.com (mail-qg0-f44.google.com [209.85.192.44]) by silver.osuosl.org (Postfix) with ESMTPS id 1ABB52F610 for ; Wed, 4 Nov 2015 13:41:36 +0000 (UTC) Received: by qgbb65 with SMTP id b65so39864025qgb.2 for ; Wed, 04 Nov 2015 05:41:35 -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=qQBvQ/Akqn/8YYTLnBGXz0+uUCxf2E7SlfWdgW/OQLs=; b=bsU9oT1opyxbGEfx8B91gGJ6TLVMFvZvkGSK57+fWVoQYQTbWWs/XjX86eYLOcY2uY vfNaMFCClauQDFYOOdBfjgJuCuuiwfsDsUy1eOML89Lg9PFEL+WTRfiXHDHE/d7ahkdo Nm02dEtU9zPZiPJpbt3vgnSgamP4hOhQKS69CDtiJ443WxrYBcy/t5Y0qx3orjlzl10V IsHy6yu3elkd/8RdlESd+HP2lVJh84NTwTeV2ZScKFMXBTyd4KZEmIJEaTKsFbyQv8M1 t+PwiCsapOos7mp+84pFV2+2aAV9VKXAEM/aulDzch8Mjkpv4A8h+sEnoAWHejph3FSU Jd0g== X-Received: by 10.140.17.8 with SMTP id 8mr1476561qgc.80.1446644495162; Wed, 04 Nov 2015 05:41:35 -0800 (PST) Received: from PKL1114.parks.local (pkproxy.parks.com.br. [186.227.188.5]) by smtp.gmail.com with ESMTPSA id 50sm326040qgy.20.2015.11.04.05.41.33 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 04 Nov 2015 05:41:34 -0800 (PST) From: Rodrigo Rebello To: buildroot@buildroot.org Date: Wed, 4 Nov 2015 11:40:38 -0200 Message-Id: <1446644438-18173-1-git-send-email-rprebello@gmail.com> X-Mailer: git-send-email 2.1.4 Cc: Rodrigo Rebello Subject: [Buildroot] [PATCH 1/1] irssi: change IRSSI_SITE back to original url 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" The official site is now back online. Signed-off-by: Rodrigo Rebello --- package/irssi/irssi.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package/irssi/irssi.mk b/package/irssi/irssi.mk index 6857a11..2207daf 100644 --- a/package/irssi/irssi.mk +++ b/package/irssi/irssi.mk @@ -6,9 +6,7 @@ IRSSI_VERSION = 0.8.17 IRSSI_SOURCE = irssi-$(IRSSI_VERSION).tar.bz2 -# Official web site is down -# IRSSI_SITE = http://irssi.org/files -IRSSI_SITE = http://pkgs.fedoraproject.org/repo/pkgs/irssi/$(IRSSI_SOURCE)/ecf64be47978d89a742b435a81cb47db +IRSSI_SITE = http://irssi.org/files IRSSI_LICENSE = GPLv2+ IRSSI_LICENSE_FILES = COPYING IRSSI_DEPENDENCIES = host-pkgconf libglib2 ncurses