diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2017-09-10 22:16:46 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2017-09-10 22:16:46 +0000 |
commit | 4ec035b2232e6055d3b832ae17066aec451b09aa (patch) | |
tree | fe8f125dc30a12a11e57470e1855f8ca41d007e5 /sysutils/cbsd/Makefile | |
parent | - Update to 0.7 (diff) |
sysutils/cbsd: Update to 11.1.5
While here, add LICENSE_FILE.
PR: 222204
Submitted by: olevole@olevole.ru (maintainer)
Notes
Notes:
svn path=/head/; revision=449594
Diffstat (limited to 'sysutils/cbsd/Makefile')
-rw-r--r-- | sysutils/cbsd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/cbsd/Makefile b/sysutils/cbsd/Makefile index d8381d081196..5c0e14e0fc2d 100644 --- a/sysutils/cbsd/Makefile +++ b/sysutils/cbsd/Makefile @@ -1,13 +1,14 @@ # $FreeBSD$ PORTNAME= cbsd -PORTVERSION= 11.1.4 +PORTVERSION= 11.1.5 CATEGORIES= sysutils MAINTAINER= olevole@olevole.ru COMMENT= Yet another FreeBSD Jail and Bhyve Management Utility LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rsync:net/rsync \ sudo:security/sudo \ |