Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Aug 2014 18:44:50 +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: r366245 - head/sysutils/unquote
Message-ID:  <201408261844.s7QIio0h044292@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Aug 26 18:44:50 2014
New Revision: 366245
URL: http://svnweb.freebsd.org/changeset/ports/366245
QAT: https://qat.redports.org/buildarchive/r366245/

Log:
  Allow staging as a regular user

Modified:
  head/sysutils/unquote/Makefile

Modified: head/sysutils/unquote/Makefile
==============================================================================
--- head/sysutils/unquote/Makefile	Tue Aug 26 18:41:40 2014	(r366244)
+++ head/sysutils/unquote/Makefile	Tue Aug 26 18:44:50 2014	(r366245)
@@ -10,6 +10,8 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:S/.b
 MAINTAINER=	eadler@FreeBSD.org
 COMMENT=	Execute a command with safely quoted arguments
 
+USES=		uidfix
+
 PLIST_FILES=	bin/unquote man/man1/unquote.1.gz
 
 .if		!defined(NO_RELEASE)



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