From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 15 07:10:09 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 B657837B401 for ; Thu, 15 May 2003 07:10:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C06E43FB1 for ; Thu, 15 May 2003 07:10:08 -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 h4FEA8Up017549 for ; Thu, 15 May 2003 07:10:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4FEA87H017548; Thu, 15 May 2003 07:10:08 -0700 (PDT) Resent-Date: Thu, 15 May 2003 07:10:08 -0700 (PDT) Resent-Message-Id: <200305151410.h4FEA87H017548@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 4587637B407 for ; Thu, 15 May 2003 07:01:43 -0700 (PDT) Received: from mx3.absolight.com (mx3.absolight.net [212.43.217.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4212643F75 for ; Thu, 15 May 2003 07:01:41 -0700 (PDT) (envelope-from mat@aragorn.reaumur.absolight.net) Received: by mx3.absolight.com (Postfix, from userid 1007) id 657822A69; Thu, 15 May 2003 16:01:40 +0200 (CEST) Received: from aragorn.reaumur.absolight.net (aragorn.reaumur.absolight.net [212.43.217.58]) by mx3.absolight.com (Postfix) with ESMTP id DD10D2A26; Thu, 15 May 2003 16:01:39 +0200 (CEST) Received: by aragorn.reaumur.absolight.net (Postfix, from userid 1000) id 31BCF838A; Thu, 15 May 2003 16:01:39 +0200 (CEST) Message-Id: <20030515140139.31BCF838A@aragorn.reaumur.absolight.net> Date: Thu, 15 May 2003 16:01:39 +0200 (CEST) From: Mathieu Arnold To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: m@absolight.net cc: mharo@FreeBSD.org Subject: ports/52280: (update) mail/p5-Mail-IMAPClient to 2.2.7 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: Thu, 15 May 2003 14:10:10 -0000 >Number: 52280 >Category: ports >Synopsis: (update) mail/p5-Mail-IMAPClient to 2.2.7 >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: Thu May 15 07:10:07 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 2.2.7 Add WWW site >How-To-Repeat: >Fix: --- p5-Mail-IMAPClient-2.2.7.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/p5-Mail-IMAPClient/Makefile,v retrieving revision 1.9 diff -u -b -w -r1.9 Makefile --- Makefile 2003/03/07 06:05:55 1.9 +++ Makefile 2003/05/15 13:57:04 @@ -6,7 +6,7 @@ # PORTNAME= Mail-IMAPClient -PORTVERSION= 2.1.4 +PORTVERSION= 2.2.7 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Mail @@ -15,12 +15,15 @@ MAINTAINER= mharo@FreeBSD.org COMMENT= Perl5 module to talk to a IMAP4rev1 (RFC2060) server +BUILD_DEPENDS= ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes INSTALL_TARGET= pure_site_install -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Mail::IMAPClient.3 Mail::IMAPClient::BodyStructure.3 \ - Mail::IMAPClient::Parse.3 + Mail::IMAPClient::Parse.3 Mail::IMAPClient::MessageSet.3 \ + Mail::IMAPClient::Thread.3 .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/p5-Mail-IMAPClient/distinfo,v retrieving revision 1.6 diff -u -b -w -r1.6 distinfo --- distinfo 2001/09/08 18:55:15 1.6 +++ distinfo 2003/05/15 13:57:04 @@ -1 +1 @@ -MD5 (Mail-IMAPClient-2.1.4.tar.gz) = 691fa67ad0c68cbe88ba972158495941 +MD5 (Mail-IMAPClient-2.2.7.tar.gz) = 9be0ca5a0c08e17a012bc7fd07e9642d Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/mail/p5-Mail-IMAPClient/pkg-descr,v retrieving revision 1.2 diff -u -b -w -r1.2 pkg-descr --- pkg-descr 2001/09/08 18:55:15 1.2 +++ pkg-descr 2003/05/15 13:57:04 @@ -1,2 +1,4 @@ This module provides perl routines that simplify a sockets connection to and an IMAP conversation with an IMAP server + +WWW: http://search.cpan.org/dist/Mail-IMAPClient/ Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/mail/p5-Mail-IMAPClient/pkg-plist,v retrieving revision 1.3 diff -u -b -w -r1.3 pkg-plist --- pkg-plist 2001/09/08 18:55:15 1.3 +++ pkg-plist 2003/05/15 13:57:04 @@ -1,8 +1,12 @@ -lib/perl5/site_perl/%%PERL_VER%%/Mail/IMAPClient.pm -lib/perl5/site_perl/%%PERL_VER%%/Mail/IMAPClient/BodyStructure.pm -lib/perl5/site_perl/%%PERL_VER%%/Mail/IMAPClient/Parse.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail/IMAPClient/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Mail/IMAPClient -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail/IMAPClient -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Mail 2>/dev/null || true +%%SITE_PERL%%/Mail/IMAPClient.pm +%%SITE_PERL%%/Mail/IMAPClient.pod +%%SITE_PERL%%/Mail/IMAPClient/BodyStructure.pm +%%SITE_PERL%%/Mail/IMAPClient/BodyStructure/Parse.pm +%%SITE_PERL%%/Mail/IMAPClient/MessageSet.pm +%%SITE_PERL%%/Mail/IMAPClient/Thread.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/IMAPClient/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/IMAPClient +@dirrm %%SITE_PERL%%/Mail/IMAPClient/BodyStructure +@dirrm %%SITE_PERL%%/Mail/IMAPClient +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Mail 2>/dev/null || true --- p5-Mail-IMAPClient-2.2.7.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: