[59306] trunk/dports/devel/git-core

jmr at macports.org jmr at macports.org
Tue Oct 13 05:36:56 PDT 2009


Revision: 59306
          http://trac.macports.org/changeset/59306
Author:   jmr at macports.org
Date:     2009-10-13 05:36:54 -0700 (Tue, 13 Oct 2009)
Log Message:
-----------
git-core: update to 1.6.5 (#22027)

Modified Paths:
--------------
    trunk/dports/devel/git-core/Portfile
    trunk/dports/devel/git-core/files/patch-Makefile.diff

Modified: trunk/dports/devel/git-core/Portfile
===================================================================
--- trunk/dports/devel/git-core/Portfile	2009-10-13 12:27:17 UTC (rev 59305)
+++ trunk/dports/devel/git-core/Portfile	2009-10-13 12:36:54 UTC (rev 59306)
@@ -4,7 +4,7 @@
 PortSystem        1.0
 
 name              git-core
-version           1.6.4.4
+version           1.6.5
 description       A fast version control system
 long_description  Git is a fast, scalable, distributed open source version \
                   control system focusing on speed and efficiency.
@@ -20,8 +20,8 @@
 distfiles         git-${version}${extract.suffix} \
                   git-manpages-${version}${extract.suffix}
 
-checksums    git-${version}${extract.suffix} sha1 da66a6323cc0842b19e3dbc5bb8ee5a59975037f \
-             git-manpages-${version}${extract.suffix} sha1 39b76f19751995ba3f093cac0b47900e22a5dbd2
+checksums    git-${version}${extract.suffix} sha1 8047b6ea66bd0651c4f103febcba8eedfc034677 \
+             git-manpages-${version}${extract.suffix} sha1 ebc5d4edf9bb1541774b9224dd0609a22ba64862
 
 depends_run  port:rsync path:bin/perl:perl5 port:p5-error
 depends_lib  port:curl port:zlib port:openssl port:expat port:libiconv
@@ -81,7 +81,7 @@
 
 variant doc description {Install HTML and plaintext documentation} {
     distfiles-append    git-htmldocs-${version}${extract.suffix}
-    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 63a4e5d23f58bb76bba4630d176eca827f5273c0
+    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 f80ebd5d54b934fa6bab99a306fba1c8d33351ca
 }
 
 variant gitweb description {Install gitweb.cgi} {

Modified: trunk/dports/devel/git-core/files/patch-Makefile.diff
===================================================================
--- trunk/dports/devel/git-core/files/patch-Makefile.diff	2009-10-13 12:27:17 UTC (rev 59305)
+++ trunk/dports/devel/git-core/files/patch-Makefile.diff	2009-10-13 12:36:54 UTC (rev 59306)
@@ -1,6 +1,6 @@
---- Makefile.orig	2009-07-29 10:18:18.000000000 +0200
-+++ Makefile	2009-07-29 23:35:52.000000000 +0200
-@@ -133,7 +133,7 @@
+--- Makefile.orig	2009-10-11 03:42:04.000000000 +0200
++++ Makefile	2009-10-12 21:51:31.000000000 +0200
+@@ -131,7 +131,7 @@
  #
  # Define NO_R_TO_GCC_LINKER if your gcc does not like "-R/path/lib"
  # that tells runtime paths to dynamic libraries;
@@ -9,7 +9,7 @@
  #
  # Define USE_NSEC below if you want git to care about sub-second file mtimes
  # and ctimes. Note that you need recent glibc (at least 2.2.4) for this, and
-@@ -238,7 +238,7 @@
+@@ -240,7 +240,7 @@
  gitexecdir = libexec/git-core
  sharedir = $(prefix)/share
  template_dir = share/git-core/templates
@@ -18,7 +18,7 @@
  ifeq ($(prefix),/usr)
  sysconfdir = /etc
  ETC_GITCONFIG = $(sysconfdir)/gitconfig
-@@ -958,7 +958,7 @@
+@@ -1029,7 +1029,7 @@
  	ifdef NO_R_TO_GCC_LINKER
  		# Some gcc does not accept and pass -R to the linker to specify
  		# the runtime dynamic library path.
@@ -27,7 +27,7 @@
  	else
  		CC_LD_DYNPATH = -R
  	endif
-@@ -973,7 +973,7 @@
+@@ -1044,7 +1044,7 @@
  	BASIC_CFLAGS += -DNO_CURL
  else
  	ifdef CURLDIR
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091013/b4db7f9b/attachment.html>


More information about the macports-changes mailing list