ports/155783: New port: devel/p5-Log-Any-App An easy way to use
Log::Any in applications
Evgeniy Kosov
evgeniy at kosov.su
Tue Mar 22 14:20:03 UTC 2011
The following reply was made to PR ports/155783; it has been noted by GNATS.
From: Evgeniy Kosov <evgeniy at kosov.su>
To: FreeBSD-gnats-submit at FreeBSD.org, freebsd-ports-bugs at FreeBSD.org
Cc:
Subject: Re: ports/155783: New port: devel/p5-Log-Any-App An easy way to use
Log::Any in applications
Date: Tue, 22 Mar 2011 17:18:07 +0300
This is a multi-part message in MIME format.
--------------050103030703030703070704
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Unfortunately, I've found a bug in the ports Makefile (right after
posting the PR). Required perl version has to be changed:
-PERL_MODBUILD= 5.10.1
+PERL_MODBUILD= 5.10.1+
Corresponding patch and updated shar are attached.
--
Regards,
Evgeniy
--------------050103030703030703070704
Content-Type: text/plain;
name="patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="patch"
--- p5-Log-Any-App/Makefile.orig 2011-03-22 13:51:02.000000000 +0000
+++ p5-Log-Any-App/Makefile 2011-03-22 13:50:24.000000000 +0000
@@ -25,7 +25,7 @@
p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl
BUILD_DEPENDS= ${RUN_DEPENDS}
-PERL_MODBUILD= 5.10.1
+PERL_MODBUILD= 5.10.1+
MAN3= Log::Any::App.3
--------------050103030703030703070704
Content-Type: application/x-shar;
name="p5-Log-Any-App.shar"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="p5-Log-Any-App.shar"
# This is a shell archive. Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file". Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# p5-Log-Any-App
# p5-Log-Any-App/Makefile
# p5-Log-Any-App/distinfo
# p5-Log-Any-App/pkg-descr
# p5-Log-Any-App/pkg-plist
#
echo c - p5-Log-Any-App
mkdir -p p5-Log-Any-App > /dev/null 2>&1
echo x - p5-Log-Any-App/Makefile
sed 's/^X//' >p5-Log-Any-App/Makefile << '612b87a3808e0e1e98befc9734d8e64c'
X# New ports collection makefile for: Log::Any::App
X# Date created: 22 Mar 2011
X# Whom: Evgeniy Kosov <evgeniy at kosov.su>
X#
X# $FreeBSD$
X#
X
XPORTNAME= Log-Any-App
XPORTVERSION= 0.27
XCATEGORIES= devel perl5
XMASTER_SITES= CPAN
XPKGNAMEPREFIX= p5-
X
XMAINTAINER= perl at FreeBSD.org
XCOMMENT= An easy way to use Log::Any in applications
X
XRUN_DEPENDS= p5-Module-Build>=0.3601:${PORTSDIR}/devel/p5-Module-Build \
X p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
X p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir \
X p5-Log-Any>=0.11:${PORTSDIR}/devel/p5-Log-Any \
X p5-Log-Any-Adapter>=0:${PORTSDIR}/devel/p5-Log-Any-Adapter \
X p5-Log-Any-Adapter-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Any-Adapter-Log4perl \
X p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch \
X p5-Log-Dispatch-FileRotate>=0:${PORTSDIR}/devel/p5-Log-Dispatch-FileRotate \
X p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl
XBUILD_DEPENDS= ${RUN_DEPENDS}
X
XPERL_MODBUILD= 5.10.1+
X
XMAN3= Log::Any::App.3
X
X.include <bsd.port.mk>
612b87a3808e0e1e98befc9734d8e64c
echo x - p5-Log-Any-App/distinfo
sed 's/^X//' >p5-Log-Any-App/distinfo << 'fa67a34dd2175cfae9ab4d538e6e3925'
XSHA256 (Log-Any-App-0.27.tar.gz) = d8e839c28c1afd582da49e2547e6789a80d17865d4392bb2976727677ac18c87
XSIZE (Log-Any-App-0.27.tar.gz) = 31308
fa67a34dd2175cfae9ab4d538e6e3925
echo x - p5-Log-Any-App/pkg-descr
sed 's/^X//' >p5-Log-Any-App/pkg-descr << 'cc672ff42906a63358c7b9c856853e3e'
XThis Perl module simplifies usage of Log::Any-aware modules in applications.
X
XWWW: http://search.cpan.org/dist/Log-Any-App/
cc672ff42906a63358c7b9c856853e3e
echo x - p5-Log-Any-App/pkg-plist
sed 's/^X//' >p5-Log-Any-App/pkg-plist << '053f35a64c44f3523eaec8aee7c7133d'
X%%SITE_PERL%%/Log/Any/App.pm
X at dirrmtry %%SITE_PERL%%/Log/Any
X at dirrmtry %%SITE_PERL%%/Log
053f35a64c44f3523eaec8aee7c7133d
exit
--------------050103030703030703070704--
More information about the freebsd-perl
mailing list