git: e6d94e5ecaf8 - main - security/py-libnacl: Update WWW and clean up pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Apr 2023 17:38:38 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e6d94e5ecaf8afcf66c8f547beb0bed9974ae05a commit e6d94e5ecaf8afcf66c8f547beb0bed9974ae05a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-05 17:19:03 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-05 17:30:51 +0000 security/py-libnacl: Update WWW and clean up pkg-descr --- security/py-libnacl/Makefile | 3 ++- security/py-libnacl/pkg-descr | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/security/py-libnacl/Makefile b/security/py-libnacl/Makefile index ce4069937cf1..7ee7435c0976 100644 --- a/security/py-libnacl/Makefile +++ b/security/py-libnacl/Makefile @@ -6,7 +6,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python bindings for libsodium based on ctypes -WWW= https://libnacl.readthedocs.io/en/latest/ +WWW= https://libnacl.readthedocs.io/en/latest/ \ + https://github.com/saltstack/libnacl LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/security/py-libnacl/pkg-descr b/security/py-libnacl/pkg-descr index 4dcf3f02eb14..39b335b3454e 100644 --- a/security/py-libnacl/pkg-descr +++ b/security/py-libnacl/pkg-descr @@ -3,5 +3,3 @@ Bernstein's nacl library via libsodium. It has been constructed to maintain extensive documentation on how to use nacl as well as being completely portable. The file in libnacl/__init__.py can be pulled out and placed directly in any project to give a single file binding to all of nacl. - -See also: https://github.com/saltstack/libnacl