From e6d94e5ecaf8afcf66c8f547beb0bed9974ae05a Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Thu, 6 Apr 2023 01:19:03 +0800 Subject: [PATCH] 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