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

ryandesign at macports.org ryandesign at macports.org
Fri Jul 31 14:23:51 PDT 2009


Revision: 54702
          http://trac.macports.org/changeset/54702
Author:   ryandesign at macports.org
Date:     2009-07-31 14:23:50 -0700 (Fri, 31 Jul 2009)
Log Message:
-----------
git-core: maintainer update to 1.6.4; see #20485

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-07-31 21:21:02 UTC (rev 54701)
+++ trunk/dports/devel/git-core/Portfile	2009-07-31 21:23:50 UTC (rev 54702)
@@ -3,7 +3,7 @@
 PortSystem        1.0
 
 name              git-core
-version           1.6.3.3
+version           1.6.4
 description       A fast version control system
 long_description  Git is a fast, scalable, distributed open source version \
                   control system focusing on speed and efficiency.
@@ -19,8 +19,8 @@
 distfiles         git-${version}${extract.suffix} \
                   git-manpages-${version}${extract.suffix}
 
-checksums    git-${version}${extract.suffix} sha1 200b49304696357ccf7a4837307348d681b7e04d \
-             git-manpages-${version}${extract.suffix} sha1 0153298e215ac6beb3c6073aa1c8bd0de9a1da3b
+checksums    git-${version}${extract.suffix} sha1 e6dd6b1fe937aa14866ce7d8672a50fb1956c41b \
+             git-manpages-${version}${extract.suffix} sha1 34c8afef3e03283585edb1093b517f697f18a47b
 
 depends_run  port:rsync path:bin/perl:perl5 port:p5-error
 depends_lib  port:curl port:zlib port:openssl port:expat port:libiconv
@@ -80,7 +80,7 @@
 
 variant doc description {Install HTML and plaintext documentation} {
     distfiles-append    git-htmldocs-${version}${extract.suffix}
-    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 f6d5bec24edfd27bf91f0f0cc13cfcfd7ecd045f
+    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 cf162b278a39fbe78c90f015ba3749d99b8ab7db
 }
 
 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-07-31 21:21:02 UTC (rev 54701)
+++ trunk/dports/devel/git-core/files/patch-Makefile.diff	2009-07-31 21:23:50 UTC (rev 54702)
@@ -1,6 +1,6 @@
---- Makefile.orig	2009-06-04 08:26:40.000000000 +0200
-+++ Makefile	2009-06-04 15:48:56.000000000 +0200
-@@ -118,7 +118,7 @@
+--- Makefile.orig	2009-07-29 10:18:18.000000000 +0200
++++ Makefile	2009-07-29 23:35:52.000000000 +0200
+@@ -133,7 +133,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
-@@ -218,7 +218,7 @@
+@@ -238,7 +238,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
-@@ -876,7 +876,7 @@
+@@ -958,7 +958,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
-@@ -886,7 +886,7 @@
+@@ -973,7 +973,7 @@
  	BASIC_CFLAGS += -DNO_CURL
  else
  	ifdef CURLDIR
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090731/aaf458d4/attachment.html>


More information about the macports-changes mailing list