From owner-svn-ports-all@freebsd.org Thu Mar 24 21:43:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 353E6ADC679; Thu, 24 Mar 2016 21:43:59 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 077C91D00; Thu, 24 Mar 2016 21:43:58 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2OLhwLW064375; Thu, 24 Mar 2016 21:43:58 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2OLhwCB064373; Thu, 24 Mar 2016 21:43:58 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201603242143.u2OLhwCB064373@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 24 Mar 2016 21:43:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411813 - head/devel/libqb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Mar 2016 21:43:59 -0000 Author: tijl Date: Thu Mar 24 21:43:57 2016 New Revision: 411813 URL: https://svnweb.freebsd.org/changeset/ports/411813 Log: Change the group on /var/run/qb to haclient. I forgot this when I changed the mode. PR: 208221 Approved by: dpejesh@yahoo.com (maintainer) Modified: head/devel/libqb/Makefile head/devel/libqb/pkg-plist Modified: head/devel/libqb/Makefile ============================================================================== --- head/devel/libqb/Makefile Thu Mar 24 21:33:36 2016 (r411812) +++ head/devel/libqb/Makefile Thu Mar 24 21:43:57 2016 (r411813) @@ -3,6 +3,7 @@ PORTNAME= libqb PORTVERSION= 0.17.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://github.com/ClusterLabs/libqb/releases/download/v${PORTVERSION}/ Modified: head/devel/libqb/pkg-plist ============================================================================== --- head/devel/libqb/pkg-plist Thu Mar 24 21:33:36 2016 (r411812) +++ head/devel/libqb/pkg-plist Thu Mar 24 21:43:57 2016 (r411813) @@ -33,4 +33,4 @@ sbin/qb-blackbox @comment %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/README.markdown -@dir(,,1770) %%QB_SOCKET_DIR%% +@dir(,haclient,1770) %%QB_SOCKET_DIR%%