svn commit: r500796 - head/sysutils/fusefs-gitfs
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat May 4 09:01:30 UTC 2019
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 at 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/
More information about the svn-ports-head
mailing list