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

blb at macports.org blb at macports.org
Wed Mar 4 13:34:21 PST 2009


Revision: 47743
          http://trac.macports.org/changeset/47743
Author:   blb at macports.org
Date:     2009-03-04 13:34:20 -0800 (Wed, 04 Mar 2009)
Log Message:
-----------
devel/git-core - version update to 1.6.2, ticket #18417

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-03-04 21:23:36 UTC (rev 47742)
+++ trunk/dports/devel/git-core/Portfile	2009-03-04 21:34:20 UTC (rev 47743)
@@ -3,7 +3,7 @@
 PortSystem        1.0
 
 name              git-core
-version           1.6.1.2
+version           1.6.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 27b9c73e5f04cfe949ae1dfa785c6ebb1cfa98fa \
-             git-manpages-${version}${extract.suffix} sha1 5f4d2b60984c4054629a17a01b10df552ee9478d
+checksums    git-${version}${extract.suffix} sha1 685b9e203786dd4bcd7672088bcac42e22930ee0 \
+             git-manpages-${version}${extract.suffix} sha1 e621826b090cac60d28758eb9ec2c7ab4c0d63ba
 
 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 2532607649094fe3d242b8ddd14ed80c6f244276
+    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 4943d51bf49a574e1cefe3833ef6820964b40455
 }
 
 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-03-04 21:23:36 UTC (rev 47742)
+++ trunk/dports/devel/git-core/files/patch-Makefile.diff	2009-03-04 21:34:20 UTC (rev 47743)
@@ -1,6 +1,6 @@
---- Makefile.orig	2008-12-25 06:33:25.000000000 +0100
-+++ Makefile	2008-12-26 10:26:46.000000000 +0100
-@@ -115,7 +115,7 @@
+--- Makefile.orig	2009-03-04 09:18:50.000000000 +0100
++++ Makefile	2009-03-04 11:23:26.000000000 +0100
+@@ -118,7 +118,7 @@
  #
  # Define NO_R_TO_GCC_LINKER if your gcc does not like "-R/path/lib"
  # that tells runtime paths to dynamic libraries;
@@ -9,16 +9,16 @@
  #
  # 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
-@@ -193,7 +193,7 @@
- gitexecdir = $(prefix)/libexec/git-core
+@@ -199,7 +199,7 @@
+ gitexecdir = libexec/git-core
  sharedir = $(prefix)/share
- template_dir = $(sharedir)/git-core/templates
--htmldir=$(sharedir)/doc/git-doc
-+htmldir=$(sharedir)/doc/git-core
+ template_dir = share/git-core/templates
+-htmldir = share/doc/git-doc
++htmldir = share/doc/git-core
  ifeq ($(prefix),/usr)
  sysconfdir = /etc
- else
-@@ -823,7 +823,7 @@
+ ETC_GITCONFIG = $(sysconfdir)/gitconfig
+@@ -833,7 +833,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
-@@ -833,7 +833,7 @@
+@@ -843,7 +843,7 @@
  	BASIC_CFLAGS += -DNO_CURL
  else
  	ifdef CURLDIR
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090304/ce16ca6f/attachment.html>


More information about the macports-changes mailing list