From owner-svn-ports-head@FreeBSD.ORG Sun Feb 15 16:52:24 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C76EBF8A; Sun, 15 Feb 2015 16:52:24 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9A4A0D5D; Sun, 15 Feb 2015 16:52:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FGqOXm035894; Sun, 15 Feb 2015 16:52:24 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1FGqNWe035888; Sun, 15 Feb 2015 16:52:23 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201502151652.t1FGqNWe035888@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 15 Feb 2015 16:52:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379042 - in head/databases/cego: . files 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.18-1 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: Sun, 15 Feb 2015 16:52:24 -0000 Author: pi Date: Sun Feb 15 16:52:23 2015 New Revision: 379042 URL: https://svnweb.freebsd.org/changeset/ports/379042 QAT: https://qat.redports.org/buildarchive/r379042/ Log: databases/cego: 2.20.19 -> 2.20.20 - Added fork+setsid system calls to daemon mode - rc.d script is now part of the distribution Submitted by: lemke@lemke-it.com (author) Deleted: head/databases/cego/files/ Modified: head/databases/cego/Makefile head/databases/cego/distinfo head/databases/cego/pkg-plist Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Sun Feb 15 16:07:02 2015 (r379041) +++ head/databases/cego/Makefile Sun Feb 15 16:52:23 2015 (r379042) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.20.19 +PORTVERSION= 2.20.20 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ @@ -17,7 +17,6 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include USE_LDCONFIG= yes -USE_RC_SUBR= cego USES= ncurses readline libtool @@ -35,6 +34,9 @@ post-patch: post-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${CP} ${WRKSRC}/tools/* ${STAGEDIR}${DATADIR} + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/rc.d + ${REINPLACE_CMD} -e 's/%%USER%%/${USERS}/g' ${WRKSRC}/samples/rc/cego + ${CP} ${WRKSRC}/samples/rc/cego ${STAGEDIR}${PREFIX}/etc/rc.d/ post-stage: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcego.so.1.0.0 Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Sun Feb 15 16:07:02 2015 (r379041) +++ head/databases/cego/distinfo Sun Feb 15 16:52:23 2015 (r379042) @@ -1,2 +1,2 @@ -SHA256 (cego-2.20.19.tar.gz) = ce4c41b618594cc39f8f4d7aad8918a1bf3ec2d26a0dbfff1a0864855bee14ba -SIZE (cego-2.20.19.tar.gz) = 924463 +SHA256 (cego-2.20.20.tar.gz) = 7f006656d5fc60ffe415e5c607be4a4578518acf1f9b90f143f337b8e9478bb9 +SIZE (cego-2.20.20.tar.gz) = 924349 Modified: head/databases/cego/pkg-plist ============================================================================== --- head/databases/cego/pkg-plist Sun Feb 15 16:07:02 2015 (r379041) +++ head/databases/cego/pkg-plist Sun Feb 15 16:52:23 2015 (r379042) @@ -3,6 +3,7 @@ bin/cgadm bin/cgblow bin/cgclt bin/cglog +etc/rc.d/cego include/cego/CegoAdmNet.h include/cego/CegoAdminHandler.h include/cego/CegoBlob.h