Date: Mon, 8 Oct 2018 21:42:07 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481576 - head/security/py-fido2 Message-ID: <201810082142.w98Lg7cS095305@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810082142.w98Lg7cS095305>