svn commit: r481108 - head/sysutils/archivemount

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Oct 2 09:38:32 UTC 2018


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 at 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


More information about the svn-ports-all mailing list