Index: head/devel/p5-Log-Dispatch/Makefile =================================================================== --- head/devel/p5-Log-Dispatch/Makefile (revision 297648) +++ head/devel/p5-Log-Dispatch/Makefile (revision 297649) @@ -1,84 +1,84 @@ # New ports collection makefile for: devel/p5-Log-Dispatch # Date created: 17 May 2001 # Whom: Anton Berezin # # $FreeBSD$ # PORTNAME= Log-Dispatch -PORTVERSION= 2.31 +PORTVERSION= 2.32 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A suite of OO modules for logging messages to multiple outputs LICENSE= ART20 BUILD_DEPENDS= p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \ p5-Params-Validate>=0.15:${PORTSDIR}/devel/p5-Params-Validate RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= 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) USE_APACHE= 20+ .endif .include .if defined(WITH_APACHELOG) RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 .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.43 \ No newline at end of property +1.44 \ No newline at end of property Index: head/devel/p5-Log-Dispatch/distinfo =================================================================== --- head/devel/p5-Log-Dispatch/distinfo (revision 297648) +++ head/devel/p5-Log-Dispatch/distinfo (revision 297649) @@ -1,2 +1,2 @@ -SHA256 (Log-Dispatch-2.31.tar.gz) = 9408500bba21a3c69a10b46e052220f94e278465f21e2aa36d6120006a9072b4 -SIZE (Log-Dispatch-2.31.tar.gz) = 31790 +SHA256 (Log-Dispatch-2.32.tar.gz) = 10b2ec37dbd036c552918e3110b3e601e8b3bd003476854c07f25c1991463ef1 +SIZE (Log-Dispatch-2.32.tar.gz) = 31910 Property changes on: head/devel/p5-Log-Dispatch/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.24 \ No newline at end of property +1.25 \ No newline at end of property