mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Update to 5.5.1
This commit is contained in:
parent
de681af33c
commit
46aa5e2216
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=467611
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= zsh
|
||||
DISTVERSION= 5.5
|
||||
DISTVERSION= 5.5.1
|
||||
CATEGORIES= shells
|
||||
MASTER_SITES= http://www.zsh.org/pub/ \
|
||||
SF \
|
||||
|
@ -1,5 +1,5 @@
|
||||
TIMESTAMP = 1523279573
|
||||
SHA256 (zsh-5.5.tar.xz) = a8359b81d090425d497c6f3c724a7c21a81c614b03e7662ed347705d86958e53
|
||||
SIZE (zsh-5.5.tar.xz) = 3051084
|
||||
SHA256 (zsh-5.5-doc.tar.xz) = b995c16a2ded516b6e07883932640fcca8b53b1b8a1934094a8a32ef087f52fc
|
||||
SIZE (zsh-5.5-doc.tar.xz) = 3216400
|
||||
TIMESTAMP = 1523975008
|
||||
SHA256 (zsh-5.5.1.tar.xz) = e1c38808fcbe0cc1344d55c9a758349f7ba1e317325b154621ac37eddac4aa80
|
||||
SIZE (zsh-5.5.1.tar.xz) = 3052832
|
||||
SHA256 (zsh-5.5.1-doc.tar.xz) = 41ce13a89a6bc7e709b6f110e54288d59f02ba2becd2646895d28188d4dd6283
|
||||
SIZE (zsh-5.5.1-doc.tar.xz) = 3216632
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- Completion/Linux/Command/_ss.orig 2018-04-04 17:03:27 UTC
|
||||
+++ Completion/Linux/Command/_ss
|
||||
@@ -33,7 +33,7 @@ _arguments -C -s \
|
||||
"($info -d --dccp)"{-d,--dccp}'[display DCCP sockets]' \
|
||||
"($info -w --raw)"{-w,--raw}'[display RAW sockets]' \
|
||||
"($info -x --unix)"{-x,--unix}'[display Unix domain sockets]' \
|
||||
- "($info)--vsock[display only vsock sockets]' \
|
||||
+ "($info --vsock)"{--vsock}'[display only vsock sockets]' \
|
||||
"($info -f --family)"{-f,--family}'[display sockets of specified type]:family:(unix inet inet6 link netlink unix vsock)' \
|
||||
"($info -K --kill)"{-K,--kill}'[forcibly close sockets, display what was closed]' \
|
||||
"($info -H --no-header)"{-H,--no-header}'[suppress header line]' \
|
@ -77,6 +77,7 @@ bin/zsh-%%ZSH_VER%%
|
||||
%%DATADIR%%/%%ZSH_VER%%/functions/Completion/BSD/_bsdconfig
|
||||
%%DATADIR%%/%%ZSH_VER%%/functions/Completion/BSD/_bsdinstall
|
||||
%%DATADIR%%/%%ZSH_VER%%/functions/Completion/BSD/_chflags
|
||||
%%DATADIR%%/%%ZSH_VER%%/functions/Completion/BSD/_cksum
|
||||
%%DATADIR%%/%%ZSH_VER%%/functions/Completion/BSD/_csup
|
||||
%%DATADIR%%/%%ZSH_VER%%/functions/Completion/BSD/_cu
|
||||
%%DATADIR%%/%%ZSH_VER%%/functions/Completion/BSD/_cvsup
|
||||
|
Loading…
Reference in New Issue
Block a user