Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Apr 2018 22:22:55 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r466907 - head/sysutils/pfstat
Message-ID:  <201804092222.w39MMtiu007183@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Mon Apr  9 22:22:55 2018
New Revision: 466907
URL: https://svnweb.freebsd.org/changeset/ports/466907

Log:
  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

Modified:
  head/sysutils/pfstat/Makefile
  head/sysutils/pfstat/pkg-descr

Modified: head/sysutils/pfstat/Makefile
==============================================================================
--- head/sysutils/pfstat/Makefile	Mon Apr  9 22:20:09 2018	(r466906)
+++ head/sysutils/pfstat/Makefile	Mon Apr  9 22:22:55 2018	(r466907)
@@ -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
 
-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 \

Modified: head/sysutils/pfstat/pkg-descr
==============================================================================
--- head/sysutils/pfstat/pkg-descr	Mon Apr  9 22:20:09 2018	(r466906)
+++ head/sysutils/pfstat/pkg-descr	Mon Apr  9 22:22:55 2018	(r466907)
@@ -2,4 +2,4 @@ Pfstat is a small utility that collects packet filter 
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804092222.w39MMtiu007183>