Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Aug 2020 16:08:24 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544079 - head/security/py-pyelliptic
Message-ID:  <202008031608.073G8Owr077062@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon Aug  3 16:08:24 2020
New Revision: 544079
URL: https://svnweb.freebsd.org/changeset/ports/544079

Log:
  security/py-pyelliptic: Update 1.5.8 -> 2.0.1
  
  The previous GH project yann2192/pyelliptic has been deprecated.
  The GH project radfish/py-pyelliptic contains a newer tag and updates
  sources based on changes in the BitMessage sourcebase.

Modified:
  head/security/py-pyelliptic/Makefile
  head/security/py-pyelliptic/distinfo
  head/security/py-pyelliptic/pkg-descr

Modified: head/security/py-pyelliptic/Makefile
==============================================================================
--- head/security/py-pyelliptic/Makefile	Mon Aug  3 15:57:02 2020	(r544078)
+++ head/security/py-pyelliptic/Makefile	Mon Aug  3 16:08:24 2020	(r544079)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pyelliptic
-PORTVERSION=	1.5.8
+PORTVERSION=	2.0.1
 CATEGORIES=	security python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -14,11 +14,11 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl@${PY_FLAVOR}
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	yann2192
-
 USES=		python
+USE_GITHUB=	yes
+GH_ACCOUNT=	radfish
 USE_PYTHON=	autoplist distutils
+
 NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/security/py-pyelliptic/distinfo
==============================================================================
--- head/security/py-pyelliptic/distinfo	Mon Aug  3 15:57:02 2020	(r544078)
+++ head/security/py-pyelliptic/distinfo	Mon Aug  3 16:08:24 2020	(r544079)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1493518128
-SHA256 (yann2192-pyelliptic-1.5.8_GH0.tar.gz) = ec23fb3a39a9ad9402354c2ac6c66990e737435365eb313070dd9a76e6849153
-SIZE (yann2192-pyelliptic-1.5.8_GH0.tar.gz) = 6136
+TIMESTAMP = 1596470469
+SHA256 (radfish-pyelliptic-2.0.1_GH0.tar.gz) = 840ad6f5e79c633e1de79fb08be78bf76fe07a7f260905eea31efb5ddf00180d
+SIZE (radfish-pyelliptic-2.0.1_GH0.tar.gz) = 35670

Modified: head/security/py-pyelliptic/pkg-descr
==============================================================================
--- head/security/py-pyelliptic/pkg-descr	Mon Aug  3 15:57:02 2020	(r544078)
+++ head/security/py-pyelliptic/pkg-descr	Mon Aug  3 16:08:24 2020	(r544079)
@@ -1,4 +1,4 @@
 Python OpenSSL wrapper. For modern cryptography with ECC, AES, HMAC,
 Blowfish, ...
 
-WWW: https://github.com/yann2192/pyelliptic
+https://github.com/radfish/pyelliptic



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008031608.073G8Owr077062>