svn commit: r505669 - head/x11/libfm

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 2 09:32:07 UTC 2019


Author: amdmi3
Date: Tue Jul  2 09:32:06 2019
New Revision: 505669
URL: https://svnweb.freebsd.org/changeset/ports/505669

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/x11/libfm/Makefile
  head/x11/libfm/pkg-descr

Modified: head/x11/libfm/Makefile
==============================================================================
--- head/x11/libfm/Makefile	Tue Jul  2 09:02:07 2019	(r505668)
+++ head/x11/libfm/Makefile	Tue Jul  2 09:32:06 2019	(r505669)
@@ -9,7 +9,9 @@ MASTER_SITES=	SF/pcmanfm/PCManFM%20%2B%20Libfm%20%28ta
 MAINTAINER=	portmaster at BSDforge.com
 COMMENT?=	Core library of PCManFM file manager
 
-LICENSE=	LGPL21
+LICENSE=	GPLv2+ LGPL20+
+LICENSE_COMB=	multi
+LICENSE_FILE_GPLv2+ =	${WRKSRC}/COPYING
 
 .if ! defined(EXTRA_ONLY)
 BUILD_DEPENDS=	p5-XML-Parser>=0:textproc/p5-XML-Parser \

Modified: head/x11/libfm/pkg-descr
==============================================================================
--- head/x11/libfm/pkg-descr	Tue Jul  2 09:02:07 2019	(r505668)
+++ head/x11/libfm/pkg-descr	Tue Jul  2 09:32:06 2019	(r505669)
@@ -1,3 +1,3 @@
 Library which provides the core functionality to PCManFM.
 
-WWW: http://wiki.lxde.org/en/Libfm
+WWW: https://wiki.lxde.org/en/Libfm


More information about the svn-ports-head mailing list