Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Sep 2014 17:25:18 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368203 - head/dns/curvedns
Message-ID:  <201409141725.s8EHPIP9023140@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Sep 14 17:25:18 2014
New Revision: 368203
URL: http://svnweb.freebsd.org/changeset/ports/368203
QAT: https://qat.redports.org/buildarchive/r368203/

Log:
  Fix ownership of some packaged files

Modified:
  head/dns/curvedns/Makefile

Modified: head/dns/curvedns/Makefile
==============================================================================
--- head/dns/curvedns/Makefile	Sun Sep 14 17:25:00 2014	(r368202)
+++ head/dns/curvedns/Makefile	Sun Sep 14 17:25:18 2014	(r368203)
@@ -3,7 +3,7 @@
 
 PORTNAME=	curvedns
 PORTVERSION=	0.88.b
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	dns
 DISTNAME=	curvedns-0.88-unstable
 
@@ -30,6 +30,7 @@ GROUPS=		bind
 CURVE_UID=	53
 CURVE_GID=	53
 
+PLIST_SUB=	CURVE_UID="${USERS}" CURVE_GID="${GROUPS}"
 SUB_FILES=	pkg-message
 
 do-install:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409141725.s8EHPIP9023140>