From nobody@FreeBSD.org  Wed Oct 18 20:12:12 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EDEEA16A4DD
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 18 Oct 2006 20:12:11 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3C83043DC1
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 18 Oct 2006 20:11:41 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k9IKBfem068365
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 18 Oct 2006 20:11:41 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k9IKBfrn068364;
	Wed, 18 Oct 2006 20:11:41 GMT
	(envelope-from nobody)
Message-Id: <200610182011.k9IKBfrn068364@www.freebsd.org>
Date: Wed, 18 Oct 2006 20:11:41 GMT
From: Artful<artful-freebsd@artful2099.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Port Update: Bump version.
X-Send-Pr-Version: www-3.0

>Number:         104550
>Category:       ports
>Synopsis:       net-mgmt/p5-Nagios-Plugin: Port Update: Bump version.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 18 20:20:21 GMT 2006
>Closed-Date:    Fri Nov 10 08:14:49 GMT 2006
>Last-Modified:  Fri Nov 10 08:14:49 GMT 2006
>Originator:     Artful
>Release:        6.0-SECURITY
>Organization:
>Environment:
FreeBSD xxx.xxx 6.0-SECURITY FreeBSD 6.0-SECURITY #0: Tue Apr 18 08:56:09 UTC 2006     root@builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
The p5-Nagios-Plugin port is behind.  The new version is 0.14 and provides more functionality than the version currently in the ports tree.
>How-To-Repeat:

>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#   p5-Nagios-Plugin
#   p5-Nagios-Plugin/Makefile
#   p5-Nagios-Plugin/distinfo
#   p5-Nagios-Plugin/pkg-descr
#   p5-Nagios-Plugin/pkg-plist
#
echo c - p5-Nagios-Plugin
mkdir -p p5-Nagios-Plugin > /dev/null 2>&1
echo x - p5-Nagios-Plugin/Makefile
sed 's/^X//' >p5-Nagios-Plugin/Makefile << 'END-of-p5-Nagios-Plugin/Makefile'
X# New ports collection makefile for:   p5-Nagios-Plugin
X# Date created:                13 08 2006
X# Whom:                    Gerrit Beine <gerrit.beine@gmx.de>
X#
X# $FreeBSD: ports/net-mgmt/p5-Nagios-Plugin/Makefile,v 1.1 2006/08/24 11:13:51 miwi Exp $
X#
X
XPORTNAME=      Nagios-Plugin
XPORTVERSION=       0.14
XCATEGORIES=        net-mgmt perl5
XMASTER_SITES=      ${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=    ../../authors/id/T/TO/TONVOON
XPKGNAMEPREFIX=     p5-
X
XMAINTAINER=        gerrit.beine@gmx.de
XCOMMENT=       Object oriented helper routines for Nagios plugin
X
XPERL_CONFIGURE=        yes
X
XMAN3=          Nagios::Plugin.3 \
X           Nagios::Plugin::Base.3 \
X           Nagios::Plugin::Performance.3 \
X           Nagios::Plugin::Range.3 \
X           Nagios::Plugin::Threshold.3 \
X
X.include <bsd.port.pre.mk>
X
X.if ${OSVERSION} < 500000
XBROKEN=        This port requires FreeBSD 5-STABLE.
X.endif
X
X.if !defined(NOPORTDOCS)
XPORTDOCS=  Changes README
X
Xpost-install:
X   @${MKDIR} ${DOCSDIR}
X   @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
X   @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-Nagios-Plugin/Makefile
echo x - p5-Nagios-Plugin/distinfo
sed 's/^X//' >p5-Nagios-Plugin/distinfo << 'END-of-p5-Nagios-Plugin/distinfo'
XMD5 (Nagios-Plugin-0.14.tar.gz) = d651b734107c25bb7c2cc055c90f425a
XSHA256 (Nagios-Plugin-0.14.tar.gz) = 2b05ae14f69341ae59e9d0ec4cdc7b9e6986b42b7fb09c54b6150a3d0b3845a2
XSIZE (Nagios-Plugin-0.14.tar.gz) = 26210
END-of-p5-Nagios-Plugin/distinfo
echo x - p5-Nagios-Plugin/pkg-descr
sed 's/^X//' >p5-Nagios-Plugin/pkg-descr << 'END-of-p5-Nagios-Plugin/pkg-descr'
XObject oriented helper routines for your Nagios plugin:
X
XThis is the place for common routines when writing Nagios plugins. The idea is
Xto make it as easy as possible for developers to conform to the plugin
Xguidelines (http://nagiosplug.sourceforge.net/developer-guidelines.html).
X
XWWW: http://search.cpan.org/dist/Nagios-Plugins/
END-of-p5-Nagios-Plugin/pkg-descr
echo x - p5-Nagios-Plugin/pkg-plist
sed 's/^X//' >p5-Nagios-Plugin/pkg-plist << 'END-of-p5-Nagios-Plugin/pkg-plist'
X%%SITE_PERL%%/Nagios/Plugin.pm
X%%SITE_PERL%%/Nagios/Plugin/Base.pm
X%%SITE_PERL%%/Nagios/Plugin/Performance.pm
X%%SITE_PERL%%/Nagios/Plugin/Range.pm
X%%SITE_PERL%%/Nagios/Plugin/Threshold.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Nagios/Plugin/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Nagios/Plugin
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Nagios
X@dirrm %%SITE_PERL%%/Nagios/Plugin
X@dirrmtry %%SITE_PERL%%/Nagios
END-of-p5-Nagios-Plugin/pkg-plist
exit
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: shaun 
State-Changed-When: Thu Oct 19 01:27:44 UTC 2006 
State-Changed-Why:  
Would you mind providing this update as a unified diff (diff -urN)? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104550 
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Nov 10 08:14:48 UTC 2006 
State-Changed-Why:  
is ready in the ports. Thank you for your submission 

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