git: 279b2a013d82 - main - security/py-rsa: Update WWW and clean up pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Apr 2023 17:38:41 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=279b2a013d824b30f0d675defa818d449c4f645e commit 279b2a013d824b30f0d675defa818d449c4f645e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-05 17:19:12 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-05 17:30:52 +0000 security/py-rsa: Update WWW and clean up pkg-descr --- security/py-rsa/Makefile | 3 ++- security/py-rsa/pkg-descr | 2 -- 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