git problems

Eygene Ryabinkin rea-fbsd at codelabs.ru
Wed Jun 4 20:11:14 UTC 2008


Dmitry, good day.

Wed, Jun 04, 2008 at 11:21:59PM +0400, Chagin Dmitry wrote:
> this problem with git is fixed in version 1.5.5.1,

Yeah, commit 7b7f39eae6ab0bbcc68d3c42a5b23595880e528f

> our port requires updating.

Care to test?  The diff from 1.5.5 is below.  Ed, Eric, anyone, any
comments?  I had tested packaging list -- it seems to be unchanged
since 1.5.5, both for the cases of GUI and GUI-less git.  And no
new functionality was brought in, judging by ChangeLog contents
and quick glance over commits.

-----
diff -urN ./Makefile ../git/Makefile
--- ./Makefile	2008-06-04 23:52:50.000000000 +0400
+++ ../git/Makefile	2008-06-04 23:53:38.000000000 +0400
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	git
-PORTVERSION=	1.5.5
+PORTVERSION=	1.5.5.3
 CATEGORIES=	devel
 MASTER_SITES=	http://www.kernel.org/pub/software/scm/git/
 DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
diff -urN ./distinfo ../git/distinfo
--- ./distinfo	2008-06-04 23:52:50.000000000 +0400
+++ ../git/distinfo	2008-06-04 23:58:08.000000000 +0400
@@ -1,6 +1,6 @@
-MD5 (git-1.5.5.tar.bz2) = 09f15f0b0e330986d930746abf6962f4
-SHA256 (git-1.5.5.tar.bz2) = 27483890c598450d7d1b4583e40dd8ec6c8def08c7cec94b20eb7336bb83e65e
-SIZE (git-1.5.5.tar.bz2) = 1673736
-MD5 (git-manpages-1.5.5.tar.bz2) = 62a82276856add1d2b310d1e0b5ad5db
-SHA256 (git-manpages-1.5.5.tar.bz2) = cc7f16b72a228cafd6bcc41ea09fdc67f4c5d50a0bf4521b80d8ea75127bb802
-SIZE (git-manpages-1.5.5.tar.bz2) = 162609
+SIZE (git-1.5.5.tar.bz2) = 1677113
+MD5 (git-1.5.5.3.tar.bz2) = 022ce5772b900243ef5d289deb7a3667
+SHA256 (git-1.5.5.3.tar.bz2) = c0a5220e7c80dc791e2077ec238298c2ec30af4d8d0ed6d2fbd7ca808266dfc0
+MD5 (git-manpages-1.5.5.3.tar.bz2) = 374a62ddf37343a5130f3318eab1ce2b
+SHA256 (git-manpages-1.5.5.3.tar.bz2) = 770543b0ca871f72829f810d51f9e4d8b27659cbf4e73534fd09dfb5833f99de
+SIZE (git-manpages-1.5.5.tar.bz2) = 163895
-----

Perhaps this topic should now be moved out of -hackers.
-- 
Eygene


More information about the freebsd-hackers mailing list