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

ryandesign at macports.org ryandesign at macports.org
Tue Sep 21 01:04:09 PDT 2010


Revision: 71728
          http://trac.macports.org/changeset/71728
Author:   ryandesign at macports.org
Date:     2010-09-21 01:04:08 -0700 (Tue, 21 Sep 2010)
Log Message:
-----------
git-core: maintainer update to 1.7.3; see #26562

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-09-21 07:52:50 UTC (rev 71727)
+++ trunk/dports/devel/git-core/Portfile	2010-09-21 08:04:08 UTC (rev 71728)
@@ -4,7 +4,7 @@
 PortSystem        1.0
 
 name              git-core
-version           1.7.2.3
+version           1.7.3
 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,13 +19,13 @@
                   git-manpages-${version}${extract.suffix}
 
 checksums    git-${version}${extract.suffix} \
-                    md5     d88c06f6442156686deb4b4fbab0954c \
-                    sha1    d9fe7bab2f40731d94002c614304b1c3fea23bb9 \
-                    rmd160  5c1bd58a62d3a29bb8e9a2733c8c2b98a950a225 \
+                    md5     c18eb252ce63a688071f10c3f7bc28e1 \
+                    sha1    32e231fd10b85265487f0c2cc50d6d889b71de78 \
+                    rmd160  4b0f95b4d114f5b7a4eb61c0f73b2f9a533637a0 \
              git-manpages-${version}${extract.suffix} \
-                    md5     2ef8d3959c832347c29885627ebc0682 \
-                    sha1    bed8aa072dabc51f6fa9dfbc363c023235a63200 \
-                    rmd160  aea1a16ffa9fc2b91c7f6806cf848573f89825c2
+                    md5     d18d8f686fde24d1262ccbe61ad00ae0 \
+                    sha1    725ff48e7de80fe56556af3f5162be4e0648db61 \
+                    rmd160  97a8ae1ef8297e12ece2a3307547d0e73237920c
 
 depends_run  port:rsync port:p5-error
 depends_lib  path:bin/perl:perl5 port:curl port:zlib port:openssl port:expat port:libiconv port:python26
@@ -89,9 +89,9 @@
 variant doc description {Install HTML and plaintext documentation} {
     distfiles-append    git-htmldocs-${version}${extract.suffix}
     checksums-append    git-htmldocs-${version}${extract.suffix} \
-                    md5     e8505ed81506ee4ad6e15d149f366866 \
-                    sha1    bd99507c2a3286b409df3ef5987472732fe8283b \
-                    rmd160  64ac98bf670efa13ee007d5d15ec7a6c1754b567
+                    md5     0a90e969db9a4e6b73b395cf19255b0b \
+                    sha1    3dcfe85ad9f711404c3989bb3280f92635c75946 \
+                    rmd160  cf391a7a6afcf249e7254d2f2aad8ea1be722bab
 }
 
 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-09-21 07:52:50 UTC (rev 71727)
+++ trunk/dports/devel/git-core/files/patch-Makefile.diff	2010-09-21 08:04:08 UTC (rev 71728)
@@ -1,6 +1,6 @@
---- Makefile.orig	2010-07-21 23:35:25.000000000 +0200
-+++ Makefile	2010-07-23 22:40:16.000000000 +0200
-@@ -140,7 +140,7 @@
+--- Makefile.orig	2010-09-19 01:43:54.000000000 +0200
++++ Makefile	2010-09-21 08:32:22.000000000 +0200
+@@ -142,7 +142,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
-@@ -282,7 +282,7 @@
+@@ -284,7 +284,7 @@
  sharedir = $(prefix)/share
  gitwebdir = $(sharedir)/gitweb
  template_dir = share/git-core/templates
@@ -18,7 +18,7 @@
  ifeq ($(prefix),/usr)
  sysconfdir = /etc
  ETC_GITCONFIG = $(sysconfdir)/gitconfig
-@@ -1176,7 +1176,7 @@
+@@ -1189,7 +1189,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
-@@ -1194,7 +1194,7 @@
+@@ -1207,7 +1207,7 @@
  	REMOTE_CURL_NAMES =
  else
  	ifdef CURLDIR
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100921/1635c829/attachment.html>


More information about the macports-changes mailing list