aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-10-05 06:06:03 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-10-05 06:06:03 +0000
commite58e02f369c657fa67b158bf1ebf40a85fb66e21 (patch)
treefeb13630472ad342c604e31e1b4c7c6967249273
parent29b23a75cf3ff8be9b06610eb748404dd06ad0e2 (diff)
downloadports-e58e02f369c657fa67b158bf1ebf40a85fb66e21.tar.gz
ports-e58e02f369c657fa67b158bf1ebf40a85fb66e21.zip
- Update to 0.80
- Remove leading indefinite article from COMMENT - Add LICENSE - Add TEST_DEPENDS - Support STAGEDIR Changes: http://search.cpan.org/dist/Log-Handler/ChangeLog
Notes
Notes: svn path=/head/; revision=329418
-rw-r--r--devel/p5-Log-Handler/Makefile27
-rw-r--r--devel/p5-Log-Handler/distinfo4
-rw-r--r--devel/p5-Log-Handler/pkg-plist16
3 files changed, 25 insertions, 22 deletions
diff --git a/devel/p5-Log-Handler/Makefile b/devel/p5-Log-Handler/Makefile
index cba6ba0e0366..23c2a61c89b1 100644
--- a/devel/p5-Log-Handler/Makefile
+++ b/devel/p5-Log-Handler/Makefile
@@ -2,36 +2,23 @@
# $FreeBSD$
PORTNAME= Log-Handler
-PORTVERSION= 0.79
+PORTVERSION= 0.80
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
-COMMENT= An object-oriented handler for logging, tracing, and debugging in Perl
+COMMENT= Object-oriented handler for logging, tracing, and debugging in Perl
+
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
BUILD_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate
RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
+ p5-Email-Date>=0:${PORTSDIR}/mail/p5-Email-Date
USES= perl5
USE_PERL5= configure
-MAN3= Log::Handler.3 \
- Log::Handler::Config.3 \
- Log::Handler::Examples.3 \
- Log::Handler::Levels.3 \
- Log::Handler::Output.3 \
- Log::Handler::Output::DBI.3 \
- Log::Handler::Output::Email.3 \
- Log::Handler::Output::File.3 \
- Log::Handler::Output::Forward.3 \
- Log::Handler::Output::Screen.3 \
- Log::Handler::Output::Sendmail.3 \
- Log::Handler::Output::Socket.3 \
- Log::Handler::Pattern.3 \
- Log::Handler::Plugin::Config::General.3 \
- Log::Handler::Plugin::Config::Properties.3 \
- Log::Handler::Plugin::YAML.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Log-Handler/distinfo b/devel/p5-Log-Handler/distinfo
index c592afbd8c18..d7e6c1f82373 100644
--- a/devel/p5-Log-Handler/distinfo
+++ b/devel/p5-Log-Handler/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Log-Handler-0.79.tar.gz) = e8b5f70ea79bfedb4bb4b14f6eecf21f507cc6b2e33f1537cad1a8ee3e2aeeea
-SIZE (Log-Handler-0.79.tar.gz) = 74225
+SHA256 (Log-Handler-0.80.tar.gz) = aec17c11441b15aeee9d514233ff9c579980953cefd3548b2927cfef2d9eabf6
+SIZE (Log-Handler-0.80.tar.gz) = 74448
diff --git a/devel/p5-Log-Handler/pkg-plist b/devel/p5-Log-Handler/pkg-plist
index f79d48147821..fed752333e83 100644
--- a/devel/p5-Log-Handler/pkg-plist
+++ b/devel/p5-Log-Handler/pkg-plist
@@ -15,6 +15,22 @@
%%SITE_PERL%%/Log/Handler/Plugin/Config/General.pm
%%SITE_PERL%%/Log/Handler/Plugin/Config/Properties.pm
%%SITE_PERL%%/Log/Handler/Plugin/YAML.pm
+%%PERL5_MAN3%%/Log::Handler.3.gz
+%%PERL5_MAN3%%/Log::Handler::Config.3.gz
+%%PERL5_MAN3%%/Log::Handler::Examples.3.gz
+%%PERL5_MAN3%%/Log::Handler::Levels.3.gz
+%%PERL5_MAN3%%/Log::Handler::Output.3.gz
+%%PERL5_MAN3%%/Log::Handler::Output::DBI.3.gz
+%%PERL5_MAN3%%/Log::Handler::Output::Email.3.gz
+%%PERL5_MAN3%%/Log::Handler::Output::File.3.gz
+%%PERL5_MAN3%%/Log::Handler::Output::Forward.3.gz
+%%PERL5_MAN3%%/Log::Handler::Output::Screen.3.gz
+%%PERL5_MAN3%%/Log::Handler::Output::Sendmail.3.gz
+%%PERL5_MAN3%%/Log::Handler::Output::Socket.3.gz
+%%PERL5_MAN3%%/Log::Handler::Pattern.3.gz
+%%PERL5_MAN3%%/Log::Handler::Plugin::Config::General.3.gz
+%%PERL5_MAN3%%/Log::Handler::Plugin::Config::Properties.3.gz
+%%PERL5_MAN3%%/Log::Handler::Plugin::YAML.3.gz
@dirrm %%SITE_PERL%%/Log/Handler/Output
@dirrm %%SITE_PERL%%/Log/Handler/Plugin/Config
@dirrm %%SITE_PERL%%/Log/Handler/Plugin