https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230514

--- Comment #6 from Nathan <ndow...@yahoo.com> ---
Comment on attachment 196069
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=196069
Update

>security/py-yubikey-manager: Update to 0.7.1
>
>* Updated to version 0.7.1
>* Corrected License according to COPYING file
>* Added pkg-message pertaining to Python 3
>  -- UTF Locale needs to be set in Python 3
>
>Changelog: 
>https://raw.githubusercontent.com/Yubico/yubikey-manager/5938d59e84b139f357a7f9502fa027db3877c7f5/NEWS
>
>Index: security/py-yubikey-manager/Makefile
>===================================================================
>--- security/py-yubikey-manager/Makefile       (revision 476788)
>+++ security/py-yubikey-manager/Makefile       (working copy)
>@@ -1,15 +1,16 @@
> # $FreeBSD$
> 
> PORTNAME=     yubikey-manager
>-PORTVERSION=  0.6.1
>+PORTVERSION=  0.7.1
> CATEGORIES=   security python
> MASTER_SITES= CHEESESHOP
> PKGNAMEPREFIX=        ${PYTHON_PKGNAMEPREFIX}
> 
>-MAINTAINER=   po...@freebsd.org
>+MAINTAINER=   ndow...@yahoo.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} \
>@@ -20,7 +21,8 @@
>               u2f-host:security/libu2f-host \
>               ykpers>0:security/ykpers
> 
>-USES=         python:3.4+
>+USES=         python
> USE_PYTHON=   autoplist distutils
>+NO_ARCH=      yes
> 
> .include <bsd.port.mk>
>Index: security/py-yubikey-manager/distinfo
>===================================================================
>--- security/py-yubikey-manager/distinfo       (revision 476788)
>+++ security/py-yubikey-manager/distinfo       (working copy)
>@@ -1,3 +1,3 @@
>-TIMESTAMP = 1524469668
>-SHA256 (yubikey-manager-0.6.1.tar.gz) = 
>bd5400b4bd246b3e3aa04e76e4fc665d92389709d6574d2244e3c94a12fe16ad
>-SIZE (yubikey-manager-0.6.1.tar.gz) = 78915
>+TIMESTAMP = 1533955267
>+SHA256 (yubikey-manager-0.7.1.tar.gz) = 
>177bbf953b8557b8de68bacbbdfc56764e93733f337b2327e322cfc4ed4f7d18
>+SIZE (yubikey-manager-0.7.1.tar.gz) = 71834
>Index: security/py-yubikey-manager/pkg-message
>===================================================================
>--- security/py-yubikey-manager/pkg-message    (nonexistent)
>+++ security/py-yubikey-manager/pkg-message    (working copy)
>@@ -0,0 +1,8 @@
>+
>+If using Python3.x:
>+You must export your UTF-8 locale, for ykman to run
>+
>+Example:
>+export LC_ALL=en_US.UTF-8
>+
>+
>
>Property changes on: security/py-yubikey-manager/pkg-message
>___________________________________________________________________
>Added: fbsd:nokeywords
>## -0,0 +1 ##
>+yes
>\ No newline at end of property
>Added: svn:eol-style
>## -0,0 +1 ##
>+native
>\ No newline at end of property
>Added: svn:mime-type
>## -0,0 +1 ##
>+text/plain
>\ No newline at end of property

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to