Date: Sun, 8 Aug 2010 13:50:09 GMT From: Christopher Key <cjk32@cam.ac.uk> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/149395: Update port: devel/p5-Data-Dumper-Concise Message-ID: <201008081350.o78Do9mZ058715@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/149395; it has been noted by GNATS. From: Christopher Key <cjk32@cam.ac.uk> To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/149395: Update port: devel/p5-Data-Dumper-Concise Date: Sun, 08 Aug 2010 14:41:15 +0100 This is a multi-part message in MIME format. --------------060909020006020308090308 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 07/08/2010 12:50, Edwin Groothuis wrote: > Maintainer of devel/p5-Data-Dumper-Concise, > > Please note that PR ports/149395 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/149395 > Data-Dumper-Concise-2.010 introduces a dependency on Devel-ArgNames. Please commit the attached patch and shar. --------------060909020006020308090308 Content-Type: text/plain; x-mac-type="0"; x-mac-creator="0"; name="p5-Data-Dumper-Concise-2.010.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="p5-Data-Dumper-Concise-2.010.patch" Index: p5-Data-Dumper-Concise/distinfo =================================================================== --- p5-Data-Dumper-Concise/distinfo (revision 2570) +++ p5-Data-Dumper-Concise/distinfo (revision 2572) @@ -1,3 +1,3 @@ -MD5 (Data-Dumper-Concise-1.200.tar.gz) = 02eaee06874c2a9f93886a32a9a69038 -SHA256 (Data-Dumper-Concise-1.200.tar.gz) = 8f51f0f7441aa6469300d50be4206acadc0f2eec7e98605a7702b3e9701859fe -SIZE (Data-Dumper-Concise-1.200.tar.gz) = 17023 +MD5 (Data-Dumper-Concise-2.010.tar.gz) = 10b37be926ffb078c30b6cf07b95d50e +SHA256 (Data-Dumper-Concise-2.010.tar.gz) = 2ba7ed843c9c878dbe0ef51afeb7cb2b5471b294c5e4f73eb4bed9c90455d275 +SIZE (Data-Dumper-Concise-2.010.tar.gz) = 20939 Index: p5-Data-Dumper-Concise/Makefile =================================================================== --- p5-Data-Dumper-Concise/Makefile (revision 2570) +++ p5-Data-Dumper-Concise/Makefile (revision 2572) @@ -6,7 +6,7 @@ # PORTNAME= Data-Dumper-Concise -PORTVERSION= 1.200 +PORTVERSION= 2.010 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +14,9 @@ MAINTAINER= cjk32@cam.ac.uk COMMENT= Less indentation and newlines plus sub deparsing +BUILD_DEPENDS= p5-Devel-ArgNames>=0.03:${PORTSDIR}/devel/p5-Devel-ArgNames +RUN_DEPENDS:= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAN3= Data::Dumper::Concise.3 \ --------------060909020006020308090308 Content-Type: text/plain; x-mac-type="0"; x-mac-creator="0"; name="p5-Devel-ArgNames.shar" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="p5-Devel-ArgNames.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-Devel-ArgNames # p5-Devel-ArgNames/distinfo # p5-Devel-ArgNames/pkg-descr # p5-Devel-ArgNames/pkg-plist # p5-Devel-ArgNames/Makefile # echo c - p5-Devel-ArgNames mkdir -p p5-Devel-ArgNames > /dev/null 2>&1 echo x - p5-Devel-ArgNames/distinfo sed 's/^X//' >p5-Devel-ArgNames/distinfo << '7e5b6ebb69fe6da56018be949054bff8' XMD5 (Devel-ArgNames-0.03.tar.gz) = 052c96b835db0794f47e6f263b803143 XSHA256 (Devel-ArgNames-0.03.tar.gz) = 59cc9e6b77af9b4b1a24bbe858d700d0909282b26dfb7f7963adb8bca3edce98 XSIZE (Devel-ArgNames-0.03.tar.gz) = 2952 7e5b6ebb69fe6da56018be949054bff8 echo x - p5-Devel-ArgNames/pkg-descr sed 's/^X//' >p5-Devel-ArgNames/pkg-descr << '323125dfa816e61f752483663c084760' XFigure out the names of variables passed into subroutines. X XWWW: http://search.cpan.org/dist/Devel-ArgNames/ 323125dfa816e61f752483663c084760 echo x - p5-Devel-ArgNames/pkg-plist sed 's/^X//' >p5-Devel-ArgNames/pkg-plist << 'bbfddb9d33963c82be19cd733f46282c' X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/ArgNames/.packlist X%%SITE_PERL%%/Devel/ArgNames.pm X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/ArgNames X@dirrmtry %%SITE_PERL%%/Devel bbfddb9d33963c82be19cd733f46282c echo x - p5-Devel-ArgNames/Makefile sed 's/^X//' >p5-Devel-ArgNames/Makefile << 'b4effda41c353b376b3c18d26fadf1f7' X# New ports collection makefile for: p5-Devel-ArgNames X# Date created: 2010-08-08 X# Whom: Christopher Key <cjk32@cam.ac.uk> X# X# $FreeBSD: ports/devel/p5-Data-Dumper-Concise/Makefile,v 1.2 2009/12/27 11:11:02 wen Exp $ X# X XPORTNAME= Devel-ArgNames XPORTVERSION= 0.03 XCATEGORIES= devel perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= cjk32@cam.ac.uk XCOMMENT= Figure out the names of variables passed into subroutines X XBUILD_DEPENDS= p5-PadWalker>=0:${PORTSDIR}/devel/p5-PadWalker XRUN_DEPENDS:= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= Devel::ArgNames.3 X X.include <bsd.port.mk> b4effda41c353b376b3c18d26fadf1f7 exit --------------060909020006020308090308--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008081350.o78Do9mZ058715>