Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Nov 2017 09:04:43 +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: r454102 - head/devel/gnome-vfs
Message-ID:  <201711130904.vAD94hsL032389@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Nov 13 09:04:43 2017
New Revision: 454102
URL: https://svnweb.freebsd.org/changeset/ports/454102

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

Modified:
  head/devel/gnome-vfs/Makefile
  head/devel/gnome-vfs/pkg-descr

Modified: head/devel/gnome-vfs/Makefile
==============================================================================
--- head/devel/gnome-vfs/Makefile	Mon Nov 13 09:04:39 2017	(r454101)
+++ head/devel/gnome-vfs/Makefile	Mon Nov 13 09:04:43 2017	(r454102)
@@ -11,6 +11,11 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	GNOME Virtual File System
 
+LICENSE=	LGPL20 LGPL20+  # dbus-utils.c is LGPL20 only
+LICENSE_COMB=	multi
+LICENSE_FILE_LGPL20=	${WRKSRC}/COPYING.LIB
+LICENSE_FILE_LGPL20+ =	${WRKSRC}/COPYING.LIB
+
 USES=		tar:bzip2
 
 .if !defined(REFERENCE_PORT)

Modified: head/devel/gnome-vfs/pkg-descr
==============================================================================
--- head/devel/gnome-vfs/pkg-descr	Mon Nov 13 09:04:39 2017	(r454101)
+++ head/devel/gnome-vfs/pkg-descr	Mon Nov 13 09:04:43 2017	(r454102)
@@ -4,4 +4,4 @@ With GnomeVFS, filesystems across the internet, on con
 and in multiple formats are as simple to access (and write code for)
 as any directory on the local machine.
 
-WWW: http://www.gnome.org/
+WWW: https://www.gnome.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711130904.vAD94hsL032389>