diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-01-01 18:54:00 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-01-01 18:54:00 +0000 |
commit | 1bd8f3683c1393dab0e8c5e765317450ea15b35a (patch) | |
tree | 917d3155e6fa99fa82cd4f6d9f7606ec08d360ff /sysutils/cbsd/Makefile | |
parent | - Change DOCS, add batik-docs (diff) |
- Update from 10.0.0 to 10.0.1
- Convert LICENSE from BSD to BSD2CLAUSE
PR: ports/185242
Submitted by: Oleg Ginzburg <olevole@olevole.ru> (maintainer)
Notes
Notes:
svn path=/head/; revision=338386
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 |