diff options
Diffstat (limited to 'sysutils/cbsd/Makefile')
-rw-r--r-- | sysutils/cbsd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/cbsd/Makefile b/sysutils/cbsd/Makefile index e0b842892c33..06d0a2903fb4 100644 --- a/sysutils/cbsd/Makefile +++ b/sysutils/cbsd/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cbsd -PORTVERSION= 10.0.0 +PORTVERSION= 10.0.1 CATEGORIES= sysutils MASTER_SITES= http://www.bsdstore.ru/downloads/ \ GH @@ -9,7 +9,7 @@ MASTER_SITES= http://www.bsdstore.ru/downloads/ \ MAINTAINER= olevole@olevole.ru COMMENT= Yet another FreeBSD Jail Management Utility -LICENSE= BSD +LICENSE= BSD2CLAUSE RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync \ sudo:${PORTSDIR}/security/sudo \ @@ -19,7 +19,7 @@ LIB_DEPENDS= libssh2.so:${PORTSDIR}/security/libssh2 USE_GITHUB= yes GH_ACCOUNT= olevole GH_PROJECT= cbsd -GH_COMMIT= 1d65639 +GH_COMMIT= ff6e7ea SUB_FILES= pkg-message PLIST_FILES+= man/man8/cbsd.8.gz |