Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Dec 2016 12:13:31 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428847 - in head/shells/zsh: . files
Message-ID:  <201612181213.uBICDVI4054002@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Dec 18 12:13:31 2016
New Revision: 428847
URL: https://svnweb.freebsd.org/changeset/ports/428847

Log:
  Fix typo in chflags completion
  
  Reported by:	adamw

Added:
  head/shells/zsh/files/patch-Completion_BSD_Command___chflags   (contents, props changed)
Modified:
  head/shells/zsh/Makefile

Modified: head/shells/zsh/Makefile
==============================================================================
--- head/shells/zsh/Makefile	Sun Dec 18 11:47:09 2016	(r428846)
+++ head/shells/zsh/Makefile	Sun Dec 18 12:13:31 2016	(r428847)
@@ -3,6 +3,7 @@
 
 PORTNAME=	zsh
 DISTVERSION=	5.3
+PORTREVISION=	1
 CATEGORIES=	shells
 MASTER_SITES=	http://www.zsh.org/pub/ \
 		SF \

Added: head/shells/zsh/files/patch-Completion_BSD_Command___chflags
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/shells/zsh/files/patch-Completion_BSD_Command___chflags	Sun Dec 18 12:13:31 2016	(r428847)
@@ -0,0 +1,11 @@
+--- Completion/BSD/Command/_chflags.orig	2016-09-14 19:06:59 UTC
++++ Completion/BSD/Command/_chflags
+@@ -35,7 +35,7 @@ if [[ $OSTYPE = (darwin|dragonfly|freebs
+   fi
+ 
+   if [[ $OSTYPE = (dragonfly|freebsd)* ]]; then
+-    addlfags uunlnk 'user undeletable'
++    addflags uunlnk 'user undeletable'
+     (( EUID )) || addflags sunlnk 'system undeletable'
+   fi
+ 



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