[69981] trunk/dports/devel/git-core
jmr at macports.org
jmr at macports.org
Sat Jul 24 19:03:53 PDT 2010
Revision: 69981
http://trac.macports.org/changeset/69981
Author: jmr at macports.org
Date: 2010-07-24 19:03:50 -0700 (Sat, 24 Jul 2010)
Log Message:
-----------
git-core: update to 1.7.2 (#25791)
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-25 01:55:16 UTC (rev 69980)
+++ trunk/dports/devel/git-core/Portfile 2010-07-25 02:03:50 UTC (rev 69981)
@@ -4,8 +4,7 @@
PortSystem 1.0
name git-core
-version 1.7.1.1
-revision 1
+version 1.7.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.
@@ -20,13 +19,13 @@
git-manpages-${version}${extract.suffix}
checksums git-${version}${extract.suffix} \
- md5 1b116a3e2ecce46a89e4272abf0de955 \
- sha1 466b802272804cfcbe86a08879c6edb10b7a5a30 \
- rmd160 665433a2afe82be15edcb61a09b8912708db4885 \
+ md5 652f861ae161e48979ef834707e2dc4c \
+ sha1 4dc232d018d769dd16774d3a12c237ac11b9d227 \
+ rmd160 cf3df2af634aa487c571f560d44ca4ab99668a85 \
git-manpages-${version}${extract.suffix} \
- md5 d56a2b79e76efa7b207335f562fbefbe \
- sha1 765e46fc076635f99eb326f9eeced5a04e3af45b \
- rmd160 57111ebe479d9ce49dc16284a0009035038e458f \
+ md5 0ea16b997dea4aec1f2f3d9c6a74abb8 \
+ sha1 601d712aedac1d8caa145d1867b4c0217982043c \
+ rmd160 35fec892ac39fd5da64ef5cecc0556efaf6d48e8 \
depends_run port:rsync port:p5-error
depends_lib path:bin/perl:perl5 port:curl port:zlib port:openssl port:expat port:libiconv
@@ -90,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 642edbab5bcf66694c07e0929c0ca223 \
- sha1 d45775c03246da814cce80bd7dee346779bff94e \
- rmd160 ba62ba98a19b99f7daaf52243ddcd762560334b5
+ md5 31b3d0c142709d5a4faafe52d962d435 \
+ sha1 bcf16805bdbe072ff54163c5589aef049a997f85 \
+ rmd160 4e8e1ef0056bc83916015a5519c3bd4bbfd6ca1f
}
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-25 01:55:16 UTC (rev 69980)
+++ trunk/dports/devel/git-core/files/patch-Makefile.diff 2010-07-25 02:03:50 UTC (rev 69981)
@@ -1,6 +1,6 @@
---- Makefile.orig 2010-06-29 20:24:04.000000000 +0200
-+++ Makefile 2010-06-30 06:59:19.000000000 +0200
-@@ -134,7 +134,7 @@
+--- Makefile.orig 2010-07-21 23:35:25.000000000 +0200
++++ Makefile 2010-07-23 22:40:16.000000000 +0200
+@@ -140,7 +140,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
-@@ -273,7 +273,7 @@
- gitexecdir = libexec/git-core
+@@ -282,7 +282,7 @@
sharedir = $(prefix)/share
+ gitwebdir = $(sharedir)/gitweb
template_dir = share/git-core/templates
-htmldir = share/doc/git-doc
+htmldir = share/doc/git-core
ifeq ($(prefix),/usr)
sysconfdir = /etc
ETC_GITCONFIG = $(sysconfdir)/gitconfig
-@@ -1108,7 +1108,7 @@
+@@ -1176,7 +1176,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
-@@ -1126,7 +1126,7 @@
+@@ -1194,7 +1194,7 @@
REMOTE_CURL_NAMES =
else
ifdef CURLDIR
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100724/f14f0bfd/attachment-0001.html>
More information about the macports-changes
mailing list