Date: Sun, 17 Jun 2007 22:43:07 +0400 From: Eygene Ryabinkin <rea-fbsd@codelabs.ru> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: ed@fxq.nl Subject: Re: ports/113643: update ports/devel/git to 1.5.2.1 Message-ID: <20070617184307.GA26920@void.codelabs.ru> In-Reply-To: <20070615180643.GM3779@void.codelabs.ru> References: <20070613055517.7FFC01AF434@void.codelabs.ru> <200706130600.l5D60BNh039284@freefall.freebsd.org> <20070614100422.GU86872@void.codelabs.ru> <20070615180643.GM3779@void.codelabs.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
And me once again. Yesterday, git 1.5.2.2 was released. Quick testing showed no regressions, so I am submitting the patch that upgrades 1.5.2.1 to 1.5.2.2. It was made against the port with all my previous patches applied. Comments are welcome. diff -urN ./Makefile ../git/Makefile --- ./Makefile Sun Jun 17 21:27:01 2007 +++ ../git/Makefile Sun Jun 17 21:26:52 2007 @@ -6,7 +6,7 @@ # PORTNAME= git -PORTVERSION= 1.5.2.1 +PORTVERSION= 1.5.2.2 CATEGORIES= devel MASTER_SITES= http://www.kernel.org/pub/software/scm/git/ diff -urN ./distinfo ../git/distinfo --- ./distinfo Sun Jun 17 21:26:39 2007 +++ ../git/distinfo Sun Jun 17 21:30:28 2007 @@ -1,3 +1,3 @@ -MD5 (git-1.5.2.1.tar.bz2) = 0a39e786a12974cbe7b14f2fe92dc163 -SHA256 (git-1.5.2.1.tar.bz2) = 4f2710ae146ba387e614f652b0e7e11a4f71090794c49a60791e063f21635b37 -SIZE (git-1.5.2.1.tar.bz2) = 1184392 +MD5 (git-1.5.2.2.tar.bz2) = 846940654b703ec5c8de4ee388cb4d08 +SHA256 (git-1.5.2.2.tar.bz2) = 9c569ab1096c37e1b7ba3633fda5b36b9ad4305454ce2748bb1da557a3817041 +SIZE (git-1.5.2.2.tar.bz2) = 1190255
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070617184307.GA26920>