Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Aug 2013 22:18:13 +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: r325238 - head/shells/zsh
Message-ID:  <201308222218.r7MMIDVk075178@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Aug 22 22:18:13 2013
New Revision: 325238
URL: http://svnweb.freebsd.org/changeset/ports/325238

Log:
  - Fix a typo in configure arguments
  - Bump port revision as it concerns a default option
  
  Submitted by:	Paul Mulders <justinkb@gmail.com> (by private mail)

Modified:
  head/shells/zsh/Makefile

Modified: head/shells/zsh/Makefile
==============================================================================
--- head/shells/zsh/Makefile	Thu Aug 22 21:58:25 2013	(r325237)
+++ head/shells/zsh/Makefile	Thu Aug 22 22:18:13 2013	(r325238)
@@ -3,6 +3,7 @@
 
 PORTNAME=	zsh
 PORTVERSION=	5.0.2
+PORTREVISION=	1
 CATEGORIES=	shells
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \
 		SF/${PORTNAME}/${PORTNAME}-doc/${PORTVERSION}:doc
@@ -63,7 +64,7 @@ PCRE_LIB_DEPENDS=	pcre:${PORTSDIR}/devel
 PCRE_CONFIGURE_ENABLE=	pcre
 MEM_CONFIGURE_ENABLE=	zsh-mem
 SECURE_FREE_CONFIGURE_ENABLE=	zsh-secure-free
-MAILDIR_CONFIGURE_ENABLE=	maildit-support
+MAILDIR_CONFIGURE_ENABLE=	maildir-support
 STATIC_LDFLAGS=		-static
 STATIC_CONFIGURE_ON=	--disable-dynamic
 STATIC_CONFIGURE_OFF=	--enable-dynamic



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