svn commit: r397576 - head/astro/boinc-astropulse

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Sep 22 19:13:41 UTC 2015


Author: amdmi3
Date: Tue Sep 22 19:13:40 2015
New Revision: 397576
URL: https://svnweb.freebsd.org/changeset/ports/397576

Log:
  - Sync BOINC_CLIENT_GROUP to boinc-client, fix stage-qa

Modified:
  head/astro/boinc-astropulse/Makefile

Modified: head/astro/boinc-astropulse/Makefile
==============================================================================
--- head/astro/boinc-astropulse/Makefile	Tue Sep 22 18:24:20 2015	(r397575)
+++ head/astro/boinc-astropulse/Makefile	Tue Sep 22 19:13:40 2015	(r397576)
@@ -3,7 +3,7 @@
 
 PORTNAME=	boinc-astropulse
 PORTVERSION=	6.01
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	astro
 MASTER_SITES=	LOCAL/rene
 DISTNAME=	astropulse-svn-1702 # modified archive, see leftout in top directory
@@ -28,7 +28,7 @@ LIBS+=		-L${LOCALBASE}/lib
 
 # these must match settings in ${PORTSDIR}/net/boinc-client/Makefile
 BOINC_CLIENT_USER?=	boinc
-BOINC_CLIENT_GROUP?=	nobody
+BOINC_CLIENT_GROUP?=	boinc
 BOINC_CLIENT_HOME?=	/var/db/boinc
 
 OPTIONS_DEFINE=	X11


More information about the svn-ports-all mailing list