aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:19:12 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:30:52 +0000
commit279b2a013d824b30f0d675defa818d449c4f645e (patch)
tree2cfa61be71a7fb43d74b9980be93fd2df04aef48
parent42cc460cef90c125d8e866303acc7f03ad538338 (diff)
downloadports-279b2a013d824b30f0d675defa818d449c4f645e.tar.gz
ports-279b2a013d824b30f0d675defa818d449c4f645e.zip
security/py-rsa: Update WWW and clean up pkg-descr
-rw-r--r--security/py-rsa/Makefile3
-rw-r--r--security/py-rsa/pkg-descr2
2 files changed, 2 insertions, 3 deletions
diff --git a/security/py-rsa/Makefile b/security/py-rsa/Makefile
index 8e7578c8d193..faf5f4f8c1f6 100644
--- a/security/py-rsa/Makefile
+++ b/security/py-rsa/Makefile
@@ -6,7 +6,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Pure-Python RSA implementation
-WWW= https://stuvel.eu/software/rsa/
+WWW= https://stuvel.eu/software/rsa/ \
+ https://github.com/sybrenstuvel/python-rsa
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
diff --git a/security/py-rsa/pkg-descr b/security/py-rsa/pkg-descr
index 6c567ba0d46d..be15f5aea9d0 100644
--- a/security/py-rsa/pkg-descr
+++ b/security/py-rsa/pkg-descr
@@ -2,5 +2,3 @@ Python-RSA is a pure-Python RSA implementation. It supports encryption and
decryption, signing and verifying signatures, and key generation according to
PKCS#1 version 1.5. It can be used as a Python library as well as on the
commandline.
-
-See also: https://github.com/sybrenstuvel/python-rsa