mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- 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
This commit is contained in:
parent
a7fc988684
commit
4c946cb3bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357080
3 changed files with 7 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= sqtop
|
PORTNAME= sqtop
|
||||||
DISTVERSION= 2011-11-01
|
DISTVERSION= 2013-12-17
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= GOOGLE_CODE
|
MASTER_SITES= GOOGLE_CODE
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ COMMENT= Console-based display of Squid proxy connections
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USES= tar:bzip2
|
||||||
|
|
||||||
PLIST_FILES= bin/sqtop \
|
PLIST_FILES= bin/sqtop \
|
||||||
man/man1/sqtop.1.gz
|
man/man1/sqtop.1.gz
|
||||||
|
@ -21,12 +21,7 @@ GNU_CONFIGURE= yes
|
||||||
OPTIONS_DEFINE= NCURSES
|
OPTIONS_DEFINE= NCURSES
|
||||||
OPTIONS_DEFAULT= NCURSES
|
OPTIONS_DEFAULT= NCURSES
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
NCURSES_CONFIGURE_ENABLE= ui
|
||||||
|
NCURSES_USES= ncurses
|
||||||
.if ! ${PORT_OPTIONS:MNCURSES}
|
|
||||||
CONFIGURE_ARGS= --disable-ui
|
|
||||||
.else
|
|
||||||
USES+= ncurses
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (sqtop-2011-11-01.tar.bz2) = 1823efeab99c118c707362a82053802d089a18a0940fd2a0da19b123e4b2d0e2
|
SHA256 (sqtop-2013-12-17.tar.bz2) = dac5defbefd68cc88577c7a15531340d33adbcc277bd4cdf04af72b2d92fabc6
|
||||||
SIZE (sqtop-2011-11-01.tar.bz2) = 116110
|
SIZE (sqtop-2013-12-17.tar.bz2) = 117247
|
||||||
|
|
Loading…
Add table
Reference in a new issue