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

toby at macports.org toby at macports.org
Fri Jun 5 13:25:05 PDT 2009


Revision: 51867
          http://trac.macports.org/changeset/51867
Author:   toby at macports.org
Date:     2009-06-05 13:25:03 -0700 (Fri, 05 Jun 2009)
Log Message:
-----------
#19862 (git-core: Update to version 1.6.3.2)

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-06-05 20:19:56 UTC (rev 51866)
+++ trunk/dports/devel/git-core/Portfile	2009-06-05 20:25:03 UTC (rev 51867)
@@ -3,7 +3,7 @@
 PortSystem        1.0
 
 name              git-core
-version           1.6.3.1
+version           1.6.3.2
 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 1b6f6da17663b1031c723e516789aa9310f3ac71 \
-             git-manpages-${version}${extract.suffix} sha1 e4dd5f5a08d5a9b09cfcd2ba62f3ce7f77479afc
+checksums    git-${version}${extract.suffix} sha1 7e32fe5a117959d9aa112c67b258c54d37320349 \
+             git-manpages-${version}${extract.suffix} sha1 11d107e4639318a948137faa88ad291b12b9515a
 
 depends_run  port:rsync path:bin/perl:perl5 port:p5-error
 depends_lib  port:curl port:zlib port:openssl port:expat port:libiconv
@@ -79,7 +79,7 @@
 
 variant doc description {Install HTML and plaintext documentation} {
     distfiles-append    git-htmldocs-${version}${extract.suffix}
-    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 4a6e77f7171b16878aa71765a3f947432e669214
+    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 e7ec6e1ee432484761c89bd3728c69d9dbe98000
 }
 
 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-06-05 20:19:56 UTC (rev 51866)
+++ trunk/dports/devel/git-core/files/patch-Makefile.diff	2009-06-05 20:25:03 UTC (rev 51867)
@@ -1,5 +1,5 @@
---- Makefile.orig	2009-05-07 06:29:04.000000000 +0200
-+++ Makefile	2009-05-07 13:42:12.000000000 +0200
+--- Makefile.orig	2009-06-04 08:26:40.000000000 +0200
++++ Makefile	2009-06-04 15:48:56.000000000 +0200
 @@ -118,7 +118,7 @@
  #
  # Define NO_R_TO_GCC_LINKER if your gcc does not like "-R/path/lib"
@@ -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
-@@ -215,7 +215,7 @@
+@@ -218,7 +218,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
-@@ -872,7 +872,7 @@
+@@ -876,7 +876,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
-@@ -882,7 +882,7 @@
+@@ -886,7 +886,7 @@
  	BASIC_CFLAGS += -DNO_CURL
  else
  	ifdef CURLDIR
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090605/10f257bd/attachment.html>


More information about the macports-changes mailing list