From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 29 18:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B30E84A7 for ; Tue, 29 Oct 2013 18:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 934562CA4 for ; Tue, 29 Oct 2013 18:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9TIe0KG031531 for ; Tue, 29 Oct 2013 18:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9TIe0dY031530; Tue, 29 Oct 2013 18:40:00 GMT (envelope-from gnats) Resent-Date: Tue, 29 Oct 2013 18:40:00 GMT Resent-Message-Id: <201310291840.r9TIe0dY031530@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Oleg Ginzburg 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 10AE9DF7 for ; Tue, 29 Oct 2013 18:31:49 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F1C622C11 for ; Tue, 29 Oct 2013 18:31:48 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9TIVmII021766 for ; Tue, 29 Oct 2013 18:31:48 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9TIVmjb021763; Tue, 29 Oct 2013 18:31:48 GMT (envelope-from nobody) Message-Id: <201310291831.r9TIVmjb021763@oldred.freebsd.org> Date: Tue, 29 Oct 2013 18:31:48 GMT From: Oleg Ginzburg To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/183451: update sysutils/cbsd to 9.2.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Oct 2013 18:40:00 -0000 >Number: 183451 >Category: ports >Synopsis: update sysutils/cbsd to 9.2.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 18:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Oleg Ginzburg >Release: >Organization: >Environment: >Description: just update >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN cbsd.bak/Makefile cbsd/Makefile --- cbsd.bak/Makefile 2013-10-29 22:26:57.000000000 +0400 +++ cbsd/Makefile 2013-10-29 22:18:46.000000000 +0400 @@ -1,7 +1,7 @@ -# $FreeBSD: head/sysutils/cbsd/Makefile 327772 2013-09-20 23:05:58Z bapt $ +# $FreeBSD: head/sysutils/cbsd/Makefile 323897 2013-07-29 17:55:03Z az $ PORTNAME= cbsd -PORTVERSION= 9.2.1 +PORTVERSION= 9.2.3 CATEGORIES= sysutils MASTER_SITES= http://www.bsdstore.ru/downloads/ \ GH @@ -9,6 +9,8 @@ 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 @@ 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} diff -ruN cbsd.bak/distinfo cbsd/distinfo --- cbsd.bak/distinfo 2013-10-29 22:26:57.000000000 +0400 +++ cbsd/distinfo 2013-10-29 22:24:18.000000000 +0400 @@ -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 >Release-Note: >Audit-Trail: >Unformatted: