From kian@alvis.restek.wwu.edu  Sat Mar 17 20:49:58 2007
Return-Path: <kian@alvis.restek.wwu.edu>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 6406216A401
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 17 Mar 2007 20:49:58 +0000 (UTC)
	(envelope-from kian@alvis.restek.wwu.edu)
Received: from alvis.restek.wwu.edu (alvis.restek.wwu.edu [66.165.31.204])
	by mx1.freebsd.org (Postfix) with ESMTP id 42FE713C4BD
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 17 Mar 2007 20:49:58 +0000 (UTC)
	(envelope-from kian@alvis.restek.wwu.edu)
Received: from alvis.restek.wwu.edu (localhost [127.0.0.1])
	by alvis.restek.wwu.edu (8.13.8/8.13.8) with ESMTP id l2HKnvQn030594;
	Sat, 17 Mar 2007 13:49:57 -0700 (PDT)
	(envelope-from kian@alvis.restek.wwu.edu)
Received: (from kian@localhost)
	by alvis.restek.wwu.edu (8.13.8/8.13.8/Submit) id l2HKnvYF030593;
	Sat, 17 Mar 2007 13:49:57 -0700 (PDT)
	(envelope-from kian)
Message-Id: <200703172049.l2HKnvYF030593@alvis.restek.wwu.edu>
Date: Sat, 17 Mar 2007 13:49:57 -0700 (PDT)
From: Kian Mohageri <kian.mohageri@gmail.com>
Reply-To: Kian Mohageri <kian.mohageri@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: kian.mohageri@gmail.com
Subject: IGNORE for pre-6.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         110457
>Category:       ports
>Synopsis:       net-mgmt/nagios-pf-plugin: IGNORE for pre-6.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rafan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 17 20:50:09 GMT 2007
>Closed-Date:    Sun Mar 18 13:39:13 GMT 2007
>Last-Modified:  Sun Mar 18 13:39:13 GMT 2007
>Originator:     Kian Mohageri
>Release:        FreeBSD 6.2-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD alvis.restek.wwu.edu 6.2-RELEASE-p1 FreeBSD 6.2-RELEASE-p1 #0: Thu Feb 15 01:38:23 PST 2007 root@alvis.restek.wwu.edu:/usr/obj/usr/src/sys/ALVIS-SMP i386


	
>Description:
This program requires OpenBSD's strtonum(3) which was imported in 6.1.  IGNORE seemed more fitting than BROKEN, based on the descriptions from the Porter's Handbook.  Change if needed.
>How-To-Repeat:
	
>Fix:

	

--- nagios_pf_plugin.diff begins here ---
diff -ruN --exclude=CVS /usr/ports/net-mgmt/nagios-pf-plugin/Makefile /usr/home/kian/testing/nagios-pf-plugin/Makefile
--- /usr/ports/net-mgmt/nagios-pf-plugin/Makefile	Fri Mar  9 02:11:57 2007
+++ /usr/home/kian/testing/nagios-pf-plugin/Makefile	Sat Mar 17 13:40:06 2007
@@ -8,7 +8,8 @@
 PORTNAME=	nagios-pf-plugin
 PORTVERSION=	0.1
 CATEGORIES=	net-mgmt
-MASTER_SITES=	http://www.zampanosbits.com/check_pf/
+MASTER_SITES=	http://www.zampanosbits.com/check_pf/ \
+		http://restek.wwu.edu/~kian/
 DISTNAME=	check_pf-${PORTVERSION}
 
 MAINTAINER=	kian.mohageri@gmail.com
@@ -22,6 +23,12 @@
 SUB_LIST=	MASTER_SITES=${MASTER_SITES} \
 		NAGIOS_PLUGIN_DIR=${NAGIOS_PLUGIN_DIR}
 
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 601000
+IGNORE=	requires FreeBSD 6.1 or later
+.endif
+
 pre-everything::
 	@${ECHO_MSG} ""
 	@${ECHO_MSG} "You can redefine the following additional variables:"
@@ -44,4 +51,4 @@
 post-install:
 	@${CAT} ${PKGMESSAGE}
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
--- nagios_pf_plugin.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rafan 
Responsible-Changed-By: rafan 
Responsible-Changed-When: Sun Mar 18 05:48:03 UTC 2007 
Responsible-Changed-Why:  
Eat. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=110457 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/110457: commit references a PR
Date: Sun, 18 Mar 2007 13:27:14 +0000 (UTC)

 rafan       2007-03-18 13:27:07 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-mgmt/nagios-pf-plugin Makefile 
     net-mgmt/nagios-pf-plugin/files pkg-message.in 
   Log:
   - Mark IGNORE for FreeBSD pre-6.1: requires strtonum(3)
   - Add backup master site
   - Remove MASTER_SITES from SUB_LIST which does not work properly
     and is not right when there is more than one master sites
   
   PR:             ports/110457
   Submitted by:   Kian Mohageri <kian.mohageri at gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.2       +10 -4     ports/net-mgmt/nagios-pf-plugin/Makefile
   1.2       +1 -1      ports/net-mgmt/nagios-pf-plugin/files/pkg-message.in
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Sun Mar 18 13:39:11 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=110457 
>Unformatted:
