diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-04-26 10:39:17 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-04-26 10:39:17 +0800 |
commit | ddcbc8e00157d36c386098eb55ca850825ec235e (patch) | |
tree | f8caef8fee8afd57fe4a755c473d9c96cf1b6ec8 /devel | |
parent | fa7f5ce7d7cb98ada8ed71af9d0e10c161bbe487 (diff) | |
download | freebsd-ports-gnome-ddcbc8e00157d36c386098eb55ca850825ec235e.tar.gz freebsd-ports-gnome-ddcbc8e00157d36c386098eb55ca850825ec235e.tar.zst freebsd-ports-gnome-ddcbc8e00157d36c386098eb55ca850825ec235e.zip |
- Update to 2.39
Changes: http://search.cpan.org/dist/Log-Dispatch/Changes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Log-Dispatch/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch/pkg-plist | 1 |
3 files changed, 8 insertions, 6 deletions
diff --git a/devel/p5-Log-Dispatch/Makefile b/devel/p5-Log-Dispatch/Makefile index 05ce08b00eec..779f5f27ff79 100644 --- a/devel/p5-Log-Dispatch/Makefile +++ b/devel/p5-Log-Dispatch/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Log-Dispatch -PORTVERSION= 2.35 +PORTVERSION= 2.39 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,7 +17,7 @@ BUILD_DEPENDS= p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \ RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= APACHELOG MIMELITE MAILSEND MAILSENDER MAILSENDMAIL DOCS -OPTIONS_DEFAULT= MAILSENDMAIL +OPTIONS_DEFAULT=MAILSENDMAIL APACHELOG_DESC= Apache::Log support MIMELITE_DESC= MIME::Lite support MAILSEND_DESC= Mail::Send support @@ -29,6 +29,7 @@ PERL_CONFIGURE= yes MAN3= Log::Dispatch.3 \ Log::Dispatch::ApacheLog.3 \ Log::Dispatch::Base.3 \ + Log::Dispatch::Code.3 \ Log::Dispatch::Email.3 \ Log::Dispatch::Email::MIMELite.3 \ Log::Dispatch::Email::MailSend.3 \ @@ -68,8 +69,8 @@ RUN_DEPENDS+= p5-Mail-Sendmail>=0:${PORTSDIR}/mail/p5-Mail-Sendmail post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} + ${MKDIR} ${DOCSDIR}/ + cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/ @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif diff --git a/devel/p5-Log-Dispatch/distinfo b/devel/p5-Log-Dispatch/distinfo index e1ac2dd4afd8..92cec5d6e89c 100644 --- a/devel/p5-Log-Dispatch/distinfo +++ b/devel/p5-Log-Dispatch/distinfo @@ -1,2 +1,2 @@ -SHA256 (Log-Dispatch-2.35.tar.gz) = 19139c286cd5c4418fd0d871b6be396f876e8e9db5cf042ac50ad2410cfe4d25 -SIZE (Log-Dispatch-2.35.tar.gz) = 32566 +SHA256 (Log-Dispatch-2.39.tar.gz) = 682dceea826b6a83eb29106140af29044ebe96897d7ea12988c6300bd4b722ae +SIZE (Log-Dispatch-2.39.tar.gz) = 34320 diff --git a/devel/p5-Log-Dispatch/pkg-plist b/devel/p5-Log-Dispatch/pkg-plist index 8187ae40b013..c5763a14c663 100644 --- a/devel/p5-Log-Dispatch/pkg-plist +++ b/devel/p5-Log-Dispatch/pkg-plist @@ -1,6 +1,7 @@ %%SITE_PERL%%/Log/Dispatch.pm %%SITE_PERL%%/Log/Dispatch/ApacheLog.pm %%SITE_PERL%%/Log/Dispatch/Base.pm +%%SITE_PERL%%/Log/Dispatch/Code.pm %%SITE_PERL%%/Log/Dispatch/Email.pm %%SITE_PERL%%/Log/Dispatch/Email/MIMELite.pm %%SITE_PERL%%/Log/Dispatch/Email/MailSend.pm |