Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Nov 2002 12:02:00 +1100 (EST)
From:      Joshua Goodall <joshua@roughtrade.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45181: Maintainer update: net/p5-Spread-Session
Message-ID:  <20021110010200.06DF93F6C@green.shallow.net>

next in thread | raw e-mail | index | archive | help

>Number:         45181
>Category:       ports
>Synopsis:       Maintainer update: net/p5-Spread-Session
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 09 17:10:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Joshua Goodall
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD green.shallow.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Nov 4 00:26:59 EST 2002 root@green.shallow.net:/usr/obj/usr/src/sys/GREEN i386
>Description:
This is a maintainer update of the net/p5-Spread-Session port.

* Upstream update to v1.4 (bugfixes)

Committer please note: this update removes the content of files/
since the upstream incorporated our changes. Please cvs rm as
appropriate.

TIA
Joshua.

>How-To-Repeat:
>Fix:

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->(@_) }
- }
- 
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021110010200.06DF93F6C>