View | Details | Raw Unified | Return to bug 64499
Collapse All | Expand All

(-)shells/zsh/Makefile (-2 / +2 lines)
Lines 25-31 Link Here
25
#			NOTE: does NOT have to be inside ${PREFIX} tree
25
#			NOTE: does NOT have to be inside ${PREFIX} tree
26
26
27
PORTNAME=	zsh
27
PORTNAME=	zsh
28
PORTVERSION=	4.0.9
28
PORTVERSION=	4.2.0
29
CATEGORIES=	shells
29
CATEGORIES=	shells
30
MASTER_SITES=	http://www.zsh.org/zsh/ \
30
MASTER_SITES=	http://www.zsh.org/zsh/ \
31
		ftp://ftp.zsh.org/zsh/ \
31
		ftp://ftp.zsh.org/zsh/ \
Lines 56-62 Link Here
56
# Conflicts with shells/zsh-devel as it installs files into the same locations
56
# Conflicts with shells/zsh-devel as it installs files into the same locations
57
CONFLICTS=	zsh-devel-* zsh-4.1.*
57
CONFLICTS=	zsh-devel-* zsh-4.1.*
58
58
59
#USE_BZIP2=	yes
59
USE_BZIP2=	yes
60
GNU_CONFIGURE=	yes
60
GNU_CONFIGURE=	yes
61
61
62
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
62
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
(-)shells/zsh/distinfo (-4 / +4 lines)
Lines 1-4 Link Here
1
MD5 (zsh-4.0.9.tar.gz) = be68b33eb8d48611bff46b0edc452dc6
1
MD5 (zsh-4.2.0.tar.bz2) = 866bcdad8c0c4974650f5eff395a9a35
2
SIZE (zsh-4.0.9.tar.gz) = 2222705
2
SIZE (zsh-4.2.0.tar.bz2) = 1990884
3
MD5 (zsh-4.0.9-doc.tar.gz) = b07d99d5ed597077226cedc2036fc827
3
MD5 (zsh-4.2.0-doc.tar.bz2) = 14aa2d8d9e6f546593fd42f45dfee669
4
SIZE (zsh-4.0.9-doc.tar.gz) = 1925158
4
SIZE (zsh-4.2.0-doc.tar.bz2) = 1695230
(-)shells/zsh/files/patch-Src::utils.c (-8 lines)
Lines 1-8 Link Here
1
--- Src/utils.c.orig	Wed Dec  4 19:39:01 2002
2
+++ Src/utils.c	Wed Dec  4 19:39:18 2002
3
@@ -1093,4 +1093,5 @@
4
  * is unique, for use as a temporary file.      */
5
  
6
+extern char *_mktemp(char *);
7
 /**/
8
 mod_export char *

Return to bug 64499