Date: Tue, 4 Aug 2009 20:52:55 GMT From: Kevin Kobb <kkobb@skylinecorp.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/137434: [PATCH] mail/imapsync: Mail::IMAPClient check is faulty Message-ID: <200908042052.n74Kqt3c074958@www.freebsd.org> Resent-Message-ID: <200908042100.n74L03GC090536@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 137434 >Category: ports >Synopsis: [PATCH] mail/imapsync: Mail::IMAPClient check is faulty >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Aug 04 21:00:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Kevin Kobb >Release: 7.2-RELEASE-p3 >Organization: Skyline Corporation >Environment: FreeBSD mail.skylinecorp.com 7.2-RELEASE-p3 FreeBSD 7.2-RELEASE-p3 #0: Sat Aug 1 10:42:31 EDT 2009 root@mail.skylinecorp.com:/usr/obj/usr/src/sys/PE1900 amd64 >Description: Trying to run imapsync 1.285 produces: imapsync needs perl lib Mail::IMAPClient release 2.2.9, or 3.0.19 or superior imapsync quits at this point Running pkg_info shows: mail# pkg_info | grep p5-Mail-IMAPClient p5-Mail-IMAPClient-3.19 Perl5 module to talk to a IMAP4rev1 (RFC2060) server >How-To-Repeat: Install imapsync and p5-Mail-IMAPClient-3.19 and try to run imapsync. >Fix: This is a known upstream problem, and is fixed in imapsync version 1.286. Update the port to 1.286 fixes this problem. Patch attached. Patch attached with submission follows: diff -urN imapsync/Makefile imapsync.new/Makefile --- imapsync/Makefile 2009-07-16 11:33:13.000000000 -0400 +++ imapsync.new/Makefile 2009-08-04 15:41:19.000000000 -0400 @@ -6,7 +6,7 @@ # PORTNAME= imapsync -PORTVERSION= 1.285 +PORTVERSION= 1.286 CATEGORIES= mail perl5 MASTER_SITES= http://www.linux-france.org/prj/imapsync/dist/ \ http://christianserving.org/ports/mail/imapsync/ diff -urN imapsync/distinfo imapsync.new/distinfo --- imapsync/distinfo 2009-07-16 11:33:13.000000000 -0400 +++ imapsync.new/distinfo 2009-08-04 15:41:45.000000000 -0400 @@ -1,3 +1,3 @@ -MD5 (imapsync-1.285.tgz) = 5ae83a8a5cdd29e591526f85199f79f4 -SHA256 (imapsync-1.285.tgz) = 1365933d1295a531624cc44ece3eebea7be07af44f5b02dfee9fccc4f64830f5 -SIZE (imapsync-1.285.tgz) = 739588 +MD5 (imapsync-1.286.tgz) = b60b1b280540dbe4f5787df32515c1af +SHA256 (imapsync-1.286.tgz) = f8d623526c51f5221f8d649cd875d09e001dcb542deb4a5b7320ddca8bebccd1 +SIZE (imapsync-1.286.tgz) = 740139 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908042052.n74Kqt3c074958>