Summary: | [patch] mail/offlineimap: fix read-only folders | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Matthew West <ports> | ||||
Component: | Individual Port(s) | Assignee: | Eygene Ryabinkin <rea> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Matthew West
2013-02-12 18:20:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->rea Over to maintainer (via the GNATS Auto Assign Tool) Testing the patched port, please, wait for a couple of hours. -- Eygene Ryabinkin ,,,^..^,,, [ Life's unfair - but root password helps! | codelabs.ru ] [ 82FE 06BC D497 C0DE 49EC 4FF0 16AF 9EAE 8152 ECFB | freebsd.org ] 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 <ports@r.zeeb.org> 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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed, http://svnweb.freebsd.org/ports?view=revision&revision=313165 Thanks for your submission! |