Date: Wed, 14 Nov 2018 13:54:19 +0000 (UTC) From: =?UTF-8?Q?Vin=c3=adcius_Zavam?= <egypcio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484922 - head/security/py-yubikey-manager Message-ID: <201811141354.wAEDsJEU025583@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: egypcio Date: Wed Nov 14 13:54:19 2018 New Revision: 484922 URL: https://svnweb.freebsd.org/changeset/ports/484922 Log: security/py-yubikey-manager: update to v1.0.1 - adopt the port; - change LICENSE and LICENSE_FILE accordingly; - add flavors to USE_PYTHON. Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D17894 Modified: head/security/py-yubikey-manager/Makefile head/security/py-yubikey-manager/distinfo Modified: head/security/py-yubikey-manager/Makefile ============================================================================== --- head/security/py-yubikey-manager/Makefile Wed Nov 14 13:34:16 2018 (r484921) +++ head/security/py-yubikey-manager/Makefile Wed Nov 14 13:54:19 2018 (r484922) @@ -1,15 +1,16 @@ # $FreeBSD$ PORTNAME= yubikey-manager -PORTVERSION= 0.7.1 +PORTVERSION= 1.0.1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= egypcio@googlemail.com COMMENT= Python library and command line tool for configuring a YubiKey -LICENSE= GPLv3 +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyscard>0:security/py-pyscard@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${PY_FLAVOR} \ @@ -21,6 +22,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyscard>0:security ykpers>0:security/ykpers USES= python:3.4+ -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist distutils flavors .include <bsd.port.mk> Modified: head/security/py-yubikey-manager/distinfo ============================================================================== --- head/security/py-yubikey-manager/distinfo Wed Nov 14 13:34:16 2018 (r484921) +++ head/security/py-yubikey-manager/distinfo Wed Nov 14 13:54:19 2018 (r484922) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535422802 -SHA256 (yubikey-manager-0.7.1.tar.gz) = 177bbf953b8557b8de68bacbbdfc56764e93733f337b2327e322cfc4ed4f7d18 -SIZE (yubikey-manager-0.7.1.tar.gz) = 71834 +TIMESTAMP = 1541607882 +SHA256 (yubikey-manager-1.0.1.tar.gz) = 1f915d8899dbcf85b6b9879f5664953ce1edcd5a503a00d03b9c6298900bfc44 +SIZE (yubikey-manager-1.0.1.tar.gz) = 73411
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811141354.wAEDsJEU025583>