From owner-svn-ports-head@FreeBSD.ORG Fri Mar 1 19:41:34 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 31DC5B98; Fri, 1 Mar 2013 19:41:34 +0000 (UTC) (envelope-from rea@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 0D13811DE; Fri, 1 Mar 2013 19:41:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r21JfX1o065535; Fri, 1 Mar 2013 19:41:33 GMT (envelope-from rea@svn.freebsd.org) Received: (from rea@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r21JfXaL065531; Fri, 1 Mar 2013 19:41:33 GMT (envelope-from rea@svn.freebsd.org) Message-Id: <201303011941.r21JfXaL065531@svn.freebsd.org> From: Eygene Ryabinkin Date: Fri, 1 Mar 2013 19:41:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313165 - head/mail/offlineimap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2013 19:41:34 -0000 Author: rea Date: Fri Mar 1 19:41:33 2013 New Revision: 313165 URL: http://svnweb.freebsd.org/changeset/ports/313165 Log: mail/offlineimap: add patch for proper handling of read-only folders PR: 176079 QA page: http://codelabs.ru/fbsd/ports/qa/mail/offlineimap/6.5.4_1 Submitted by: Matthew West Feature safe: yes Modified: head/mail/offlineimap/Makefile head/mail/offlineimap/distinfo Modified: head/mail/offlineimap/Makefile ============================================================================== --- head/mail/offlineimap/Makefile Fri Mar 1 19:32:05 2013 (r313164) +++ head/mail/offlineimap/Makefile Fri Mar 1 19:41:33 2013 (r313165) @@ -7,9 +7,11 @@ PORTNAME= offlineimap DISTVERSION= 6.5.4 +PORTREVISION= 1 CATEGORIES= mail python MASTER_SITES= http://cloud.github.com/downloads/spaetz/offlineimap/ \ http://dist.codelabs.ru/fbsd/offlineimap/ +PATCH_SITES= http://codelabs.ru/patches/offlineimap/ DISTNAME= ${PORTNAME}-v${DISTVERSION} MAINTAINER= rea@FreeBSD.org @@ -25,6 +27,8 @@ OPTIONS= HTMLDOCS "Generate HTML documen WRKSRC= ${WRKDIR}/${GITHUB_USER}-${PORTNAME}-${GITHUB_HASH} SUB_FILES= pkg-message PATCH_STRIP= -p1 +PATCH_DIST_STRIP= -p1 +PATCHFILES= 2012-properly-detect-readonly-folders.diff GITHUB_USER= spaetz GITHUB_HASH= c9e9690 Modified: head/mail/offlineimap/distinfo ============================================================================== --- head/mail/offlineimap/distinfo Fri Mar 1 19:32:05 2013 (r313164) +++ head/mail/offlineimap/distinfo Fri Mar 1 19:41:33 2013 (r313165) @@ -1,2 +1,4 @@ SHA256 (offlineimap-v6.5.4.tar.gz) = 831a97b5154f398b65e1c06427668b78cf833d99fac36cc8278ad2cf0c393a0c SIZE (offlineimap-v6.5.4.tar.gz) = 167023 +SHA256 (2012-properly-detect-readonly-folders.diff) = 461dc50ba198d7460a196a9f85c69b0221678a2bb2244bc43c8ca8b4672b44bf +SIZE (2012-properly-detect-readonly-folders.diff) = 1131