mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 0.2.8
- Cleanup Makefile header - Remove outdated PERL_LEVEL check Changes: http://search.cpan.org/dist/Monitor-Simple/ChangeLog
This commit is contained in:
parent
3e88828339
commit
d6ca7095a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320778
@ -1,12 +1,8 @@
|
||||
# New ports collection makefile for: p5-Monitor-Simple
|
||||
# Date created: 2011-10-25
|
||||
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
#
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Monitor-Simple
|
||||
PORTVERSION= 0.2.5
|
||||
PORTVERSION= 0.2.8
|
||||
CATEGORIES= sysutils perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -22,15 +18,9 @@ BUILD_DEPENDS= p5-IO-CaptureOutput>=0:${PORTSDIR}/devel/p5-IO-CaptureOutput \
|
||||
p5-Parallel-ForkManager>=0:${PORTSDIR}/devel/p5-Parallel-ForkManager \
|
||||
p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
RUN_DEPENDS= p5-IO-CaptureOutput>=0:${PORTSDIR}/devel/p5-IO-CaptureOutput \
|
||||
p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl \
|
||||
p5-Parallel-ForkManager>=0:${PORTSDIR}/devel/p5-Parallel-ForkManager \
|
||||
p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
|
||||
p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which \
|
||||
p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires
|
||||
p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
@ -43,11 +33,4 @@ MAN3= Monitor::Simple.3 \
|
||||
Monitor::Simple::UserAgent.3 \
|
||||
Monitor::Simple::Utils.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501001
|
||||
BUILD_DEPENDS+= p5-Getopt-Long>=2.38:${PORTSDIR}/devel/p5-Getopt-Long
|
||||
RUN_DEPENDS+= p5-Getopt-Long>=2.38:${PORTSDIR}/devel/p5-Getopt-Long
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Monitor-Simple-0.2.5.tar.gz) = 641bbd80432137f338d4e837c9ccbda5b7aa0423ada8c826e44bd0f9eaa90e73
|
||||
SIZE (Monitor-Simple-0.2.5.tar.gz) = 80065
|
||||
SHA256 (Monitor-Simple-0.2.8.tar.gz) = e38607dc76d36cef8de0d18fd4879f9b2444b6b3e3c098ac3ce99db3d1842b3b
|
||||
SIZE (Monitor-Simple-0.2.8.tar.gz) = 82562
|
||||
|
@ -7,6 +7,7 @@ bin/smonitor
|
||||
%%SITE_PERL%%/Monitor/Simple/UserAgent.pm
|
||||
%%SITE_PERL%%/Monitor/Simple/Utils.pm
|
||||
%%SITE_PERL%%/Monitor/Simple/configs/bad-config.cfg
|
||||
%%SITE_PERL%%/Monitor/Simple/configs/cbrc-apps-monitor-on-baloo.xml
|
||||
%%SITE_PERL%%/Monitor/Simple/configs/erroneous-monitor-cfg.xml
|
||||
%%SITE_PERL%%/Monitor/Simple/configs/monitor-default.css
|
||||
%%SITE_PERL%%/Monitor/Simple/configs/monitor-simple-cfg.xml.template
|
||||
@ -17,6 +18,7 @@ bin/smonitor
|
||||
%%SITE_PERL%%/Monitor/Simple/notifiers/send-email-via-ssh
|
||||
%%SITE_PERL%%/Monitor/Simple/plugins/born-to-be-killed.pl
|
||||
%%SITE_PERL%%/Monitor/Simple/plugins/check-get.pl
|
||||
%%SITE_PERL%%/Monitor/Simple/plugins/check_mem2.pl
|
||||
%%SITE_PERL%%/Monitor/Simple/plugins/check-post.pl
|
||||
%%SITE_PERL%%/Monitor/Simple/plugins/check-prg.pl
|
||||
%%SITE_PERL%%/Monitor/Simple/plugins/check-url.pl
|
||||
|
Loading…
Reference in New Issue
Block a user