diff options
author | obache <obache> | 2010-03-30 11:17:45 +0000 |
---|---|---|
committer | obache <obache> | 2010-03-30 11:17:45 +0000 |
commit | 3c03503c853f7af5da406626d1a5e4668780be0a (patch) | |
tree | ba4d6227c58fc2ae12f525be54cdb477a0b23184 /net/nload | |
parent | 0d5bc568716323a2ad56d238444fb1394d2e7e10 (diff) | |
download | pkgsrc-3c03503c853f7af5da406626d1a5e4668780be0a.tar.gz |
Update nload to 0.7.2.
While here, set LICENSE=gnu-gpl-v2.
2008-06-28 Roland Riegel <feedback@roland-riegel.de>
* Really fix compilation with g++ 4.3
2008-02-27 Roland Riegel <feedback@roland-riegel.de>
* If devices are given on the command line, display only these
* Use --sysconfdir as given to configure
Diffstat (limited to 'net/nload')
-rw-r--r-- | net/nload/Makefile | 7 | ||||
-rw-r--r-- | net/nload/distinfo | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net/nload/Makefile b/net/nload/Makefile index 79075dabc16..af12e4cbdf5 100644 --- a/net/nload/Makefile +++ b/net/nload/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.3 2008/04/19 10:57:34 obache Exp $ +# $NetBSD: Makefile,v 1.4 2010/03/30 11:17:45 obache Exp $ # -DISTNAME= nload-0.7.0 +DISTNAME= nload-0.7.2 CATEGORIES= net sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nload/} MAINTAINER= bartosz.kuzma@gmail.com HOMEPAGE= http://www.roland-riegel.de/nload/ COMMENT= Monitoring network traffic and bandwidth usage +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir @@ -15,5 +16,7 @@ USE_LANGUAGES= c c++ MANCOMPRESSED= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} + .include "../../devel/ncurses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/nload/distinfo b/net/nload/distinfo index a4744c1879f..8038a7089a3 100644 --- a/net/nload/distinfo +++ b/net/nload/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2008/04/19 10:57:34 obache Exp $ +$NetBSD: distinfo,v 1.4 2010/03/30 11:17:45 obache Exp $ -SHA1 (nload-0.7.0.tar.gz) = 6717fff8488efd617cbd2b4f16650c0ac1f5edf4 -RMD160 (nload-0.7.0.tar.gz) = da05bed97cf4cf83765103e17fd87ac4b1c1b942 -Size (nload-0.7.0.tar.gz) = 144214 bytes +SHA1 (nload-0.7.2.tar.gz) = fe1f6e93a9233b55a61580a23e94edc965583fa3 +RMD160 (nload-0.7.2.tar.gz) = e4e7cee98de4b83106998f4552f4e1e0071f61f4 +Size (nload-0.7.2.tar.gz) = 145262 bytes SHA1 (patch-aa) = 1551e7059eb0ebde05ed8cdc561099192d048503 SHA1 (patch-ac) = d45ade6c24dce6444badf408a3aeb09f28fe80b4 |