diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-12-30 08:39:45 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-12-30 09:04:04 +0000 |
commit | 7593d64d4f264340c8e8fb6ce9cc6316f2d48945 (patch) | |
tree | fff7cf096a9b511434e8cdf1e2a17f4834ce8f6b | |
parent | eee5f75d5ccd99019e043b2d60ca64b51144a3c9 (diff) | |
download | ports-7593d64d4f264340c8e8fb6ce9cc6316f2d48945.tar.gz ports-7593d64d4f264340c8e8fb6ce9cc6316f2d48945.zip |
archivers/zstd: Update WWW and clean up pkg-descr
-rw-r--r-- | archivers/zstd/Makefile | 3 | ||||
-rw-r--r-- | archivers/zstd/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/archivers/zstd/Makefile b/archivers/zstd/Makefile index 150efe318424..c29d61cdf904 100644 --- a/archivers/zstd/Makefile +++ b/archivers/zstd/Makefile @@ -6,7 +6,8 @@ MASTER_SITES= https://github.com/facebook/zstd/releases/download/v${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Fast real-time compression algorithm -WWW= https://facebook.github.io/zstd/ +WWW= https://facebook.github.io/zstd/ \ + https://github.com/facebook/zstd LICENSE= BSD3CLAUSE GPLv2 LICENSE_COMB= dual diff --git a/archivers/zstd/pkg-descr b/archivers/zstd/pkg-descr index e3c97d6865c8..24a5431d07cd 100644 --- a/archivers/zstd/pkg-descr +++ b/archivers/zstd/pkg-descr @@ -4,5 +4,3 @@ dictionary compression. The reference library offers a very wide range of speed / compression trade-off, and is backed by an extremely fast decoder. Zstandard library is provided as open source software using a BSD license. Its format is stable and published as IETF RFC 8878. - -See also: https://github.com/facebook/zstd |