- Add LICENSE_FILE

- Update WWW

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2019-05-04 09:01:28 +00:00
parent 2ec5003f26
commit 19e97a8cb1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500796
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ MAINTAINER= jbeich@FreeBSD.org
COMMENT= Version controlled file system COMMENT= Version controlled file system
LICENSE= APACHE20 LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atomiclong>0:devel/py-atomiclong@${PY_FLAVOR} \ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atomiclong>0:devel/py-atomiclong@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}fusepy>=2.0.2:devel/py-fusepy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fusepy>=2.0.2:devel/py-fusepy@${PY_FLAVOR} \

View File

@ -2,4 +2,4 @@ gitfs is a FUSE file system that fully integrates with git. You can
mount a remote repository's branch locally, and any subsequent changes mount a remote repository's branch locally, and any subsequent changes
made to the files will be automatically committed to the remote. made to the files will be automatically committed to the remote.
WWW: https://www.presslabs.com/gitfs/ WWW: https://www.presslabs.com/code/gitfs/