ports/144684: Update Port: devel/p5-Devel-REPL to v.1.003009

Ashish SHUKLA wahjava at gmail.com
Fri Mar 12 11:00:09 UTC 2010


>Number:         144684
>Category:       ports
>Synopsis:       Update Port: devel/p5-Devel-REPL to v.1.003009
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 12 11:00:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Ashish SHUKLA
>Release:        8.0-RELEASE-p2
>Organization:
N/A
>Environment:
FreeBSD monte-cristo.france 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan  5 21:11:58 UTC 2010     root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
Updating port devel/p5-Devel-REPL to v.1.003009.

Changes:
- 'files' directory in the ports is no more.
- 2 new dependencies are added in this update.
>How-To-Repeat:

>Fix:
diff -urN /usr/ports/devel/p5-Devel-REPL/Makefile p5-Devel-REPL/Makefile
--- /usr/ports/devel/p5-Devel-REPL/Makefile	2010-02-16 20:36:02.000000000 +0530
+++ p5-Devel-REPL/Makefile	2010-03-12 15:30:05.000000000 +0530
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	Devel-REPL
-PORTVERSION=	1.003007
-PORTREVISION=	1
+PORTVERSION=	1.003009
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -24,16 +23,19 @@
 	p5-Task-Weaken>0:${PORTSDIR}/devel/p5-Task-Weaken \
 	p5-PPI>0:${PORTSDIR}/textproc/p5-PPI \
 	p5-Data-Dump-Streamer>0:${PORTSDIR}/devel/p5-Data-Dump-Streamer \
+	p5-Data-Dumper-Concise>0:${PORTSDIR}/devel/p5-Data-Dumper-Concise \
 	p5-File-Next>0:${PORTSDIR}/sysutils/p5-File-Next \
 	p5-B-Keywords>0:${PORTSDIR}/devel/p5-B-Keywords \
 	p5-Lexical-Persistence>0:${PORTSDIR}/devel/p5-Lexical-Persistence \
 	p5-App-Nopaste>0:${PORTSDIR}/www/p5-App-Nopaste \
-	p5-Module-Refresh>0:${PORTSDIR}/devel/p5-Module-Refresh
+	p5-Module-Refresh>0:${PORTSDIR}/devel/p5-Module-Refresh \
+	p5-Sys-SigAction>0:${PORTSDIR}/devel/p5-Sys-SigAction
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	5.8.1+
 
 MAN3=	Devel::REPL.3 \
+	Devel::REPL::Overview.3 \
 	Devel::REPL::Plugin::B::Concise.3 \
 	Devel::REPL::Plugin::Colors.3 \
 	Devel::REPL::Plugin::Commands.3 \
@@ -44,6 +46,7 @@
 	Devel::REPL::Plugin::CompletionDriver::LexEnv.3 \
 	Devel::REPL::Plugin::CompletionDriver::Methods.3 \
 	Devel::REPL::Plugin::CompletionDriver::Turtles.3 \
+	Devel::REPL::Plugin::DDC.3 \
 	Devel::REPL::Plugin::DDS.3 \
 	Devel::REPL::Plugin::DumpHistory.3 \
 	Devel::REPL::Plugin::FancyPrompt.3 \
@@ -65,7 +68,4 @@
 	Devel::REPL::Plugin::Turtles.3 \
 	Devel::REPL::Profile.3
 
-post-patch:
-	@${RM} ${WRKSRC}/lib/Devel/REPL/Meta/Plugin.pm.orig
-
 .include <bsd.port.mk>
diff -urN /usr/ports/devel/p5-Devel-REPL/distinfo p5-Devel-REPL/distinfo
--- /usr/ports/devel/p5-Devel-REPL/distinfo	2009-09-02 22:53:30.000000000 +0530
+++ p5-Devel-REPL/distinfo	2010-03-12 14:59:28.000000000 +0530
@@ -1,3 +1,3 @@
-MD5 (Devel-REPL-1.003007.tar.gz) = 2feec7e574161c6551532295585857ab
-SHA256 (Devel-REPL-1.003007.tar.gz) = 56960821b0342233253d15648a9420c29b01e97b127a76190d2ec05ee020e1b4
-SIZE (Devel-REPL-1.003007.tar.gz) = 44082
+MD5 (Devel-REPL-1.003009.tar.gz) = 6d74d8a1f32ace0f11a536cf4b237a18
+SHA256 (Devel-REPL-1.003009.tar.gz) = 2303b64667c0066b81eca47a175937440a6d6903ef38025966fb8087eebca48e
+SIZE (Devel-REPL-1.003009.tar.gz) = 49226
diff -urN /usr/ports/devel/p5-Devel-REPL/files/patch-lib_Devel_REPL_Meta_Plugin.pm p5-Devel-REPL/files/patch-lib_Devel_REPL_Meta_Plugin.pm
--- /usr/ports/devel/p5-Devel-REPL/files/patch-lib_Devel_REPL_Meta_Plugin.pm	2010-02-16 20:36:02.000000000 +0530
+++ p5-Devel-REPL/files/patch-lib_Devel_REPL_Meta_Plugin.pm	1970-01-01 05:30:00.000000000 +0530
@@ -1,21 +0,0 @@
-
-$FreeBSD: ports/devel/p5-Devel-REPL/files/patch-lib_Devel_REPL_Meta_Plugin.pm,v 1.1 2010/02/16 15:06:02 pav Exp $
-
---- lib/Devel/REPL/Meta/Plugin.pm.orig
-+++ lib/Devel/REPL/Meta/Plugin.pm
-@@ -6,6 +6,7 @@
- 
- before 'apply' => sub {
-   my ($self, $other) = @_;
-+  return unless $other->isa('Devel::REPL');
-   if (my $pre = $self->get_method('BEFORE_PLUGIN')) {
-     $pre->body->($other, $self);
-   }
-@@ -13,6 +14,7 @@
- 
- after 'apply' => sub {
-   my ($self, $other) = @_;
-+  return unless $other->isa('Devel::REPL');
-   if (my $pre = $self->get_method('AFTER_PLUGIN')) {
-     $pre->body->($other, $self);
-   }
diff -urN /usr/ports/devel/p5-Devel-REPL/pkg-plist p5-Devel-REPL/pkg-plist
--- /usr/ports/devel/p5-Devel-REPL/pkg-plist	2009-09-02 22:53:30.000000000 +0530
+++ p5-Devel-REPL/pkg-plist	2010-03-12 15:28:48.000000000 +0530
@@ -2,6 +2,7 @@
 %%SITE_PERL%%/Devel/REPL.pm
 %%SITE_PERL%%/Devel/REPL/Error.pm
 %%SITE_PERL%%/Devel/REPL/Meta/Plugin.pm
+%%SITE_PERL%%/Devel/REPL/Overview.pod
 %%SITE_PERL%%/Devel/REPL/Plugin.pm
 %%SITE_PERL%%/Devel/REPL/Plugin/B/Concise.pm
 %%SITE_PERL%%/Devel/REPL/Plugin/Colors.pm
@@ -13,6 +14,7 @@
 %%SITE_PERL%%/Devel/REPL/Plugin/CompletionDriver/LexEnv.pm
 %%SITE_PERL%%/Devel/REPL/Plugin/CompletionDriver/Methods.pm
 %%SITE_PERL%%/Devel/REPL/Plugin/CompletionDriver/Turtles.pm
+%%SITE_PERL%%/Devel/REPL/Plugin/DDC.pm
 %%SITE_PERL%%/Devel/REPL/Plugin/DDS.pm
 %%SITE_PERL%%/Devel/REPL/Plugin/DumpHistory.pm
 %%SITE_PERL%%/Devel/REPL/Plugin/FancyPrompt.pm


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list