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

ryandesign at macports.org ryandesign at macports.org
Fri Jul 2 07:11:04 PDT 2010


Revision: 69357
          http://trac.macports.org/changeset/69357
Author:   ryandesign at macports.org
Date:     2010-07-02 07:11:01 -0700 (Fri, 02 Jul 2010)
Log Message:
-----------
git-core: maintainer update to 1.7.1.1; see #25471

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	2010-07-02 13:22:48 UTC (rev 69356)
+++ trunk/dports/devel/git-core/Portfile	2010-07-02 14:11:01 UTC (rev 69357)
@@ -4,7 +4,7 @@
 PortSystem        1.0
 
 name              git-core
-version           1.7.1
+version           1.7.1.1
 description       A fast version control system
 long_description  Git is a fast, scalable, distributed open source version \
                   control system focusing on speed and efficiency.
@@ -21,13 +21,13 @@
                   git-manpages-${version}${extract.suffix}
 
 checksums    git-${version}${extract.suffix} \
-                    md5     3da231dbe82ad103373cb530ae7475d5 \
-                    sha1    0b031d1ab63506f945ad3c6fb5f814c6a4fc3095 \
-                    rmd160  b29995bac655e64d3c5d6911fe1235ba85ff58e6 \
+                    md5     1b116a3e2ecce46a89e4272abf0de955 \
+                    sha1    466b802272804cfcbe86a08879c6edb10b7a5a30 \
+                    rmd160  665433a2afe82be15edcb61a09b8912708db4885 \
              git-manpages-${version}${extract.suffix} \
-                    md5     50c3e1119a2197de208cbb69c7da0a50 \
-                    sha1    6b1e6738d30334f6e9071f983959644b4b3e9378 \
-                    rmd160  8f32c0f06e9ff76751dff6849e6c3df7db4b77c7 \
+                    md5     d56a2b79e76efa7b207335f562fbefbe \
+                    sha1    765e46fc076635f99eb326f9eeced5a04e3af45b \
+                    rmd160  57111ebe479d9ce49dc16284a0009035038e458f \
 
 depends_run  port:rsync port:p5-error
 depends_lib  path:bin/perl:perl5 port:curl port:zlib port:openssl port:expat port:libiconv
@@ -91,9 +91,9 @@
 variant doc description {Install HTML and plaintext documentation} {
     distfiles-append    git-htmldocs-${version}${extract.suffix}
     checksums-append    git-htmldocs-${version}${extract.suffix} \
-                    md5     bc4bdafdc1b257c40564d47bc5c97365 \
-                    sha1    94d18dea549c52ae0c38b1568ace46bbbdb29b44 \
-                    rmd160  7d14a9767884180451359b899ec8741b42f6da5f
+                    md5     642edbab5bcf66694c07e0929c0ca223 \
+                    sha1    d45775c03246da814cce80bd7dee346779bff94e \
+                    rmd160  ba62ba98a19b99f7daaf52243ddcd762560334b5
 }
 
 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	2010-07-02 13:22:48 UTC (rev 69356)
+++ trunk/dports/devel/git-core/files/patch-Makefile.diff	2010-07-02 14:11:01 UTC (rev 69357)
@@ -1,6 +1,6 @@
---- Makefile.orig	2010-04-24 04:38:35.000000000 +0200
-+++ Makefile	2010-04-24 20:00:38.000000000 +0200
-@@ -131,7 +131,7 @@
+--- Makefile.orig	2010-06-29 20:24:04.000000000 +0200
++++ Makefile	2010-06-30 06:59:19.000000000 +0200
+@@ -134,7 +134,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
-@@ -270,7 +270,7 @@
+@@ -273,7 +273,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
-@@ -1098,7 +1098,7 @@
+@@ -1108,7 +1108,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
-@@ -1116,7 +1116,7 @@
+@@ -1126,7 +1126,7 @@
  	REMOTE_CURL_NAMES =
  else
  	ifdef CURLDIR
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100702/851a2b22/attachment.html>


More information about the macports-changes mailing list