From 41eb714f3f0071cd06e07185c6c7ea85b3040f45 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 2 Oct 2018 09:38:31 +0000 Subject: [PATCH] - Fix license - Update WWW Approved by: portmgr blanket --- sysutils/archivemount/Makefile | 2 +- sysutils/archivemount/pkg-descr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sysutils/archivemount/Makefile b/sysutils/archivemount/Makefile index b83786eeeceb..b04f15894ab8 100644 --- a/sysutils/archivemount/Makefile +++ b/sysutils/archivemount/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://www.cybernoia.de/software/archivemount/ MAINTAINER= jirnov@gmail.com COMMENT= Mount archives with FUSE -LICENSE= GPLv2 +LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING USES= fuse gmake iconv libarchive pkgconfig diff --git a/sysutils/archivemount/pkg-descr b/sysutils/archivemount/pkg-descr index 21dfc6e9b54b..ee1ba4f8048e 100644 --- a/sysutils/archivemount/pkg-descr +++ b/sysutils/archivemount/pkg-descr @@ -3,4 +3,4 @@ Archivemount is a piece of glue code between libarchive (http://fuse.sourceforge.net). It can be used to mount a (possibly compressed) archive (as in .tar.gz or .tar.bz2) and use it like an ordinary filesystem. -WWW: http://www.cybernoia.de/software/archivemount/ +WWW: https://www.cybernoia.de/software/archivemount.html