Date: Sun, 18 Dec 2011 10:55:02 -0500 From: Ryan Steinmetz <zi@FreeBSD.org> To: Baptiste Daroussin <bapt@FreeBSD.org> Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/shells/zsh Makefile distinfo pkg-plist Message-ID: <20111218155502.GA32920@fast.rit.edu> In-Reply-To: <201112181411.pBIEBhX1094492@repoman.freebsd.org> References: <201112181411.pBIEBhX1094492@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111218155502.GA32920>