aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pfstat
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2018-04-09 22:22:55 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2018-04-09 22:22:55 +0000
commit22d48104871788bd43783ad423e6ee6984153ecb (patch)
tree927023f9d75d2048b51959ae3013f77a12ed2089 /sysutils/pfstat
parent34b46f6aa09fd23601d98125fbe6ce6b6396fd6c (diff)
downloadports-22d48104871788bd43783ad423e6ee6984153ecb.tar.gz
ports-22d48104871788bd43783ad423e6ee6984153ecb.zip
sysutils/pfstat: Improve port
- Add license - Update WWW/MASTER_SITES (Former address doesn't exist anymore) - Update dependencies (qa warning) Approved by: araujo (maintainer) Differential Revision: https://reviews.freebsd.org/D15015
Notes
Notes: svn path=/head/; revision=466907
Diffstat (limited to 'sysutils/pfstat')
-rw-r--r--sysutils/pfstat/Makefile16
-rw-r--r--sysutils/pfstat/pkg-descr2
2 files changed, 11 insertions, 7 deletions
diff --git a/sysutils/pfstat/Makefile b/sysutils/pfstat/Makefile
index 775e2185b813..b5e2147dd793 100644
--- a/sysutils/pfstat/Makefile
+++ b/sysutils/pfstat/Makefile
@@ -3,21 +3,25 @@
PORTNAME= pfstat
PORTVERSION= 2.5
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= sysutils net
-MASTER_SITES= http://www.benzedrine.cx/
+MASTER_SITES= https://www.benzedrine.ch/
MAINTAINER= araujo@FreeBSD.org
COMMENT= Utility to render graphical statistics for pf
-LIB_DEPENDS= libgd.so:graphics/gd
+LICENSE= BSD2CLAUSE
-MAKE_ARGS= "LD_GD=gd"
-MAKE_ENV+= __MAKE_CONF=/dev/null
-USES= iconv
+LIB_DEPENDS= libgd.so:graphics/gd \
+ libpng.so:graphics/png
+
+USES= iconv jpeg
USE_RC_SUBR= pfstatd
+MAKE_ARGS= "LD_GD=gd"
+MAKE_ENV+= __MAKE_CONF=/dev/null
+
PLIST_FILES= bin/pfstat \
bin/pfstatd \
man/man8/pfstat.8.gz \
diff --git a/sysutils/pfstat/pkg-descr b/sysutils/pfstat/pkg-descr
index 453fe7777e37..7412dfa9ba47 100644
--- a/sysutils/pfstat/pkg-descr
+++ b/sysutils/pfstat/pkg-descr
@@ -2,4 +2,4 @@ Pfstat is a small utility that collects packet filter (security/pf) statistics
and produces graphs like mrtg or alike. Samples can be found at the website
below.
-WWW: http://www.benzedrine.cx/pfstat.html
+WWW: https://www.benzedrine.ch/pfstat.html