pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/49606: Update devel/p5-Devel-REPL to 1.003026
>Number: 49606
>Category: pkg
>Synopsis: Update devel/p5-Devel-REPL
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Mon Jan 26 18:05:00 +0000 2015
>Originator: Leonardo Taccari
>Release: NetBSD 7.99.4
>Organization:
Università Politecnica delle Marche
>Environment:
System: NetBSD boh 7.99.4 NetBSD 7.99.4 (GENERIC) #11: Mon Jan 26 14:28:49 CET 2015 leot@boh:/usr/obj/sys/arch/amd64/compile/GENERIC amd64
Architecture: x86_64
Machine: amd64
>Description:
devel/p5-Devel-REPL in pkgsrc is not the latest stable version. Attached
in this PR there will be trivial patches to update it. I have also done
"make test" (and all tests are succesfull) and played with re.pl (the
REPL) with WWW::Mechanize to simulate an interactive browser, e.g.:
$ re.pl
$ use WWW::Mechanize;
$ my $w = WWW::Mechanize->new();
my ($jar,$parser);
$jar = HTTP::Cookies=HASH(0x7f7fed2e8600);
$parser = undef;
$WWW_Mechanize1 = WWW::Mechanize=HASH(0x7f7fed2f4630);
$ $w->get('http://www.example.org/');
$HTTP_Response1 = HTTP::Response=HASH(0x7f7fec790630);
$ $w->dump_links();
http://www.iana.org/domains/example
>How-To-Repeat:
$ cd pkgsrc/devel/p5-Devel-REPL
$ make show-var VARNAME=PKGVERSION_NOREV
>Fix:
Please apply the following patches. I will also attach a possible commit
message (directly stolen from ${WRKSRC}/Changes).
Thank you!
-----------------8<--------------------8<--------------------8<-----------------
Update devel/p5-Devel-REPL to 1.00326.
Changes
1.003026 2014-07-16 01:20:41Z
- fix inclusion of of optional plugin prereqs when installation is run
non-interactively
1.003025 2013-09-29 22:36:59Z (Karen Etheridge)
- re-release with fixed prerequisites in metadata
1.003024 2013-09-25 04:07:04Z (Karen Etheridge)
- re-release with fixed compile test
1.003023 2013-09-12 00:52:03Z (Karen Etheridge)
- The default profile is now "Minimal", not "Default", as Default requires
some optional features; Default renamed to Standard (RT#88615)
1.003022 2013-09-10 01:53:10Z (Karen Etheridge)
- workaround added for plugins consuming plugins that use optional features
- install problems fixed when some optional prereqs are not installed, by
properly detecting the lack of features during testing (RT#88542)
- spelling fixes (RT#87691, David Steinbrunner)
1.003021 2013-09-09 02:10:45Z (Karen Etheridge)
- removed use of deprecated functions from Class::MOP
- long-deprecated Devel::REPL::Plugin::NewlineHack removed at last
- converted dist to Dist::Zilla, with a different mechanism for specifying
optional features (install with cpanm --interactive to be prompted)
1.003020 2013-07-08
- shebang fixed in re.pl so it is rewritten to point to the proper perl at
install time (RT#70928)
1.003019 2013-06-27
- Fix "No arguments!" error in Plugin::DDS when nothing to dump (RT#71205,
Ash Berlin)
- fix failing test when Lexical::Persistence is not installed
1.003018 2013-05-19
- more attempts to fix Term::ReadLine issues in tests (RT#84246, mephinet)
1.003017 2013-04-03
- fix issues with Term::ReadLine:Perl in tests (RT#84246) (thanks,
Christopher McCann!)
1.003016 2013-03-26
- make all plugins load again by using native traits (thanks, Zaki Mughal!)
(RT#84011)
1.003015 2013-03-01
- fix "Attempt to use reference as lvalue in substr" warning on perl 5.16
(thanks, ilmari!)
- plugins that are used by the default profile now default to being
installed, fixing RT#83669 and RT#83677
1.003014 2012-10-31
- now using native Moose attribute traits, instead of the deprecated
MooseX::AttributeHelper (thanks, Justin Hunter!)
- now using namespace::autoclean rather than namespace::clean (thanks, Karen
Etheridge!)
1.003013 2012-05-19
- Make Sys::SigAction optional dependency for Win32 systems
- Apply some plugin related patchs from Caleb Cushing
-----------------8<--------------------8<--------------------8<-----------------
-----------------8<--------------------8<--------------------8<-----------------
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/p5-Devel-REPL/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- Makefile 29 May 2014 23:35:51 -0000 1.20
+++ Makefile 26 Jan 2015 17:51:32 -0000
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.20 2014/05/29 23:35:51 wiz Exp $
-DISTNAME= Devel-REPL-1.003012
+DISTNAME= Devel-REPL-1.003026
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/devel/p5-Devel-REPL/distinfo,v
retrieving revision 1.11
diff -u -r1.11 distinfo
--- distinfo 12 Aug 2011 11:40:55 -0000 1.11
+++ distinfo 26 Jan 2015 17:51:32 -0000
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.11 2011/08/12 11:40:55 adam Exp $
-SHA1 (Devel-REPL-1.003012.tar.gz) = 8f0fef6658ef6ab1b1c2cc969ef51270cd43d8b1
-RMD160 (Devel-REPL-1.003012.tar.gz) = c47061e2d0c4d483476fb2dcd125d9e8c131bbea
-Size (Devel-REPL-1.003012.tar.gz) = 54610 bytes
+SHA1 (Devel-REPL-1.003026.tar.gz) = 650a6e7fd6736c01c290c227e1f34838dee7296f
+RMD160 (Devel-REPL-1.003026.tar.gz) = 5933ac1d4c3ae83a337763a412b4f5c7cf96b21a
+Size (Devel-REPL-1.003026.tar.gz) = 56129 bytes
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index