ports/162869: [PATCH] sysutils/p5-Tail-Stat: update to 0.19
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Nov 25 07:00:24 UTC 2011
>Number: 162869
>Category: ports
>Synopsis: [PATCH] sysutils/p5-Tail-Stat: update to 0.19
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Fri Nov 25 07:00:21 UTC 2011
>Closed-Date:
>Last-Modified:
>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 at 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 at 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:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list