From owner-svn-ports-all@freebsd.org Sun Apr 1 12:53:00 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5E3EF96261; Sun, 1 Apr 2018 12:53:00 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6020C6A1F8; Sun, 1 Apr 2018 12:53:00 +0000 (UTC) (envelope-from wen@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 596F8271AC; Sun, 1 Apr 2018 12:53:00 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w31Cr0kG018275; Sun, 1 Apr 2018 12:53:00 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w31Cr03m018273; Sun, 1 Apr 2018 12:53:00 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201804011253.w31Cr03m018273@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 1 Apr 2018 12:53:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466148 - head/security/py-keyring X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/security/py-keyring X-SVN-Commit-Revision: 466148 X-SVN-Commit-Repository: ports 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.25 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, 01 Apr 2018 12:53:00 -0000 Author: wen Date: Sun Apr 1 12:52:59 2018 New Revision: 466148 URL: https://svnweb.freebsd.org/changeset/ports/466148 Log: - Update to 12.0.0 PR: 227156 Submitted by: douglas@douglasthrift.net(maintainer) Modified: head/security/py-keyring/Makefile head/security/py-keyring/distinfo Modified: head/security/py-keyring/Makefile ============================================================================== --- head/security/py-keyring/Makefile Sun Apr 1 12:43:53 2018 (r466147) +++ head/security/py-keyring/Makefile Sun Apr 1 12:52:59 2018 (r466148) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= keyring -DISTVERSION= 10.5.1 +DISTVERSION= 12.0.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +13,7 @@ COMMENT= Store and access your passwords safely LICENSE= PSFL BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.1:devel/py-setuptools_scm@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}entrypoints>=0.2.3:devel/py-entrypoints@${FLAVOR} NO_ARCH= yes USES= python Modified: head/security/py-keyring/distinfo ============================================================================== --- head/security/py-keyring/distinfo Sun Apr 1 12:43:53 2018 (r466147) +++ head/security/py-keyring/distinfo Sun Apr 1 12:52:59 2018 (r466148) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513472989 -SHA256 (keyring-10.5.1.tar.gz) = f10674bb6ecbf82e2b713627c48ad0e84178e1c9d3dc1f0373261a0765402fb2 -SIZE (keyring-10.5.1.tar.gz) = 40755 +TIMESTAMP = 1522570798 +SHA256 (keyring-12.0.0.tar.gz) = fe8ae61626476c554af55036d48360b422a3d32c7c429a93f972219399987b38 +SIZE (keyring-12.0.0.tar.gz) = 25387