Date: Tue, 2 Oct 2018 09:38:31 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481108 - head/sysutils/archivemount Message-ID: <201810020938.w929cVU9032187@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Oct 2 09:38:31 2018 New Revision: 481108 URL: https://svnweb.freebsd.org/changeset/ports/481108 Log: - Fix license - Update WWW Approved by: portmgr blanket Modified: head/sysutils/archivemount/Makefile head/sysutils/archivemount/pkg-descr Modified: head/sysutils/archivemount/Makefile ============================================================================== --- head/sysutils/archivemount/Makefile Tue Oct 2 09:08:32 2018 (r481107) +++ head/sysutils/archivemount/Makefile Tue Oct 2 09:38:31 2018 (r481108) @@ -9,7 +9,7 @@ MASTER_SITES= http://www.cybernoia.de/software/archive MAINTAINER= jirnov@gmail.com COMMENT= Mount archives with FUSE -LICENSE= GPLv2 +LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING USES= fuse gmake iconv libarchive pkgconfig Modified: head/sysutils/archivemount/pkg-descr ============================================================================== --- head/sysutils/archivemount/pkg-descr Tue Oct 2 09:08:32 2018 (r481107) +++ head/sysutils/archivemount/pkg-descr Tue Oct 2 09:38:31 2018 (r481108) @@ -3,4 +3,4 @@ Archivemount is a piece of glue code between libarchiv (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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810020938.w929cVU9032187>