svn commit: r411813 - head/devel/libqb

Tijl Coosemans tijl at FreeBSD.org
Thu Mar 24 21:43:59 UTC 2016


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 at 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
- at dir(,,1770) %%QB_SOCKET_DIR%%
+ at dir(,haclient,1770) %%QB_SOCKET_DIR%%


More information about the svn-ports-head mailing list