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

ryandesign at macports.org ryandesign at macports.org
Tue Mar 23 04:28:32 PDT 2010


Revision: 65174
          http://trac.macports.org/changeset/65174
Author:   ryandesign at macports.org
Date:     2010-03-23 04:28:29 -0700 (Tue, 23 Mar 2010)
Log Message:
-----------
git-core: update to 1.7.0.3 (#24153); and in the gitweb variant, install gitweb.js, and give gitweb.cgi the executable bit (#23511)

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-03-23 11:06:47 UTC (rev 65173)
+++ trunk/dports/devel/git-core/Portfile	2010-03-23 11:28:29 UTC (rev 65174)
@@ -4,7 +4,7 @@
 PortSystem        1.0
 
 name              git-core
-version           1.7.0.2
+version           1.7.0.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.
@@ -21,13 +21,13 @@
                   git-manpages-${version}${extract.suffix}
 
 checksums    git-${version}${extract.suffix} \
-                    md5     76518fa774b36de81d160b85fa4f19c1 \
-                    sha1    82ec53af5950b3c70f8e3c54b347ac476e3c1d51 \
-                    rmd160  744531d370eefebe8c55d0160ba4ab32c390a2d6 \
+                    md5     1a449b84dd60a066ea491a54346843e6 \
+                    sha1    7244e2ac0c439c9acdd1432072a9ff3dce8bc319 \
+                    rmd160  cfe3b9ef21c62c47aaaef997d0cd44c7436649d6 \
              git-manpages-${version}${extract.suffix} \
-                    md5     58e0c6b194d989de8f7c4c7193315287 \
-                    sha1    0e5c1f446038e36cb086a8f34ce53bf978fdd62f \
-                    rmd160  585ac5b6dd785c6556e53c2ddd848f3fbd6b9dca \
+                    md5     72b899852af3cb1858999357b58ac7bb \
+                    sha1    e10259bcb42c484fcf6faca3604612877eea67e7 \
+                    rmd160  9e59ab7d75985b952c136364ad14b87f80de152b \
 
 depends_run  port:rsync path:bin/perl:perl5 port:p5-error
 depends_lib  port:curl port:zlib port:openssl port:expat port:libiconv
@@ -91,9 +91,9 @@
 variant doc description {Install HTML and plaintext documentation} {
     distfiles-append    git-htmldocs-${version}${extract.suffix}
     checksums-append    git-htmldocs-${version}${extract.suffix} \
-                    md5     a33cd464d4c31e3ef0440e7e8d367f02 \
-                    sha1    31cf53f1e339fca694c1b217ea37994b7c92d27b \
-                    rmd160  58e08ff5a35e52bead306125dccee3ae9e55f734
+                    md5     6b75778734a1637af157f7e62b204322 \
+                    sha1    9536a7b13c1caa4e6c27a005071b09e629654fc1 \
+                    rmd160  6a3b62c1de86e4f63e84fd092df2e94265c104e4
 }
 
 variant gitweb description {Install gitweb.cgi} {
@@ -101,9 +101,12 @@
 
     post-destroot {
         xinstall -d ${destroot}${prefix}/share/${name}/gitweb
+        xinstall -W ${worksrcpath}/gitweb \
+            gitweb.cgi \
+            ${destroot}${prefix}/share/${name}/gitweb
         xinstall -m 444 -W ${worksrcpath}/gitweb \
-            gitweb.cgi \
             gitweb.css \
+            gitweb.js \
             git-favicon.png \
             git-logo.png \
             ${destroot}${prefix}/share/${name}/gitweb

Modified: trunk/dports/devel/git-core/files/patch-Makefile.diff
===================================================================
--- trunk/dports/devel/git-core/files/patch-Makefile.diff	2010-03-23 11:06:47 UTC (rev 65173)
+++ trunk/dports/devel/git-core/files/patch-Makefile.diff	2010-03-23 11:28:29 UTC (rev 65174)
@@ -1,5 +1,5 @@
---- Makefile.orig	2010-01-21 01:23:34.000000000 +0100
-+++ Makefile	2010-01-21 12:16:29.000000000 +0100
+--- Makefile.orig	2010-03-22 02:35:03.000000000 +0100
++++ Makefile	2010-03-22 15:00:18.000000000 +0100
 @@ -131,7 +131,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
-@@ -265,7 +265,7 @@
+@@ -260,7 +260,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
-@@ -1069,7 +1069,7 @@
+@@ -1054,7 +1054,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,8 +27,8 @@
  	else
  		CC_LD_DYNPATH = -R
  	endif
-@@ -1084,7 +1084,7 @@
- 	BASIC_CFLAGS += -DNO_CURL
+@@ -1072,7 +1072,7 @@
+ 	REMOTE_CURL_NAMES =
  else
  	ifdef CURLDIR
 -		# Try "-Wl,-rpath=$(CURLDIR)/$(lib)" in such a case.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100323/44729e81/attachment.html>


More information about the macports-changes mailing list