aboutsummaryrefslogtreecommitdiff
path: root/shells/zsh/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-08-30 20:01:07 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-08-30 20:01:07 +0000
commit7c76f50b76e3ef3dd9cc9c0bfac63e255fdddf41 (patch)
tree7a5786a1c456a51a1c4d624f8096af827b2c3dcd /shells/zsh/Makefile
parent7c2b19e9c50d845c5f593e025d1aa5e219ce2e59 (diff)
downloadports-7c76f50b76e3ef3dd9cc9c0bfac63e255fdddf41.tar.gz
ports-7c76f50b76e3ef3dd9cc9c0bfac63e255fdddf41.zip
Update to 5.1
Switch the default mirror to zsh.org until the distfiles appears on sourceforge
Notes
Notes: svn path=/head/; revision=395638
Diffstat (limited to 'shells/zsh/Makefile')
-rw-r--r--shells/zsh/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile
index a93fb60c3689..002e2783aa64 100644
--- a/shells/zsh/Makefile
+++ b/shells/zsh/Makefile
@@ -2,14 +2,13 @@
# $FreeBSD$
PORTNAME= zsh
-PORTVERSION= 5.0.8
-PORTREVISION= 3
+DISTVERSION= 5.1
CATEGORIES= shells
MASTER_SITES= \
- SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \
- SF/${PORTNAME}/${PORTNAME}-doc/${PORTVERSION}:doc \
http://www.zsh.org/pub/:doc \
- http://www.zsh.org/pub/
+ http://www.zsh.org/pub/ \
+ SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \
+ SF/${PORTNAME}/${PORTNAME}-doc/${PORTVERSION}:doc
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= bapt@FreeBSD.org
@@ -24,7 +23,7 @@ MAKE_JOBS_UNSAFE= yes
ZSH_VER= ${PORTVERSION}
-USES= iconv ncurses shebangfix tar:bzip2
+USES= iconv ncurses shebangfix tar:xz
SHEBANG_FILES= Functions/Calendar/calendar_add \
Functions/Misc/checkmail \
Functions/Misc/run-help \