From patchwork Wed Apr 24 22:57:04 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gilles Talis X-Patchwork-Id: 239331 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 39B442C0103 for ; Thu, 25 Apr 2013 08:57:33 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 1DE5C10BA4F; Wed, 24 Apr 2013 22:57:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id c+cD9spxcFZl; Wed, 24 Apr 2013 22:57:11 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 0214F10BA3C; Wed, 24 Apr 2013 22:57:11 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 9FEEA8F75E for ; Wed, 24 Apr 2013 22:57:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id EF73F8D2B2 for ; Wed, 24 Apr 2013 22:57:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yGDCFYfIK9TM for ; Wed, 24 Apr 2013 22:57:27 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pd0-f173.google.com (mail-pd0-f173.google.com [209.85.192.173]) by whitealder.osuosl.org (Postfix) with ESMTPS id 50EEE8D2AC for ; Wed, 24 Apr 2013 22:57:27 +0000 (UTC) Received: by mail-pd0-f173.google.com with SMTP id v14so86011pde.18 for ; Wed, 24 Apr 2013 15:57:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer; bh=tvL3vxKTGo8jCkMfZacPi4vsIK8DFqiUKr2lTGORBVA=; b=XzjlPIe9LdeycNTIWQoya9UhBYnVUxQ6p9pKZJbT0WuhCKNRi3FyKCvgg92Y0jxf45 UCoDnRiwQ5zaamVQ0or6A+Vo6oryzU8PTsx/EFMnbfX9X/Ea+QhVJhn/LKvWs7Z+qW67 ZT/XXaXr61sQHh14ou1Xwcp9tmzVEuKVSC/P2aWwHFmwTkPZ7BZZfryIrps7EUccJpqo 1kIYiwUm9AXTp+xuEPQCiOaLIB7oGIE/S+MQ31pv8TFkRJH2031lDePjcO06o3f2q2LY 3ffPsBPeJgg3XH07pilbrx6HOjulqVa6bCom6S2QzI7N38Bf6sP9oTRK16qaDiv7osxi tujQ== X-Received: by 10.68.99.163 with SMTP id er3mr50485985pbb.36.1366844246792; Wed, 24 Apr 2013 15:57:26 -0700 (PDT) Received: from localhost.localdomain ([72.166.5.70]) by mx.google.com with ESMTPSA id tx9sm4629488pbc.27.2013.04.24.15.57.25 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 24 Apr 2013 15:57:26 -0700 (PDT) From: Gilles Talis To: buildroot@busybox.net Date: Wed, 24 Apr 2013 15:57:04 -0700 Message-Id: <1366844224-14348-1-git-send-email-gilles.talis@gmail.com> X-Mailer: git-send-email 1.7.4.1 Subject: [Buildroot] [PATCH] htop: bump to version 1.0.2 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net Also add license information Signed-off-by: Gilles Talis --- package/htop/htop.mk | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/package/htop/htop.mk b/package/htop/htop.mk index e7061bb..fd78662 100644 --- a/package/htop/htop.mk +++ b/package/htop/htop.mk @@ -4,11 +4,13 @@ # ############################################################# -HTOP_VERSION = 1.0.1 +HTOP_VERSION = 1.0.2 HTOP_SITE = http://downloads.sourceforge.net/project/htop/htop/$(HTOP_VERSION) HTOP_DEPENDENCIES = ncurses HTOP_AUTORECONF = YES HTOP_CONF_OPT = --disable-unicode HTOP_CONF_ENV = ac_cv_file__proc_stat=yes ac_cv_file__proc_meminfo=yes +HTOP_LICENSE = GPLv2 +HTOP_LICENSE_FILES = COPYING $(eval $(autotools-package))