Bug 133925 - [patch] devel/git: upgrade to 1.6.2.4
Summary: [patch] devel/git: upgrade to 1.6.2.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-22 19:20 UTC by Eygene Ryabinkin
Modified: 2009-04-27 18:30 UTC (History)
0 users

See Also:


Attachments
1.6.2.2-to-1.6.2.4.diff (3.08 KB, patch)
2009-04-22 19:20 UTC, Eygene Ryabinkin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eygene Ryabinkin 2009-04-22 19:20:01 UTC
Git 1.6.2.4 is out, [1].  Many fixes in respect to 1.6.2.2: [2], [3].

Fix: The following patch updates the port to 1.6.2.4 and updates Git
web URL to the current one.
How-To-Repeat: 
[1] http://git-scm.com/
[2] http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.2.3.txt
[3] http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.2.4.txt
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-04-22 19:20:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Eygene Ryabinkin 2009-04-23 09:28:43 UTC
Some nitpicking: silence the warning for utf8.c about type mismatch
of the second argument.

--- 1.6.2.4-remove-utf8.c-warning.diff begins here ---
=46rom f61b79379aa367807bbd84a03710a90dae1f5075 Mon Sep 17 00:00:00 2001
=46rom: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Date: Thu, 23 Apr 2009 12:21:05 +0400
Subject: [PATCH] devel/git: eliminate type mismatch warning in utf8.c

Since our iconv is "old" (has 'const char **' as the second argument
type to the iconv() call), we should tell Git about it.

Signed-off-by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
---
 devel/git/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/devel/git/Makefile b/devel/git/Makefile
index 38d3b35..75ec5d6 100644
--- a/devel/git/Makefile
+++ b/devel/git/Makefile
@@ -173,6 +173,7 @@ USE_GMAKE=3D	yes
 CFLAGS+=3D	-I${LOCALBASE}/include
 MAKE_ENV+=3D	CURLDIR=3D${LOCALBASE} \
 		NEEDS_LIBICONV=3Dyes \
+		OLD_ICONV=3Dyes \
 		PERL_PATH=3D${PERL} \
 		LIBMD_SHA1=3Dyes
 MAKE_ARGS+=3D	prefix=3D"${PREFIX}"
--=20
1.6.2.4
--- 1.6.2.4-remove-utf8.c-warning.diff ends here ---
--=20
Eygene
 _                ___       _.--.   #
 \`.|\..----...-'`   `-._.-'_.-'`   #  Remember that it is hard
 /  ' `         ,       __.--'      #  to read the on-line manual
 )/' _/     \   `-_,   /            #  while single-stepping the kernel.
 `-'" `"\_  ,_.-;_.-\_ ',  fsc/as   #
     _.-'_./   {_.'   ; /           #    -- FreeBSD Developers handbook
    {_.-``-'         {_/            #
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-04-27 18:19:58 UTC
wxs         2009-04-27 17:19:23 UTC

  FreeBSD ports repository

  Modified files:
    devel/git            Makefile distinfo pkg-descr pkg-plist 
  Log:
  - [1]: Update to 1.6.2.4
  - [2]: Respect WITHOUT_X11 along with WITHOUT_GUI
  
  Changelogs between old version and 1.6.2.4 are at:
  http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.2.3.txt
  http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.2.4.txt
  
  PR:             ports/133925 [1], private mail [2]
  Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru> [1]
                  Dmitry Morozovsky <marck@rinet.ru> [2]
  
  Revision  Changes    Path
  1.51      +3 -2      ports/devel/git/Makefile
  1.32      +9 -9      ports/devel/git/distinfo
  1.2       +1 -1      ports/devel/git/pkg-descr
  1.27      +2 -0      ports/devel/git/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Wesley Shields freebsd_committer freebsd_triage 2009-04-27 18:20:52 UTC
State Changed
From-To: open->closed

Committed. Thanks!