FreeBSD Bugzilla – Attachment 26455 Details for
Bug 45181
Maintainer update: net/p5-Spread-Session
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.69 KB, created by
Joshua Goodall
on 2002-11-10 01:10:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Joshua Goodall
Created:
2002-11-10 01:10:02 UTC
Size:
2.69 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /cvs/ports/net/p5-Spread-Session/Makefile,v >retrieving revision 1.1 >diff -u -u -r1.1 Makefile >--- Makefile 24 May 2002 12:54:34 -0000 1.1 >+++ Makefile 8 Nov 2002 15:30:42 -0000 >@@ -6,10 +6,9 @@ > # > > PORTNAME= Spread-Session >-PORTVERSION= 0.2 >+PORTVERSION= 0.4 > CATEGORIES= net perl5 >-MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ >- http://www.roughtrade.net/distfiles/ >+MASTER_SITES= ${MASTER_SITE_PERL_CPAN} > MASTER_SITE_SUBDIR= ../by-authors/id/J/JM/JMAY > PKGNAMEPREFIX= p5- > >Index: distinfo >=================================================================== >RCS file: /cvs/ports/net/p5-Spread-Session/distinfo,v >retrieving revision 1.1 >diff -u -u -r1.1 distinfo >--- distinfo 24 May 2002 12:54:34 -0000 1.1 >+++ distinfo 6 Nov 2002 11:11:09 -0000 >@@ -1 +1 @@ >-MD5 (Spread-Session-0.2.tar.gz) = 1ac0f4f0beb0bf31e3538c287dc8903e >+MD5 (Spread-Session-0.4.tar.gz) = 861a93c1a07053eec07ab40512b32a01 >Index: files/patch-Makefile.PL >=================================================================== >RCS file: files/patch-Makefile.PL >diff -N files/patch-Makefile.PL >--- files/patch-Makefile.PL 24 May 2002 12:54:34 -0000 1.1 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -1,13 +0,0 @@ >---- Makefile.PL.orig Mon Mar 25 08:47:50 2002 >-+++ Makefile.PL Wed Apr 3 01:03:40 2002 >-@@ -4,10 +4,6 @@ >- WriteMakefile( >- 'NAME' => 'Spread::Session', >- 'VERSION_FROM' => 'Session.pm', # finds $VERSION >-- 'PREREQ_PM' => { >-- Log::Channel => 0.4, >-- Event => 0.85, # for test cases >-- }, >- ($] >= 5.005 ? ## Add these new keywords supported since 5.005 >- (ABSTRACT_FROM => 'Session.pm', # retrieve abstract from module >- AUTHOR => 'Jason W. May <jmay@pobox.com>') : ()), >Index: files/patch-Session.pm >=================================================================== >RCS file: files/patch-Session.pm >diff -N files/patch-Session.pm >--- files/patch-Session.pm 24 May 2002 12:54:34 -0000 1.1 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -1,30 +0,0 @@ >---- Session.pm.orig Sat Apr 6 16:12:24 2002 >-+++ Session.pm Sat Apr 6 16:13:03 2002 >-@@ -46,7 +46,6 @@ >- use strict; >- #use warnings; >- use Carp; >--use Log::Channel; >- use Spread; >- >- use vars qw($VERSION); >-@@ -55,9 +54,17 @@ >- my $DEFAULT_TIMEOUT = 5; >- >- BEGIN { >-- my $log = new Log::Channel; >-+ my ($log, $msglog); >-+ if (defined eval "require Log::Channel") { >-+ $log = new Log::Channel; >-+ $msglog = new Log::Channel("message"); >-+ } else { >-+ # no log::channel, disable all the logging >-+ $log = sub {}; >-+ $msglog = sub {}; >-+ } >-+ >- sub sslog { $log->(@_) } >-- my $msglog = new Log::Channel("message"); >- sub msglog { $msglog->(@_) } >- } >-
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 45181
: 26455