From 22d48104871788bd43783ad423e6ee6984153ecb Mon Sep 17 00:00:00 2001 From: "Danilo G. Baio" Date: Mon, 9 Apr 2018 22:22:55 +0000 Subject: [PATCH] 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 --- sysutils/pfstat/Makefile | 16 ++++++++++------ sysutils/pfstat/pkg-descr | 2 +- 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,20 +3,24 @@ 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 + +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 -USES= iconv - -USE_RC_SUBR= pfstatd PLIST_FILES= bin/pfstat \ bin/pfstatd \ 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