diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2020-04-14 09:32:25 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2020-04-14 09:32:25 +0000 |
commit | 822e2a93c38b32f5dd7a4d59009de71784587335 (patch) | |
tree | 815194e635728d034d61fff2bf4ce92f599e54bc | |
parent | www/castget: fix build on GCC architectures (diff) |
- Fix LICENSE
- Update WWW
Approved by: portmgr blanket
-rw-r--r-- | net/uget/Makefile | 2 | ||||
-rw-r--r-- | net/uget/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/uget/Makefile b/net/uget/Makefile index db13ab5bd42f..54469e368007 100644 --- a/net/uget/Makefile +++ b/net/uget/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/urlget/${PORTNAME}%20%28stable%29/${PORTVERSION} MAINTAINER= ndowens@yahoo.com COMMENT= Lightweight and full-featured graphical download manager -LICENSE= LGPL21 +LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl diff --git a/net/uget/pkg-descr b/net/uget/pkg-descr index b65361dcdefb..b144874baf75 100644 --- a/net/uget/pkg-descr +++ b/net/uget/pkg-descr @@ -10,4 +10,4 @@ General features: - Multi-protocol - Scheduler -WWW: http://ugetdm.com/ +WWW: https://ugetdm.com/ |