Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jul 2013 02:08:05 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322211 - in head/sysutils: pfstat pftop
Message-ID:  <201307030208.r632857G076067@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Jul  3 02:08:05 2013
New Revision: 322211
URL: http://svnweb.freebsd.org/changeset/ports/322211

Log:
  mlaier's bit has been taken in for safekeeping.

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

Modified: head/sysutils/pfstat/Makefile
==============================================================================
--- head/sysutils/pfstat/Makefile	Tue Jul  2 22:59:11 2013	(r322210)
+++ head/sysutils/pfstat/Makefile	Wed Jul  3 02:08:05 2013	(r322211)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	pfstat
-# Date created:		10 October 2003
-# Whom:			Max Laier <max@love2party.net>
-#
+# Created by: Max Laier <max@love2party.net>
 # $FreeBSD$
-#
 
 PORTNAME=	pfstat
 PORTVERSION=	2.4
@@ -11,7 +7,7 @@ PORTREVISION=	5
 CATEGORIES=	sysutils net
 MASTER_SITES=	http://www.benzedrine.cx/
 
-MAINTAINER=	mlaier@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Utility to render graphical statistics for pf
 
 LIB_DEPENDS=	gd.4:${PORTSDIR}/graphics/gd

Modified: head/sysutils/pfstat/pkg-descr
==============================================================================
--- head/sysutils/pfstat/pkg-descr	Tue Jul  2 22:59:11 2013	(r322210)
+++ head/sysutils/pfstat/pkg-descr	Wed Jul  3 02:08:05 2013	(r322211)
@@ -3,5 +3,3 @@ and produces graphs like mrtg or alike. 
 below.
 
 WWW: http://www.benzedrine.cx/pfstat.html
-
--Max <max@love2party.net>

Modified: head/sysutils/pftop/Makefile
==============================================================================
--- head/sysutils/pftop/Makefile	Tue Jul  2 22:59:11 2013	(r322210)
+++ head/sysutils/pftop/Makefile	Wed Jul  3 02:08:05 2013	(r322211)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	pfflowd
-# Date created:		23 June 2003
-# Whom:			Max Laier <max@love2party.net>
-#
+# Created by: Max Laier <max@love2party.net>
 # $FreeBSD$
-#
 
 PORTNAME=	pftop
 PORTVERSION=	0.7
@@ -11,7 +7,7 @@ PORTREVISION=	2
 CATEGORIES=	sysutils net
 MASTER_SITES=	http://www.eee.metu.edu.tr/~canacar/
 
-MAINTAINER=	mlaier@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Utility for real-time display of statistics for pf
 
 MAN8=		pftop.8
@@ -20,10 +16,7 @@ MANCOMPRESSED=	no
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 700049
-MAKE_ARGS=	LOCALBASE="${PREFIX}" OSLEVEL=37
-CFLAGS+=	-DHAVE_ALTQ=1
-.elif ${OSVERSION} < 900039
+.if ${OSVERSION} < 900039
 MAKE_ARGS=	LOCALBASE="${PREFIX}" OSLEVEL=41
 CFLAGS+=	-DHAVE_ALTQ=1
 .else

Modified: head/sysutils/pftop/pkg-descr
==============================================================================
--- head/sysutils/pftop/pkg-descr	Tue Jul  2 22:59:11 2013	(r322210)
+++ head/sysutils/pftop/pkg-descr	Wed Jul  3 02:08:05 2013	(r322211)
@@ -1,6 +1,4 @@
-"Pftop is a small, curses-based utility for real-time display of active
-states and rule statistics for pf, the packet filter (for OpenBSD)"
+Pftop is a small, curses-based utility for real-time display of active
+states and rule statistics for pf, the packet filter (for OpenBSD)
 
 WWW: http://www.eee.metu.edu.tr/~canacar/pftop/
-
--Max <max@love2party.net>



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