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

devans at macports.org devans at macports.org
Sun Dec 28 04:44:01 PST 2008


Revision: 44438
          http://trac.macports.org/changeset/44438
Author:   devans at macports.org
Date:     2008-12-28 04:44:00 -0800 (Sun, 28 Dec 2008)
Log Message:
-----------
git-core: maintainer update to 1.6.1. Closes #17805.

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	2008-12-28 11:52:10 UTC (rev 44437)
+++ trunk/dports/devel/git-core/Portfile	2008-12-28 12:44:00 UTC (rev 44438)
@@ -3,7 +3,7 @@
 PortSystem        1.0
 
 name              git-core
-version           1.6.0.6
+version           1.6.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.
@@ -19,8 +19,8 @@
 distfiles         git-${version}${extract.suffix} \
                   git-manpages-${version}${extract.suffix}
 
-checksums    git-${version}${extract.suffix} sha1 80ad0c2a450e182322c6e006f9345b784dfc66e3 \
-             git-manpages-${version}${extract.suffix} sha1 6a27a20f05cf0ac980915d5577d241a4836134de
+checksums    git-${version}${extract.suffix} sha1 4caeafd06a5482337052f142073be66f2a39134a \
+             git-manpages-${version}${extract.suffix} sha1 fa2d94dc966484b14ae11d39d0d8336946a93001
 
 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 9eecc27e26e88c8f7ed0eea658c2c2d71ec9b9a6
+    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 c6cd28959ed6e2fbd892fe16adda1d31a3301ae8
 }
 
 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	2008-12-28 11:52:10 UTC (rev 44437)
+++ trunk/dports/devel/git-core/files/patch-Makefile.diff	2008-12-28 12:44:00 UTC (rev 44438)
@@ -1,6 +1,6 @@
---- Makefile.orig	2008-11-13 19:55:15.000000000 +0100
-+++ Makefile	2008-11-13 19:56:36.000000000 +0100
-@@ -113,7 +113,7 @@
+--- Makefile.orig	2008-12-25 06:33:25.000000000 +0100
++++ Makefile	2008-12-26 10:26:46.000000000 +0100
+@@ -115,7 +115,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
-@@ -187,7 +187,7 @@
+@@ -193,7 +193,7 @@
  gitexecdir = $(prefix)/libexec/git-core
  sharedir = $(prefix)/share
  template_dir = $(sharedir)/git-core/templates
@@ -18,16 +18,16 @@
  ifeq ($(prefix),/usr)
  sysconfdir = /etc
  else
-@@ -791,7 +791,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.
--	CC_LD_DYNPATH = -Wl,-rpath=
-+	CC_LD_DYNPATH = -L
- else
- 	CC_LD_DYNPATH = -R
- endif
-@@ -800,7 +800,7 @@
+@@ -823,7 +823,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.
+-		CC_LD_DYNPATH = -Wl,-rpath,
++		CC_LD_DYNPATH = -L
+ 	else
+ 		CC_LD_DYNPATH = -R
+ 	endif
+@@ -833,7 +833,7 @@
  	BASIC_CFLAGS += -DNO_CURL
  else
  	ifdef CURLDIR
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081228/1e982a4b/attachment.html>


More information about the macports-changes mailing list