From owner-svn-ports-head@FreeBSD.ORG Tue Oct 29 21:11:26 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 678D3CA8; Tue, 29 Oct 2013 21:11:26 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 39A5B2802; Tue, 29 Oct 2013 21:11:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9TLBQCR038937; Tue, 29 Oct 2013 21:11:26 GMT (envelope-from vg@svn.freebsd.org) Received: (from vg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9TLBPQd038935; Tue, 29 Oct 2013 21:11:25 GMT (envelope-from vg@svn.freebsd.org) Message-Id: <201310292111.r9TLBPQd038935@svn.freebsd.org> From: Veniamin Gvozdikov Date: Tue, 29 Oct 2013 21:11:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332007 - head/sysutils/cbsd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Oct 2013 21:11:26 -0000 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 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 .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