Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2019 09:01:29 +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: r500796 - head/sysutils/fusefs-gitfs
Message-ID:  <201905040901.x4491Tx1064852@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat May  4 09:01:28 2019
New Revision: 500796
URL: https://svnweb.freebsd.org/changeset/ports/500796

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

Modified:
  head/sysutils/fusefs-gitfs/Makefile
  head/sysutils/fusefs-gitfs/pkg-descr

Modified: head/sysutils/fusefs-gitfs/Makefile
==============================================================================
--- head/sysutils/fusefs-gitfs/Makefile	Sat May  4 08:59:27 2019	(r500795)
+++ head/sysutils/fusefs-gitfs/Makefile	Sat May  4 09:01:28 2019	(r500796)
@@ -10,6 +10,7 @@ MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Version controlled file system
 
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}atomiclong>0:devel/py-atomiclong@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}fusepy>=2.0.2:devel/py-fusepy@${PY_FLAVOR} \

Modified: head/sysutils/fusefs-gitfs/pkg-descr
==============================================================================
--- head/sysutils/fusefs-gitfs/pkg-descr	Sat May  4 08:59:27 2019	(r500795)
+++ head/sysutils/fusefs-gitfs/pkg-descr	Sat May  4 09:01:28 2019	(r500796)
@@ -2,4 +2,4 @@ gitfs is a FUSE file system that fully integrates with
 mount a remote repository's branch locally, and any subsequent changes
 made to the files will be automatically committed to the remote.
 
-WWW: https://www.presslabs.com/gitfs/
+WWW: https://www.presslabs.com/code/gitfs/



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