svn commit: r368203 - head/dns/curvedns

Antoine Brodin antoine at FreeBSD.org
Sun Sep 14 17:25:18 UTC 2014


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:


More information about the svn-ports-head mailing list