From owner-cvs-all@FreeBSD.ORG Sun Dec 18 15:55:04 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F685106566B; Sun, 18 Dec 2011 15:55:04 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from fast.rit.edu (fast.rit.edu [129.21.182.30]) by mx1.freebsd.org (Postfix) with ESMTP id D137A8FC19; Sun, 18 Dec 2011 15:55:03 +0000 (UTC) Received: from fast.rit.edu (localhost.rit.edu [127.0.0.1]) by fast.rit.edu (Postfix) with ESMTP id 3A62B1D17F; Sun, 18 Dec 2011 10:55:03 -0500 (EST) X-Virus-Scanned: by amavisd-new at fast.rit.edu Received: from fast.rit.edu ([127.0.0.1]) by fast.rit.edu (fast.rit.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iSxu3lq-75j3; Sun, 18 Dec 2011 10:55:02 -0500 (EST) Received: from syn.rit.edu (syn.rit.edu [129.21.182.15]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by fast.rit.edu (Postfix) with ESMTPS id 9ACEB1D17B; Sun, 18 Dec 2011 10:55:02 -0500 (EST) Received: from syn.rit.edu (localhost.rit.edu [127.0.0.1]) by syn.rit.edu (8.14.4/8.14.3) with ESMTP id pBIFt2a4028448; Sun, 18 Dec 2011 10:55:02 -0500 (EST) (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by syn.rit.edu (8.14.4/8.14.3/Submit) id pBIFt2LY027340; Sun, 18 Dec 2011 10:55:02 -0500 (EST) (envelope-from zi@FreeBSD.org) Date: Sun, 18 Dec 2011 10:55:02 -0500 From: Ryan Steinmetz To: Baptiste Daroussin Message-ID: <20111218155502.GA32920@fast.rit.edu> References: <201112181411.pBIEBhX1094492@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="k1lZvvs/B4yU6o8G" Content-Disposition: inline In-Reply-To: <201112181411.pBIEBhX1094492@repoman.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/shells/zsh Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2011 15:55:04 -0000 --k1lZvvs/B4yU6o8G Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On (12/18/11 14:11), Baptiste Daroussin wrote: > bapt 2011-12-18 14:11:43 UTC > > FreeBSD ports repository > > Modified files: > shells/zsh Makefile distinfo pkg-plist > Log: > - update to 4.3.15 > > Revision Changes Path > 1.132 +1 -1 ports/shells/zsh/Makefile > 1.44 +2 -4 ports/shells/zsh/distinfo > 1.51 +2 -1 ports/shells/zsh/pkg-plist zsh-4.3.15-doc.tar.bz2 should be listed in distinfo to prevent a build error whenever NOPORTDOCS is not defined. The attached patch will take care of this. -r -- Ryan Steinmetz PGP: EF36 D45A 5CA9 28B1 A550 18CD A43C D111 7AD7 FAF2 --k1lZvvs/B4yU6o8G Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="zsh.diff" Index: distinfo =================================================================== RCS file: /home/pcvs/ports/shells/zsh/distinfo,v retrieving revision 1.44 diff -u -r1.44 distinfo --- distinfo 18 Dec 2011 14:11:43 -0000 1.44 +++ distinfo 18 Dec 2011 15:54:41 -0000 @@ -1,2 +1,4 @@ SHA256 (zsh-4.3.15.tar.bz2) = 8708f485823fb7e51aa696776d0dfac7d3558485182672cf9311c12a50a95486 SIZE (zsh-4.3.15.tar.bz2) = 2969951 +SHA256 (zsh-4.3.15-doc.tar.bz2) = 73b7ee1a737fbaf9be77cf6b55b27cca96bac39bc5ef25efa9ceb427cd1b5ad4 +SIZE (zsh-4.3.15-doc.tar.bz2) = 2712215 --k1lZvvs/B4yU6o8G--