diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-10-23 05:55:51 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-10-23 05:55:51 +0000 |
commit | a0abbbdb085d1da201e21b8971facc318c933efb (patch) | |
tree | a934171da6db3e1efde4c3338c8b9ad75b6bb8f3 /net/sqtop | |
parent | dc4349ca99d32ba7e5159895fb8db6e656c7598d (diff) | |
download | ports-a0abbbdb085d1da201e21b8971facc318c933efb.tar.gz ports-a0abbbdb085d1da201e21b8971facc318c933efb.zip |
Notes
Diffstat (limited to 'net/sqtop')
-rw-r--r-- | net/sqtop/Makefile | 11 | ||||
-rw-r--r-- | net/sqtop/distinfo | 6 |
2 files changed, 9 insertions, 8 deletions
diff --git a/net/sqtop/Makefile b/net/sqtop/Makefile index 3be0b9a775d8..97da5f4751ad 100644 --- a/net/sqtop/Makefile +++ b/net/sqtop/Makefile @@ -6,13 +6,15 @@ # PORTNAME= sqtop -DISTVERSION= 2010-06-03 +DISTVERSION= 2010-10-07 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= GOOGLE_CODE MAINTAINER= coco@executive-computing.de COMMENT= Console-based display of Squid proxy connections +LICENSE= GPLv2 + USE_BZIP2= yes PLIST_FILES= bin/sqtop @@ -26,8 +28,7 @@ OPTIONS= NCURSES "Enable ncurses user interface" On .include <bsd.port.options.mk> .if defined(WITHOUT_NCURSES) -CONFIGURE_ARGS+= --disable-ui +CONFIGURE_ARGS= --disable-ui .endif -.include <bsd.port.pre.mk> -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/net/sqtop/distinfo b/net/sqtop/distinfo index 7694afed4891..f4cf696eb039 100644 --- a/net/sqtop/distinfo +++ b/net/sqtop/distinfo @@ -1,3 +1,3 @@ -MD5 (sqtop-2010-06-03.tar.bz2) = 6fc6129e239e8fa3ee6b54c624f472dd -SHA256 (sqtop-2010-06-03.tar.bz2) = f50707ff55bdc773014337e27b242cf8198320b3546dc990622abdf7134db319 -SIZE (sqtop-2010-06-03.tar.bz2) = 86541 +MD5 (sqtop-2010-10-07.tar.bz2) = 2c6cca5e2a5d77e100d6f318085f412a +SHA256 (sqtop-2010-10-07.tar.bz2) = 0c3b1ae5daca128ffad6890088a4461c4624c624daef968a96411c42d0afaf63 +SIZE (sqtop-2010-10-07.tar.bz2) = 86778 |