From owner-svn-ports-all@freebsd.org Sun Oct 23 17:50:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E576FC1E17F; Sun, 23 Oct 2016 17:50:39 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9DDA8E4A; Sun, 23 Oct 2016 17:50:39 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9NHocSt089399; Sun, 23 Oct 2016 17:50:38 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9NHocZv089397; Sun, 23 Oct 2016 17:50:38 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610231750.u9NHocZv089397@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 23 Oct 2016 17:50:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424536 - 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-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2016 17:50:40 -0000 Author: pi Date: Sun Oct 23 17:50:38 2016 New Revision: 424536 URL: https://svnweb.freebsd.org/changeset/ports/424536 Log: mail/offlineimap: update 6.5.7 -> 7.0.8 PR: 213672 Changes: http://www.offlineimap.org/doc/Changelog.html Submitted by: mp39590@gmail.com (maintainer) Modified: head/mail/offlineimap/Makefile head/mail/offlineimap/distinfo Modified: head/mail/offlineimap/Makefile ============================================================================== --- head/mail/offlineimap/Makefile Sun Oct 23 17:32:51 2016 (r424535) +++ head/mail/offlineimap/Makefile Sun Oct 23 17:50:38 2016 (r424536) @@ -3,7 +3,7 @@ PORTNAME= offlineimap DISTVERSIONPREFIX= v -DISTVERSION= 6.5.7 +DISTVERSION= 7.0.8 CATEGORIES= mail python MAINTAINER= mp39590@gmail.com @@ -16,7 +16,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING ## later versions have sqlite3 backend, which is recommended for local storages ## with large amount of emails -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 +## (add additional variable to use in {BUILD|RUN}_DEPENDS per porter's hb 5.8.2) +OIMAP_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3 +BUILD_DEPENDS= ${OIMAP_DEPENDS} +RUN_DEPENDS= ${OIMAP_DEPENDS} USE_GITHUB= yes GH_ACCOUNT= OfflineIMAP Modified: head/mail/offlineimap/distinfo ============================================================================== --- head/mail/offlineimap/distinfo Sun Oct 23 17:32:51 2016 (r424535) +++ head/mail/offlineimap/distinfo Sun Oct 23 17:50:38 2016 (r424536) @@ -1,2 +1,3 @@ -SHA256 (OfflineIMAP-offlineimap-v6.5.7_GH0.tar.gz) = b7de52c7d8995e0657bb55da13531c8d6f96d828217159477c685ae408e390a3 -SIZE (OfflineIMAP-offlineimap-v6.5.7_GH0.tar.gz) = 666620 +TIMESTAMP = 1477040063 +SHA256 (OfflineIMAP-offlineimap-v7.0.8_GH0.tar.gz) = 19da773c1486d3d06ebe04e499f48e57d4224149582672a74876b1f15481bd6a +SIZE (OfflineIMAP-offlineimap-v7.0.8_GH0.tar.gz) = 691624