Date: Tue, 29 Oct 2013 21:11:25 +0000 (UTC) From: Veniamin Gvozdikov <vg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332007 - head/sysutils/cbsd Message-ID: <201310292111.r9TLBPQd038935@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vg Date: Tue Oct 29 21:11:25 2013 New Revision: 332007 URL: http://svnweb.freebsd.org/changeset/ports/332007 Log: - Update to 9.2.3 PR: ports/183451 Submitted by: Oleg Ginzburg <olevole@olevole.ru> Approved by: eadler, osa, rm (mentors, implicit) Modified: head/sysutils/cbsd/Makefile head/sysutils/cbsd/distinfo Modified: head/sysutils/cbsd/Makefile ============================================================================== --- head/sysutils/cbsd/Makefile Tue Oct 29 21:08:00 2013 (r332006) +++ head/sysutils/cbsd/Makefile Tue Oct 29 21:11:25 2013 (r332007) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cbsd -PORTVERSION= 9.2.1 +PORTVERSION= 9.2.3 CATEGORIES= sysutils MASTER_SITES= http://www.bsdstore.ru/downloads/ \ GH @@ -9,6 +9,8 @@ MASTER_SITES= http://www.bsdstore.ru/dow MAINTAINER= olevole@olevole.ru COMMENT= Yet another FreeBSD Jail Management Utility +LICENSE= BSD + RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync \ sudo:${PORTSDIR}/security/sudo \ sqlite3:${PORTSDIR}/databases/sqlite3 @@ -17,21 +19,26 @@ LIB_DEPENDS= ssh2:${PORTSDIR}/security/l USE_GITHUB= yes GH_ACCOUNT= olevole GH_PROJECT= cbsd -GH_COMMIT= 68e0f95 +GH_COMMIT= 3e85b94 SUB_FILES= pkg-message CBSD_HOME?= ${PREFIX}/cbsd -MAN7= cbsd.7 +MAN8= cbsd.8 NO_STAGE= yes + .include <bsd.port.pre.mk> .if ${OSVERSION} < 901000 IGNORE= does not work on FreeBSD < 9.1 .endif +.if ${OSVERSION} < 902001 +RUN_DEPENDS+= sysrc:${PORTSDIR}/sysutils/sysrc +.endif + post-install: @${FIND} -s ${CBSD_HOME} -not -type d | ${SORT} | \ ${SED} -e 's#^${PREFIX}/##' >> ${TMPPLIST} Modified: head/sysutils/cbsd/distinfo ============================================================================== --- head/sysutils/cbsd/distinfo Tue Oct 29 21:08:00 2013 (r332006) +++ head/sysutils/cbsd/distinfo Tue Oct 29 21:11:25 2013 (r332007) @@ -1,2 +1,2 @@ -SHA256 (cbsd-9.2.1.tar.gz) = 2a49eef35cfb1390da33829d689f0ace5ad62255e2dd0828c92fc76e0294b133 -SIZE (cbsd-9.2.1.tar.gz) = 1580778 +SHA256 (cbsd-9.2.3.tar.gz) = 003571afc5ff9176149dd1b801ea2ce51854998c5f381ee2601cb52ce023cff2 +SIZE (cbsd-9.2.3.tar.gz) = 1724294
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310292111.r9TLBPQd038935>