Index: head/devel/p5-Log-Dispatch/Makefile =================================================================== --- head/devel/p5-Log-Dispatch/Makefile (revision 209798) +++ head/devel/p5-Log-Dispatch/Makefile (revision 209799) @@ -1,80 +1,80 @@ # New ports collection makefile for: devel/p5-Log-Dispatch # Date created: 17 May 2001 # Whom: Anton Berezin # # $FreeBSD$ # PORTNAME= Log-Dispatch -PORTVERSION= 2.18 +PORTVERSION= 2.21 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= mat@FreeBSD.org COMMENT= A suite of OO modules for logging messages to multiple outputs RUN_DEPENDS= p5-Params-Validate>=0.15:${PORTSDIR}/devel/p5-Params-Validate BUILD_DEPENDS= ${RUN_DEPENDS} PERL_MODBUILD= yes MAN3= Log::Dispatch.3 \ Log::Dispatch::ApacheLog.3 \ Log::Dispatch::Base.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::File::Locked.3 \ Log::Dispatch::Handle.3 \ Log::Dispatch::Null.3 \ Log::Dispatch::Output.3 \ Log::Dispatch::Screen.3 \ Log::Dispatch::Syslog.3 OPTIONS= APACHELOG "Apache::Log support" off \ EMAIL_MIMELITE "MIME::Lite support" off \ EMAIL_MAILSEND "Mail::Send support" off \ EMAIL_MAILSENDMAIL "Mail::Sendmail support" on \ MAIL_SENDER "Mail::Sender support" off .if !defined(NOPORTDOCS) PORTDOCS= Changes README post-install: @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif .include .if defined(WITH_APACHELOG) .if defined(WITH_APACHE2) BROKEN= Broken due the new mod_perl2 API RUN_DEPENDS+= ${LOCALBASE}/libexec/apache2/mod_perl.so:${PORTSDIR}/www/mod_perl2 .else RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl .endif .endif .if defined(WITH_EMAIL_MIMELITE) RUN_DEPENDS+= ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite .endif .if defined(WITH_EMAIL_MAILSEND) RUN_DEPENDS+= ${SITE_PERL}/Mail/Send.pm:${PORTSDIR}/mail/p5-Mail-Tools .endif .if !defined(WITHOUT_EMAIL_MAILSENDMAIL) RUN_DEPENDS+= ${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail .endif .if defined(WITH_MAIL_SENDER) RUN_DEPENDS+= ${SITE_PERL}/Mail/Sender.pm:${PORTSDIR}/mail/p5-Mail-Sender .endif .include Property changes on: head/devel/p5-Log-Dispatch/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.24 \ No newline at end of property +1.25 \ No newline at end of property Index: head/devel/p5-Log-Dispatch/distinfo =================================================================== --- head/devel/p5-Log-Dispatch/distinfo (revision 209798) +++ head/devel/p5-Log-Dispatch/distinfo (revision 209799) @@ -1,3 +1,3 @@ -MD5 (Log-Dispatch-2.18.tar.gz) = bee5bcd1d598d006dc10491e542aea12 -SHA256 (Log-Dispatch-2.18.tar.gz) = a6f5371d1f02a7238056f5a4213f681eb2c2878d1f352c35f183fede06c061d2 -SIZE (Log-Dispatch-2.18.tar.gz) = 30979 +MD5 (Log-Dispatch-2.21.tar.gz) = a9aeb68cbf45f99ab63985719f112ee7 +SHA256 (Log-Dispatch-2.21.tar.gz) = 962bff2bdc74da7443dc95dbc1b0be8e67e7f35393c5fa77ca06faa271b1e76a +SIZE (Log-Dispatch-2.21.tar.gz) = 31756 Property changes on: head/devel/p5-Log-Dispatch/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/devel/p5-Log-Dispatch/files/patch-broken-perl-syslog =================================================================== --- head/devel/p5-Log-Dispatch/files/patch-broken-perl-syslog (revision 209798) +++ head/devel/p5-Log-Dispatch/files/patch-broken-perl-syslog (revision 209799) @@ -1,22 +1,20 @@ -$FreeBSD$ - ---- lib/Log/Dispatch/Syslog.pm.orig Sat Jun 22 01:10:31 2002 -+++ lib/Log/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 }, - } ); +--- lib/Log/Dispatch/Syslog.pm.orig 2008-02-07 00:18:42.000000000 +0100 ++++ lib/Log/Dispatch/Syslog.pm 2008-03-20 11:23:50.000000000 +0100 +@@ -40,7 +40,7 @@ + facility => { type => SCALAR, + default => 'user' }, + socket => { type => SCALAR, +- default => 'unix' }, ++ default => undef }, + } ); $self->{ident} = $p{ident}; -@@ -63,7 +63,7 @@ - 'ALERT', - 'EMERG' ]; +@@ -57,7 +57,7 @@ + 'ALERT', + 'EMERG' ]; - Sys::Syslog::setlogsock $self->{socket}; + Sys::Syslog::setlogsock $self->{socket} if defined $self->{socket}; } sub log_message Property changes on: head/devel/p5-Log-Dispatch/files/patch-broken-perl-syslog ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property