Date: Tue, 29 Oct 2013 18:31:48 GMT From: Oleg Ginzburg <olevole@olevole.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/183451: update sysutils/cbsd to 9.2.3 Message-ID: <201310291831.r9TIVmjb021763@oldred.freebsd.org> Resent-Message-ID: <201310291840.r9TIe0dY031530@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <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} 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310291831.r9TIVmjb021763>