changeset 1285:6531ae5da11a

misc: add more PKGWWW
author David Demelier <markand@malikania.fr>
date Mon, 15 Nov 2021 09:11:52 +0100
parents 1ddc16795d5e
children 53cb989f05ad
files crypto/libressl/libressl.sh gnu/gdbm/gdbm.sh text/libxml2/libxml2.sh
diffstat 3 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/crypto/libressl/libressl.sh	Mon Nov 15 09:11:45 2021 +0100
+++ b/crypto/libressl/libressl.sh	Mon Nov 15 09:11:52 2021 +0100
@@ -18,8 +18,9 @@
 PKGNAME=libressl
 PKGVERSION=3.4.1
 PKGREVISION=1
-PKGLICENSE="CUSTOM"
+PKGLICENSE="Custom"
 PKGSUMMARY="OpenSSL fork from OpenBSD"
+PKGWWW="http://libressl.org"
 PKGDOWNLOAD="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/$PKGNAME-$PKGVERSION.tar.gz"
 PKGDEPENDS="cmake:build"
 PKGPRESERVE="lib/libcrypto.so.47.0.0 lib/libssl.so.50.0.0 lib/libtls.so.22"
--- a/gnu/gdbm/gdbm.sh	Mon Nov 15 09:11:45 2021 +0100
+++ b/gnu/gdbm/gdbm.sh	Mon Nov 15 09:11:52 2021 +0100
@@ -20,6 +20,7 @@
 PKGREVISION=1
 PKGLICENSE="GPL-3.0-or-later"
 PKGSUMMARY="GNU database library"
+PKGWWW="https://www.gnu.org.ua/software/gdbm"
 PKGDOWNLOAD="http://ftp.gnu.org/gnu/$PKGNAME/$PKGNAME-$PKGVERSION.tar.gz"
 PKGOPTIONS="COMPLETION NLS"
 
--- a/text/libxml2/libxml2.sh	Mon Nov 15 09:11:45 2021 +0100
+++ b/text/libxml2/libxml2.sh	Mon Nov 15 09:11:52 2021 +0100
@@ -20,6 +20,7 @@
 PKGREVISION=1
 PKGLICENSE="MIT"
 PKGSUMMARY="XML parsing library"
+PKGWWW="http://www.xmlsoft.org"
 PKGDOWNLOAD="ftp://xmlsoft.org/libxml2/$PKGNAME-$PKGVERSION.tar.gz"
 PKGOPTIONS="ICU LZMA PYTHON ZLIB"