From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 14 09:40:19 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E43337B401 for ; Wed, 14 May 2003 09:40:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B840C43F3F for ; Wed, 14 May 2003 09:40:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4EGeGUp038414 for ; Wed, 14 May 2003 09:40:16 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4EGeGPw038413; Wed, 14 May 2003 09:40:16 -0700 (PDT) Resent-Date: Wed, 14 May 2003 09:40:16 -0700 (PDT) Resent-Message-Id: <200305141640.h4EGeGPw038413@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mathieu Arnold Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B02037B41D for ; Wed, 14 May 2003 09:36:26 -0700 (PDT) Received: from mx3.absolight.com (mx3.absolight.net [212.43.217.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34EBE43F3F for ; Wed, 14 May 2003 09:36:25 -0700 (PDT) (envelope-from mat@aragorn.reaumur.absolight.net) Received: by mx3.absolight.com (Postfix, from userid 1007) id 5D2F92A31; Wed, 14 May 2003 18:36:24 +0200 (CEST) Received: from aragorn.reaumur.absolight.net (aragorn.reaumur.absolight.net [212.43.217.58]) by mx3.absolight.com (Postfix) with ESMTP id C20942A19; Wed, 14 May 2003 18:36:23 +0200 (CEST) Received: by aragorn.reaumur.absolight.net (Postfix, from userid 1000) id 91B70869F; Wed, 14 May 2003 18:36:22 +0200 (CEST) Message-Id: <20030514163622.91B70869F@aragorn.reaumur.absolight.net> Date: Wed, 14 May 2003 18:36:22 +0200 (CEST) From: Mathieu Arnold To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: m@absolight.net cc: jedgar@fxp.org Subject: ports/52241: (update) irc/p5-IRC to 0.74 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mathieu Arnold List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2003 16:40:19 -0000 >Number: 52241 >Category: ports >Synopsis: (update) irc/p5-IRC to 0.74 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 14 09:40:15 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Mathieu Arnold >Release: FreeBSD 4.8-RELEASE i386 >Organization: Absolight >Environment: System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 10 13:45:07 CEST 2003 root@aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386 >Description: Update to 0.74 >How-To-Repeat: >Fix: I removed the patch, not needed any more. --- p5-Net-IRC-0.74.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/irc/p5-IRC/Makefile,v retrieving revision 1.14 diff -u -b -w -r1.14 Makefile --- Makefile 2003/03/07 06:04:01 1.14 +++ Makefile 2003/05/14 16:32:05 @@ -6,10 +6,10 @@ # PORTNAME= Net-IRC -PORTVERSION= 0.71 +PORTVERSION= 0.74 CATEGORIES= irc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Net +MASTER_SITE_SUBDIR= ../by-authors/id/J/JM/JMUHLICH PKGNAMEPREFIX= p5- MAINTAINER= jedgar@fxp.org @@ -17,7 +17,6 @@ PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Net::Connection.3 \ Net::DCC.3 \ Net::Event.3 \ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/irc/p5-IRC/distinfo,v retrieving revision 1.6 diff -u -b -w -r1.6 distinfo --- distinfo 2001/11/27 14:34:04 1.6 +++ distinfo 2003/05/14 16:32:05 @@ -1 +1 @@ -MD5 (Net-IRC-0.71.tar.gz) = a826fb30864b619d6de47c97cef4fc24 +MD5 (Net-IRC-0.74.tar.gz) = 641f5afb334582e9812798de83808329 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/irc/p5-IRC/pkg-descr,v retrieving revision 1.3 diff -u -b -w -r1.3 pkg-descr --- pkg-descr 2000/01/31 04:02:28 1.3 +++ pkg-descr 2003/05/14 16:32:05 @@ -16,3 +16,5 @@ Net::IRC::DCC See their respective man pages for details. + +WWW: http://search.cpan.org/dist/Net-IRC Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/irc/p5-IRC/pkg-plist,v retrieving revision 1.3 diff -u -b -w -r1.3 pkg-plist --- pkg-plist 2000/06/01 12:51:33 1.3 +++ pkg-plist 2003/05/14 16:32:05 @@ -1,9 +1,9 @@ -lib/perl5/site_perl/%%PERL_VER%%/Net/IRC.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/IRC/Connection.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/IRC/DCC.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/IRC/Event.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/IRC/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/IRC -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/IRC -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true +%%SITE_PERL%%/Net/IRC.pm +%%SITE_PERL%%/Net/IRC/Connection.pm +%%SITE_PERL%%/Net/IRC/DCC.pm +%%SITE_PERL%%/Net/IRC/Event.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IRC/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IRC +@dirrm %%SITE_PERL%%/Net/IRC +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true Index: files/patch-Connection.pm =================================================================== RCS file: patch-Connection.pm diff -N patch-Connection.pm --- /cvstmp/cvshMmtgc2ad7 Wed May 14 11:32:05 2003 +++ /dev/null Wed May 14 03:20:22 2003 @@ -1,11 +0,0 @@ ---- Connection.pm.orig Sun Jul 1 14:50:50 2001 -+++ Connection.pm Tue Nov 27 09:31:39 2001 -@@ -1112,7 +1112,7 @@ - /x) # That ought to do it for now... - { - $line = substr $line, 1 if $line =~ /^:/; -- ($from, $line) = split ":", $line, 2; -+ ($from, $line) = $line =~ m/^(\S+\s.*?):(.*)$/; - ($from, $type, @stuff) = split /\s+/, $from; - $type = lc $type; - --- p5-Net-IRC-0.74.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: