summaryrefslogtreecommitdiffstats
path: root/devel/p5-Log-Dispatch
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2002-07-01 04:51:07 +0000
committertobez <tobez@FreeBSD.org>2002-07-01 04:51:07 +0000
commita1b30aa2d868ea6f7b0909cf3e6ebcef1e30ce82 (patch)
tree8e7578f8256baf16324c8b17878304bb48ca9839 /devel/p5-Log-Dispatch
parent55c9bdee79ee07df021daa3dd0cae8a87e989770 (diff)
downloadFreeBSD-ports-a1b30aa2d868ea6f7b0909cf3e6ebcef1e30ce82.zip
FreeBSD-ports-a1b30aa2d868ea6f7b0909cf3e6ebcef1e30ce82.tar.gz
Update to 2.01.
Diffstat (limited to 'devel/p5-Log-Dispatch')
-rw-r--r--devel/p5-Log-Dispatch/Makefile4
-rw-r--r--devel/p5-Log-Dispatch/distinfo2
-rw-r--r--devel/p5-Log-Dispatch/files/patch-broken-perl-syslog24
-rw-r--r--devel/p5-Log-Dispatch/pkg-plist1
-rw-r--r--devel/p5-Log-Dispatch/scripts/configure.pl6
5 files changed, 24 insertions, 13 deletions
diff --git a/devel/p5-Log-Dispatch/Makefile b/devel/p5-Log-Dispatch/Makefile
index 2033c0e..bf9dd77 100644
--- a/devel/p5-Log-Dispatch/Makefile
+++ b/devel/p5-Log-Dispatch/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Log-Dispatch
-PORTVERSION= 2.00
+PORTVERSION= 2.01
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Log
@@ -14,6 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
+BUILD_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_SUBMAKE= yes
@@ -25,6 +26,7 @@ MAN3= Log::Dispatch.3 \
Log::Dispatch::Email.3 \
Log::Dispatch::Email::MIMELite.3 \
Log::Dispatch::Email::MailSend.3 \
+ Log::Dispatch::Email::MailSender.3 \
Log::Dispatch::Email::MailSendmail.3 \
Log::Dispatch::File.3 \
Log::Dispatch::Handle.3 \
diff --git a/devel/p5-Log-Dispatch/distinfo b/devel/p5-Log-Dispatch/distinfo
index 3d925f7..d0fb3af 100644
--- a/devel/p5-Log-Dispatch/distinfo
+++ b/devel/p5-Log-Dispatch/distinfo
@@ -1 +1 @@
-MD5 (Log-Dispatch-2.00.tar.gz) = 8bfd837dc8757ac4be60cdcb12f90665
+MD5 (Log-Dispatch-2.01.tar.gz) = 5dab9065b2b99597734366559ec61130
diff --git a/devel/p5-Log-Dispatch/files/patch-broken-perl-syslog b/devel/p5-Log-Dispatch/files/patch-broken-perl-syslog
index ae1d37f..76d91d9 100644
--- a/devel/p5-Log-Dispatch/files/patch-broken-perl-syslog
+++ b/devel/p5-Log-Dispatch/files/patch-broken-perl-syslog
@@ -1,15 +1,17 @@
---- Dispatch/Syslog.pm.orig Thu May 17 16:23:51 2001
-+++ Dispatch/Syslog.pm Thu May 17 16:24:15 2001
-@@ -45,7 +45,7 @@
- $self->{ident} = $params{ident} || $0;
- $self->{logopt} = $params{logopt} || '';
- $self->{facility} = $params{facility} || 'user';
-- $self->{socket} = $params{socket} || 'unix';
-+ $self->{socket} = $params{socket} || undef;
+$FreeBSD$
+
+--- Dispatch/Syslog.pm.orig Sat Jun 22 01:10:31 2002
++++ Dispatch/Syslog.pm Mon Jul 1 06:23:54 2002
+@@ -46,7 +46,7 @@
+ facility => { type => SCALAR,
+ default => 'user' },
+ socket => { type => SCALAR,
+- default => 'unix' },
++ default => undef },
+ } );
- $self->{priorities} = [ 'DEBUG',
- 'INFO',
-@@ -56,7 +56,7 @@
+ $self->{ident} = $p{ident};
+@@ -63,7 +63,7 @@
'ALERT',
'EMERG' ];
diff --git a/devel/p5-Log-Dispatch/pkg-plist b/devel/p5-Log-Dispatch/pkg-plist
index 2a1250c..48f6f20 100644
--- a/devel/p5-Log-Dispatch/pkg-plist
+++ b/devel/p5-Log-Dispatch/pkg-plist
@@ -5,6 +5,7 @@ lib/perl5/site_perl/%%PERL_VER%%/Log/Dispatch/Base.pm
lib/perl5/site_perl/%%PERL_VER%%/Log/Dispatch/Email.pm
lib/perl5/site_perl/%%PERL_VER%%/Log/Dispatch/Email/MIMELite.pm
lib/perl5/site_perl/%%PERL_VER%%/Log/Dispatch/Email/MailSend.pm
+lib/perl5/site_perl/%%PERL_VER%%/Log/Dispatch/Email/MailSender.pm
lib/perl5/site_perl/%%PERL_VER%%/Log/Dispatch/Email/MailSendmail.pm
lib/perl5/site_perl/%%PERL_VER%%/Log/Dispatch/File.pm
lib/perl5/site_perl/%%PERL_VER%%/Log/Dispatch/Handle.pm
diff --git a/devel/p5-Log-Dispatch/scripts/configure.pl b/devel/p5-Log-Dispatch/scripts/configure.pl
index 1ae566f..6de67ec 100644
--- a/devel/p5-Log-Dispatch/scripts/configure.pl
+++ b/devel/p5-Log-Dispatch/scripts/configure.pl
@@ -1,4 +1,5 @@
#! /usr/bin/perl -w
+# $FreeBSD$
use strict;
unless (defined $ENV{WRKDIRPREFIX} and
@@ -40,6 +41,11 @@ my @modules = (
port => 'mail/p5-Mail-Sendmail',
},
{
+ module => 'Mail::Sender',
+ check => 'Mail::Sender',
+ port => 'mail/p5-Mail-Sender',
+ },
+ {
module => 'Syslog',
check => 'Sys::Syslog',
port => 'base perl',
OpenPOWER on IntegriCloud