From 4c946cb3bbdb379e1cfb1639888265592dec9c46 Mon Sep 17 00:00:00 2001 From: Danilo Egea Gondolfo Date: Mon, 9 Jun 2014 00:34:49 +0000 Subject: [PATCH] - Update from 2011-11-01 to 2013-12-17 - Convert USE_BZIP2 to USES - Improve WWW while here - Use options helpers PR: ports/190809 Submitted by: coco@executive-computing.de --- net/sqtop/Makefile | 13 ++++--------- net/sqtop/distinfo | 4 ++-- net/sqtop/pkg-descr | 2 +- 3 files changed, 7 insertions(+), 12 deletions(-) diff --git a/net/sqtop/Makefile b/net/sqtop/Makefile index e7e9f6886efc..4ea92a26461e 100644 --- a/net/sqtop/Makefile +++ b/net/sqtop/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sqtop -DISTVERSION= 2011-11-01 +DISTVERSION= 2013-12-17 CATEGORIES= net MASTER_SITES= GOOGLE_CODE @@ -11,7 +11,7 @@ COMMENT= Console-based display of Squid proxy connections LICENSE= GPLv2 -USE_BZIP2= yes +USES= tar:bzip2 PLIST_FILES= bin/sqtop \ man/man1/sqtop.1.gz @@ -21,12 +21,7 @@ GNU_CONFIGURE= yes OPTIONS_DEFINE= NCURSES OPTIONS_DEFAULT= NCURSES -.include - -.if ! ${PORT_OPTIONS:MNCURSES} -CONFIGURE_ARGS= --disable-ui -.else -USES+= ncurses -.endif +NCURSES_CONFIGURE_ENABLE= ui +NCURSES_USES= ncurses .include diff --git a/net/sqtop/distinfo b/net/sqtop/distinfo index e83aefeb333c..17e71e866e1d 100644 --- a/net/sqtop/distinfo +++ b/net/sqtop/distinfo @@ -1,2 +1,2 @@ -SHA256 (sqtop-2011-11-01.tar.bz2) = 1823efeab99c118c707362a82053802d089a18a0940fd2a0da19b123e4b2d0e2 -SIZE (sqtop-2011-11-01.tar.bz2) = 116110 +SHA256 (sqtop-2013-12-17.tar.bz2) = dac5defbefd68cc88577c7a15531340d33adbcc277bd4cdf04af72b2d92fabc6 +SIZE (sqtop-2013-12-17.tar.bz2) = 117247 diff --git a/net/sqtop/pkg-descr b/net/sqtop/pkg-descr index 4bbf6cddfd74..bb4d48391e55 100644 --- a/net/sqtop/pkg-descr +++ b/net/sqtop/pkg-descr @@ -1,4 +1,4 @@ sqtop is a console applicaton to display information about currently active client connections for a Squid proxy in a convenient way. -WWW: http://code.google.com/p/sqtop/ +WWW: http://code.google.com/p/sqtop/