From sunpoet@sunpoet.net  Fri Nov 25 06:58:50 2011
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 92BEE1065670
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 25 Nov 2011 06:58:50 +0000 (UTC)
	(envelope-from sunpoet@sunpoet.net)
Received: from sunpoet.net (sunpoet.net [220.133.12.240])
	by mx1.freebsd.org (Postfix) with ESMTP id 60B6F8FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 25 Nov 2011 06:58:50 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id 71B7E1C0F; Fri, 25 Nov 2011 14:58:26 +0800 (CST)
Message-Id: <20111125065826.71B7E1C0F@sunpoet.net>
Date: Fri, 25 Nov 2011 14:58:26 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: oleg@mamontov.net
Subject: [PATCH] sysutils/p5-Tail-Stat: update to 0.19
X-Send-Pr-Version: 3.113
X-GNATS-Notify: oleg@mamontov.net

>Number:         162869
>Category:       ports
>Synopsis:       [PATCH] sysutils/p5-Tail-Stat: update to 0.19
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 25 07:00:21 UTC 2011
>Closed-Date:    Fri Nov 25 09:56:18 UTC 2011
>Last-Modified:  Fri Nov 25 10:00:19 UTC 2011
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 9.0-RC1 amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 9.0-RC1 FreeBSD 9.0-RC1 #0: Sun Nov  6 07:24:13 CST
>Description:
- Update to 0.19
- Pet portlint

Changes:	http://search.cpan.org/dist/Tail-Stat/Changes

Port maintainer (oleg@mamontov.net) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-Tail-Stat-0.19.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/p5-Tail-Stat/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile	17 Jun 2011 14:44:54 -0000	1.5
+++ Makefile	25 Nov 2011 06:58:32 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Tail-Stat
-PORTVERSION=	0.18
+PORTVERSION=	0.19
 CATEGORIES=	sysutils perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:LONERR
@@ -15,16 +15,19 @@
 MAINTAINER=	oleg@mamontov.net
 COMMENT=	Real-time log statistics server
 
-RUN_DEPENDS=	p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
 		p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \
 		p5-Log-Dispatch>=2.26:${PORTSDIR}/devel/p5-Log-Dispatch \
 		p5-POE>=0:${PORTSDIR}/devel/p5-POE \
 		p5-Pid-File-Flock>=0:${PORTSDIR}/devel/p5-Pid-File-Flock \
 		p5-Sys-Syslog>=0.16:${PORTSDIR}/sysutils/p5-Sys-Syslog \
 		p5-Tie-Hash-Indexed>=0:${PORTSDIR}/devel/p5-Tie-Hash-Indexed
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-LICENSE_COMB=	dual
-LICENSE=	ART10 GPLv1
+TEST_DEPENDS=	p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP
 
 PERL_CONFIGURE=	yes
 
@@ -38,6 +41,7 @@
 		Tail::Stat::Plugin::apache.3 \
 		Tail::Stat::Plugin::clamd.3 \
 		Tail::Stat::Plugin::cvsupd.3 \
+		Tail::Stat::Plugin::icecast.3 \
 		Tail::Stat::Plugin::nginx.3 \
 		Tail::Stat::Plugin::spamd.3
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/sysutils/p5-Tail-Stat/distinfo,v
retrieving revision 1.5
diff -u -u -r1.5 distinfo
--- distinfo	17 Jun 2011 14:44:54 -0000	1.5
+++ distinfo	25 Nov 2011 06:58:32 -0000
@@ -1,2 +1,2 @@
-SHA256 (Tail-Stat-0.18.tar.gz) = fbc35412e2882c60f0ee49498ccded10ae2ce28b869ab4b6d2d457e4e3056fd2
-SIZE (Tail-Stat-0.18.tar.gz) = 130543
+SHA256 (Tail-Stat-0.19.tar.gz) = 045396c6c36bd8b19d3273005dd164a451477d0c314cd4dea3c913139cd1618c
+SIZE (Tail-Stat-0.19.tar.gz) = 136167
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/sysutils/p5-Tail-Stat/pkg-plist,v
retrieving revision 1.3
diff -u -u -r1.3 pkg-plist
--- pkg-plist	28 Feb 2011 21:00:26 -0000	1.3
+++ pkg-plist	25 Nov 2011 06:58:32 -0000
@@ -4,6 +4,7 @@
 %%SITE_PERL%%/Tail/Stat/Plugin/apache.pm
 %%SITE_PERL%%/Tail/Stat/Plugin/clamd.pm
 %%SITE_PERL%%/Tail/Stat/Plugin/cvsupd.pm
+%%SITE_PERL%%/Tail/Stat/Plugin/icecast.pm
 %%SITE_PERL%%/Tail/Stat/Plugin/nginx.pm
 %%SITE_PERL%%/Tail/Stat/Plugin/spamd.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tail/Stat/.packlist
--- p5-Tail-Stat-0.19.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Nov 25 07:00:50 UTC 2011 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162869 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Nov 25 07:00:56 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162869 
Responsible-Changed-From-To: perl->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Fri Nov 25 07:05:14 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: oleg@mamontov.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/162869: [PATCH] sysutils/p5-Tail-Stat: update to 0.19
Date: Fri, 25 Nov 2011 07:00:53 UT

 Maintainer of sysutils/p5-Tail-Stat,
 
 Please note that PR ports/162869 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/162869
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: "Oleg A. Mamontov" <oleg@mamontov.net>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/162869: [PATCH] sysutils/p5-Tail-Stat: update to 0.19
Date: Fri, 25 Nov 2011 11:54:48 +0400

 On Nov 25, 2011, at 11:00 AM, Edwin Groothuis wrote:
 
 > Maintainer of sysutils/p5-Tail-Stat,
 > 
 > Please note that PR ports/162869 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 > 
 > The full text of the PR can be found at:
 >    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/162869
 > 
 > -- 
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
 
 
 approved :)
 
 
 -- 
 Cheers,
 Oleg A. Mamontov
 
 mailto:  oleg@mamontov.net
 
 jabber:  lonerr@charla.mamontov.net
 icq uin: 79-521-617
 cell:    +7-903-798-1352
 
State-Changed-From-To: feedback->closed 
State-Changed-By: sunpoet 
State-Changed-When: Fri Nov 25 09:56:17 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/162869: commit references a PR
Date: Fri, 25 Nov 2011 09:56:24 +0000 (UTC)

 sunpoet     2011-11-25 09:56:10 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/p5-Tail-Stat Makefile distinfo pkg-plist 
   Log:
   - Update to 0.19
   - Pet portlint
   
   Changes:        http://search.cpan.org/dist/Tail-Stat/Changes
   PR:             ports/162869
   Submitted by:   sunpoet (myself)
   Approved by:    Oleg A. Mamontov <oleg@mamontov.net> (maintainer)
   Feature safe:   yes
   
   Revision  Changes    Path
   1.6       +8 -4      ports/sysutils/p5-Tail-Stat/Makefile
   1.6       +2 -2      ports/sysutils/p5-Tail-Stat/distinfo
   1.4       +1 -0      ports/sysutils/p5-Tail-Stat/pkg-plist
 _______________________________________________
 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"
 
>Unformatted:
