Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2023 17:38:33 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4d6b301d62fa - main - security/py-argon2-cffi: Update WWW and clean up pkg-descr
Message-ID:  <202304051738.335HcXl4089171@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4d6b301d62fad675bf3d809599ef5f4263341c8e

commit 4d6b301d62fad675bf3d809599ef5f4263341c8e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-05 17:18:51 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-05 17:30:50 +0000

    security/py-argon2-cffi: Update WWW and clean up pkg-descr
---
 security/py-argon2-cffi/Makefile  | 3 ++-
 security/py-argon2-cffi/pkg-descr | 2 --
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/security/py-argon2-cffi/Makefile b/security/py-argon2-cffi/Makefile
index 51d04673256e..f67579ea8b65 100644
--- a/security/py-argon2-cffi/Makefile
+++ b/security/py-argon2-cffi/Makefile
@@ -7,7 +7,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Secure Argon2 password hashing algorithm
-WWW=		https://argon2-cffi.readthedocs.io/en/stable/
+WWW=		https://argon2-cffi.readthedocs.io/en/stable/ \
+		https://github.com/hynek/argon2-cffi
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
diff --git a/security/py-argon2-cffi/pkg-descr b/security/py-argon2-cffi/pkg-descr
index 58becbcb5ae0..33dcad5d84e6 100644
--- a/security/py-argon2-cffi/pkg-descr
+++ b/security/py-argon2-cffi/pkg-descr
@@ -1,4 +1,2 @@
 Argon2 won the Password Hashing Competition and argon2-cffi is the simplest way
 to use it in Python and PyPy.
-
-See also: https://github.com/hynek/argon2-cffi



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