From owner-svn-ports-all@freebsd.org Mon Oct 8 21:42:07 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 CFC1810CD0B2; Mon, 8 Oct 2018 21:42:07 +0000 (UTC) (envelope-from sunpoet@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 857E1806DC; Mon, 8 Oct 2018 21:42:07 +0000 (UTC) (envelope-from sunpoet@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 8056E599; Mon, 8 Oct 2018 21:42:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w98Lg7bM095307; Mon, 8 Oct 2018 21:42:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w98Lg7cS095305; Mon, 8 Oct 2018 21:42:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201810082142.w98Lg7cS095305@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 8 Oct 2018 21:42:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481576 - head/security/py-fido2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/py-fido2 X-SVN-Commit-Revision: 481576 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.27 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: Mon, 08 Oct 2018 21:42:08 -0000 Author: sunpoet Date: Mon Oct 8 21:42:06 2018 New Revision: 481576 URL: https://svnweb.freebsd.org/changeset/ports/481576 Log: Update to 0.4.0 - Add LICENSE_FILE - Add missing RUN_DEPENDS Changes: https://github.com/Yubico/python-fido2/releases https://github.com/Yubico/python-fido2/blob/master/NEWS Modified: head/security/py-fido2/Makefile head/security/py-fido2/distinfo Modified: head/security/py-fido2/Makefile ============================================================================== --- head/security/py-fido2/Makefile Mon Oct 8 21:41:58 2018 (r481575) +++ head/security/py-fido2/Makefile Mon Oct 8 21:42:06 2018 (r481576) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= fido2 -PORTVERSION= 0.3.0 +PORTVERSION= 0.4.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,9 +10,15 @@ MAINTAINER= python@FreeBSD.org COMMENT= Provides library functionality for FIDO 2.0 LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=1.0:security/py-cryptography@${PY_FLAVOR} \ + ${PY_ENUM34} \ + ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} + USES= python USE_PYTHON= autoplist distutils + NO_ARCH= yes .include Modified: head/security/py-fido2/distinfo ============================================================================== --- head/security/py-fido2/distinfo Mon Oct 8 21:41:58 2018 (r481575) +++ head/security/py-fido2/distinfo Mon Oct 8 21:42:06 2018 (r481576) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529066291 -SHA256 (fido2-0.3.0.tar.gz) = 32c0db375458853d68cbbeb04861c412a05c22c873236a0c4f71296dc983ab35 -SIZE (fido2-0.3.0.tar.gz) = 125907 +TIMESTAMP = 1539026879 +SHA256 (fido2-0.4.0.tar.gz) = f8d84aef5b54cccfb5558f399f196d540f8dcba458862214c14f7f66c22a4488 +SIZE (fido2-0.4.0.tar.gz) = 141714