From owner-svn-ports-head@freebsd.org Tue Dec 8 13:40:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D9C09D31AF; Tue, 8 Dec 2015 13:40:37 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E3611031; Tue, 8 Dec 2015 13:40:37 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB8Dea3e000284; Tue, 8 Dec 2015 13:40:36 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB8Deab8000283; Tue, 8 Dec 2015 13:40:36 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201512081340.tB8Deab8000283@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 8 Dec 2015 13:40:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403266 - head/shells/zsh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Dec 2015 13:40:37 -0000 Author: bapt Date: Tue Dec 8 13:40:36 2015 New Revision: 403266 URL: https://svnweb.freebsd.org/changeset/ports/403266 Log: Make zsh read again conf in /etc Drop maintainership Modified: head/shells/zsh/Makefile Modified: head/shells/zsh/Makefile ============================================================================== --- head/shells/zsh/Makefile Tue Dec 8 11:41:24 2015 (r403265) +++ head/shells/zsh/Makefile Tue Dec 8 13:40:36 2015 (r403266) @@ -3,6 +3,7 @@ PORTNAME= zsh DISTVERSION= 5.2 +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= \ http://www.zsh.org/pub/:doc \ @@ -11,7 +12,7 @@ MASTER_SITES= \ SF/${PORTNAME}/${PORTNAME}-doc/${PORTVERSION}:doc DISTFILES= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= bapt@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= The Z shell LICENSE= ZSH @@ -42,8 +43,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -Wl,--as-ne CONFIGURE_ENV+= zsh_cv_sys_path_dev_fd=no CONFIGURE_ARGS= --with-term-lib="ncursesw ncurses" --with-tcsetpgrp \ --enable-function-subdirs --enable-multibyte \ - --sysconfdir=${PREFIX}/etc \ - --enable-etcdir=${PREFIX}/etc + --sysconfdir=${PREFIX}/etc EXTRA_PATCHES= ${FILESDIR}/extra-patch-bsdtar #EXTRA_COMPLETION_FILES= _sockstat