svn commit: r311450 - head/net-mgmt/nagios-pf-plugin

Thomas Abthorpe tabthorpe at FreeBSD.org
Sun Feb 3 04:32:56 UTC 2013


Author: tabthorpe
Date: Sun Feb  3 04:32:55 2013
New Revision: 311450
URL: http://svnweb.freebsd.org/changeset/ports/311450

Log:
  - Reassign to the heap at maintainers request
  - Trim header while I am here

Modified:
  head/net-mgmt/nagios-pf-plugin/Makefile   (contents, props changed)

Modified: head/net-mgmt/nagios-pf-plugin/Makefile
==============================================================================
--- head/net-mgmt/nagios-pf-plugin/Makefile	Sun Feb  3 02:31:02 2013	(r311449)
+++ head/net-mgmt/nagios-pf-plugin/Makefile	Sun Feb  3 04:32:55 2013	(r311450)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	nagios-pf-plugin
-# Date created:		2007-03-08
-# Whom:			Kian Mohageri <kian.mohageri at gmail.com>
-#
+# Created by: Kian Mohageri <kian.mohageri at gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	nagios-pf-plugin
 PORTVERSION=	0.1
@@ -13,7 +9,7 @@ MASTER_SITES=	http://www.zampanosbits.co
 		http://restek.wwu.edu/~kian/
 DISTNAME=	check_pf-${PORTVERSION}
 
-MAINTAINER=	kian.mohageri at gmail.com
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Nagios plugin for checking PF
 
 NAGIOS_PLUGIN_DIR?=	libexec/nagios/


More information about the svn-ports-head mailing list