svn commit: r367676 - head/ports-mgmt/portcheckout

Antoine Brodin antoine at FreeBSD.org
Mon Sep 8 19:05:59 UTC 2014


Author: antoine
Date: Mon Sep  8 19:05:58 2014
New Revision: 367676
URL: http://svnweb.freebsd.org/changeset/ports/367676
QAT: https://qat.redports.org/buildarchive/r367676/

Log:
  Allow staging as a regular user

Modified:
  head/ports-mgmt/portcheckout/Makefile

Modified: head/ports-mgmt/portcheckout/Makefile
==============================================================================
--- head/ports-mgmt/portcheckout/Makefile	Mon Sep  8 19:02:17 2014	(r367675)
+++ head/ports-mgmt/portcheckout/Makefile	Mon Sep  8 19:05:58 2014	(r367676)
@@ -10,7 +10,7 @@ MASTER_SITES=	http://wolfram.schneider.o
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Checkout and build ports and all depending ports
 
-USES=		shebangfix perl5
+USES=		perl5 shebangfix uidfix
 SHEBANG_FILES=	${PORTNAME}.pl
 PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
 


More information about the svn-ports-head mailing list