git: 4d6b301d62fa - main - security/py-argon2-cffi: Update WWW and clean up pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Apr 2023 17:38:33 UTC
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