1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

- Update to 10.0.3

PR:		ports/186864
Submitted by:	Oleg Ginzburg <olevole@olevole.ru> (maintainer)
This commit is contained in:
Veniamin Gvozdikov 2014-02-22 19:45:34 +00:00
parent 4cb0c51e0a
commit 5989861156
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345675
4 changed files with 23 additions and 9 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cbsd
PORTVERSION= 10.0.2
PORTVERSION= 10.0.3
CATEGORIES= sysutils
MASTER_SITES= http://www.bsdstore.ru/downloads/ \
GH
@ -19,7 +19,7 @@ LIB_DEPENDS= libssh2.so:${PORTSDIR}/security/libssh2
USE_GITHUB= yes
GH_ACCOUNT= olevole
GH_PROJECT= cbsd
GH_COMMIT= 6e05bd1
GH_COMMIT= 2bb261e
USE_RC_SUBR= cbsdd cbsdrsyncd

View File

@ -1,2 +1,2 @@
SHA256 (cbsd-10.0.2.tar.gz) = 3cce46368bcd0e9e5c4f8aec8219059fcc71b0709155d5dfb029d7b9a1ed4547
SIZE (cbsd-10.0.2.tar.gz) = 325560
SHA256 (cbsd-10.0.3.tar.gz) = 42c51fcfb2144d6bcebb808024908f2aef9fa5d338bdccbe6e27e83fdd89cb1a
SIZE (cbsd-10.0.3.tar.gz) = 328334

View File

@ -23,16 +23,31 @@ if [ ! -f ${globalconf} ]; then
exit 1
fi
. ${globalconf}
. ${inventory}
. ${mdtools}
. ${subr}
if [ ! -f ${inventory} ]; then
echo "cbsd: no such ${inventory}";
exit 1
fi
if [ ! -f ${mdtools} ]; then
echo "cbsd: no such ${mdtools}";
exit 1
fi
if [ ! -f ${subr} ]; then
echo "cbsd: no such ${subr}";
exit 1
fi
if [ ! -f ${localcbsdconf} ]; then
echo "cbsd: no such ${localcbsdconf}";
exit 1
fi
. ${globalconf}
. ${inventory}
. ${mdtools}
. ${subr}
. ${localcbsdconf}
start_precmd=${name}_prestart

View File

@ -10,7 +10,6 @@
#
. /etc/rc.subr
. /etc/rc.conf
name="cbsdrsyncd"
rcvar=cbsdrsyncd_enable