From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 13 08:00:44 2004 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 6956616A4CE for ; Fri, 13 Aug 2004 08:00:44 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 494E743D55 for ; Fri, 13 Aug 2004 08:00:44 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i7D80iqJ058512 for ; Fri, 13 Aug 2004 08:00:44 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7D80i1m058491; Fri, 13 Aug 2004 08:00:44 GMT (envelope-from gnats) Resent-Date: Fri, 13 Aug 2004 08:00:44 GMT Resent-Message-Id: <200408130800.i7D80i1m058491@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, Cheng-Lung Sung Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8008B16A4CE for ; Fri, 13 Aug 2004 07:51:27 +0000 (GMT) Received: from FreeBSD.csie.NCTU.edu.tw (freebsd.csie.nctu.edu.tw [140.113.17.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D84943D62 for ; Fri, 13 Aug 2004 07:51:27 +0000 (GMT) (envelope-from clsung@FreeBSD.csie.NCTU.edu.tw) Received: from localhost (unknown [127.0.0.1]) by FreeBSD.csie.NCTU.edu.tw (Postfix) with ESMTP id 22C4A106C2F for ; Fri, 13 Aug 2004 15:51:19 +0800 (CST) Received: from FreeBSD.csie.NCTU.edu.tw ([127.0.0.1]) by localhost (FreeBSD.csie.NCTU.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03680-01 for ; Fri, 13 Aug 2004 15:51:18 +0800 (CST) Received: by FreeBSD.csie.NCTU.edu.tw (Postfix, from userid 1038) id 449DA106C3B; Fri, 13 Aug 2004 15:51:18 +0800 (CST) Message-Id: <20040813075118.449DA106C3B@FreeBSD.csie.NCTU.edu.tw> Date: Fri, 13 Aug 2004 15:51:18 +0800 (CST) From: Cheng-Lung Sung To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/70396: [PATCH] mail/p5-Mail-Webmail-Gmail: update to 0.09 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Aug 2004 08:00:44 -0000 >Number: 70396 >Category: ports >Synopsis: [PATCH] mail/p5-Mail-Webmail-Gmail: update to 0.09 >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: Fri Aug 13 08:00:43 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Cheng-Lung Sung >Release: FreeBSD 4.10-STABLE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD FreeBSD.csie.NCTU.edu.tw 4.10-STABLE FreeBSD 4.10-STABLE #0: Sat May 29 08:18:00 CST 2004 >Description: - Update to 0.09 - copy from Changes: - Added a README.WINDOWS to help with the complexity of installing Crypt::SSLeay under that platform. - Added the ability to send attachments ( Thank you Daniel Stutz ) - Added encrypt_session, which allows you to encrypt your entire Gmail session, not just the logon process. - Added the ability to pull ads. Ads are automatically pulled when you request a message thread. - Removed reference to META.YML in the manifest. - Fixed some spelling errors ( I think I do this everytime. ) - Fixed example scripts, changed reference of $Gmail::FOLDERS to $Mail::Webmail::Gmail::FOLDERS ( thanks tristan! ) - Fixed parsing error when there were unmatched square brackets in a field ( Thanks again Daniel! ) - Proxy support has stopped working for me, not sure if its an issue with the proxy I've been using, or if its an issue with the update I did to the logon process in 0.08. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-Mail-Webmail-Gmail-0.09.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/p5-Mail-Webmail-Gmail/Makefile /home/clsung/p5-Mail-Webmail-Gmail/Makefile --- /usr/ports/mail/p5-Mail-Webmail-Gmail/Makefile Mon Aug 9 05:36:52 2004 +++ /home/clsung/p5-Mail-Webmail-Gmail/Makefile Fri Aug 13 11:22:42 2004 @@ -6,7 +6,7 @@ # PORTNAME= Mail-Webmail-Gmail -PORTVERSION= 0.08 +PORTVERSION= 0.09 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Mail diff -ruN --exclude=CVS /usr/ports/mail/p5-Mail-Webmail-Gmail/distinfo /home/clsung/p5-Mail-Webmail-Gmail/distinfo --- /usr/ports/mail/p5-Mail-Webmail-Gmail/distinfo Mon Aug 9 05:36:52 2004 +++ /home/clsung/p5-Mail-Webmail-Gmail/distinfo Fri Aug 13 11:22:56 2004 @@ -1,2 +1,2 @@ -MD5 (Mail-Webmail-Gmail-0.08.tar.gz) = 695295a2505dd5a7959aaea53e1e0ccf -SIZE (Mail-Webmail-Gmail-0.08.tar.gz) = 10967 +MD5 (Mail-Webmail-Gmail-0.09.tar.gz) = 18e594f8e778f4389ec1362048cfe2b8 +SIZE (Mail-Webmail-Gmail-0.09.tar.gz) = 12771 --- p5-Mail-Webmail-Gmail-0.09.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: