Date: Mon, 9 Jun 2014 00:34:49 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357080 - head/net/sqtop Message-ID: <201406090034.s590YnDq055793@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Mon Jun 9 00:34:49 2014 New Revision: 357080 URL: http://svnweb.freebsd.org/changeset/ports/357080 QAT: https://qat.redports.org/buildarchive/r357080/ Log: - 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 Modified: head/net/sqtop/Makefile head/net/sqtop/distinfo head/net/sqtop/pkg-descr Modified: head/net/sqtop/Makefile ============================================================================== --- head/net/sqtop/Makefile Sun Jun 8 23:53:00 2014 (r357079) +++ head/net/sqtop/Makefile Mon Jun 9 00:34:49 2014 (r357080) @@ -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 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 <bsd.port.options.mk> - -.if ! ${PORT_OPTIONS:MNCURSES} -CONFIGURE_ARGS= --disable-ui -.else -USES+= ncurses -.endif +NCURSES_CONFIGURE_ENABLE= ui +NCURSES_USES= ncurses .include <bsd.port.mk> Modified: head/net/sqtop/distinfo ============================================================================== --- head/net/sqtop/distinfo Sun Jun 8 23:53:00 2014 (r357079) +++ head/net/sqtop/distinfo Mon Jun 9 00:34:49 2014 (r357080) @@ -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 Modified: head/net/sqtop/pkg-descr ============================================================================== --- head/net/sqtop/pkg-descr Sun Jun 8 23:53:00 2014 (r357079) +++ head/net/sqtop/pkg-descr Mon Jun 9 00:34:49 2014 (r357080) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406090034.s590YnDq055793>