svn commit: r338537 - branches/2014Q1/Mk

Rene Ladan rene at FreeBSD.org
Fri Jan 3 11:10:45 UTC 2014


Author: rene
Date: Fri Jan  3 11:10:45 2014
New Revision: 338537
URL: http://svnweb.freebsd.org/changeset/ports/338537

Log:
  MFH: r338535
  
  Ensure correct ownership of the licenses directory to avoid "leftovers" [1]
  from that ports that modify the user/group.
  
  [1] https://qat.redports.org/~rene@FreeBSD.org/20131227145600-2109-244247/boinc-setiathome-v7-7.00_2.log
  
  Approved by:	portmgr (bapt)

Modified:
  branches/2014Q1/Mk/bsd.licenses.mk
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/Mk/bsd.licenses.mk
==============================================================================
--- branches/2014Q1/Mk/bsd.licenses.mk	Fri Jan  3 10:55:40 2014	(r338536)
+++ branches/2014Q1/Mk/bsd.licenses.mk	Fri Jan  3 11:10:45 2014	(r338537)
@@ -760,6 +760,8 @@ install-license:
 .	endfor
 .endif
 # XXX @dirrmtry entry must be here (no way to do with PLIST_* vars)
+	@${ECHO_CMD} "@owner root" >> ${TMPPLIST}
+	@${ECHO_CMD} "@group wheel" >> ${TMPPLIST}
 	@${ECHO_CMD} "@cwd ${PREFIX}" >> ${TMPPLIST}
 	@${ECHO_CMD} "@dirrm ${_LICENSE_DIR_REL}" >> ${TMPPLIST}
 	@${ECHO_CMD} "@unexec rmdir %D/share/licenses 2>/dev/null || true" >> ${TMPPLIST}


More information about the svn-ports-all mailing list