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

perry at macports.org perry at macports.org
Mon Dec 8 03:17:31 PST 2008


Revision: 43296
          http://trac.macports.org/changeset/43296
Author:   perry at macports.org
Date:     2008-12-08 03:17:29 -0800 (Mon, 08 Dec 2008)
Log Message:
-----------
devel/git-core - Updated to v1.6.0.5. (Closes Ticket #17580)
* Removes files/patch-http.h.diff
* Removes the run dependency to unixODBC in the variant svn

Modified Paths:
--------------
    trunk/dports/devel/git-core/Portfile

Removed Paths:
-------------
    trunk/dports/devel/git-core/files/patch-http.h.diff

Modified: trunk/dports/devel/git-core/Portfile
===================================================================
--- trunk/dports/devel/git-core/Portfile	2008-12-08 10:51:32 UTC (rev 43295)
+++ trunk/dports/devel/git-core/Portfile	2008-12-08 11:17:29 UTC (rev 43296)
@@ -3,7 +3,7 @@
 PortSystem        1.0
 
 name              git-core
-version           1.6.0.4
+version           1.6.0.5
 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,13 +19,13 @@
 distfiles         git-${version}${extract.suffix} \
                   git-manpages-${version}${extract.suffix}
 
-checksums    git-${version}${extract.suffix} sha1 6e9471519d482894ffd7ecc10cf2c09506971e3d \
-             git-manpages-${version}${extract.suffix} sha1 26e713ef11449187f9762fb603cca43b2b5b80b8
+checksums    git-${version}${extract.suffix} sha1 838577673c008dc4cbd60a2b9b1d659ad5f7fb3a \
+             git-manpages-${version}${extract.suffix} sha1 58960a4ab1d70e5d9639bc3e81f213eea6577670
 
 depends_run  port:rsync path:bin/perl:perl5 port:p5-error
 depends_lib  port:curl port:zlib port:openssl port:expat port:libiconv
 
-patchfiles   patch-Makefile.diff patch-http.h.diff
+patchfiles   patch-Makefile.diff
 
 extract.only   git-${version}${extract.suffix} \
                git-manpages-${version}${extract.suffix}
@@ -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 2ce03c496bc6d332cfaed4bd58ddb0a0bce3adea
+    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 70c206a64517d878a4d5f29e345a010074c11d5a
 }
 
 variant gitweb description {Install gitweb.cgi} {
@@ -100,7 +100,7 @@
 }
 
 variant svn description {Bi-directional subversion repository support} {
-    depends_run-append  port:subversion port:p5-libwww-perl port:p5-svn-simple port:p5-term-readkey port:unixODBC
+    depends_run-append  port:subversion port:p5-libwww-perl port:p5-svn-simple port:p5-term-readkey
 }
 
 variant bash_completion description {Bash completion support} {

Deleted: trunk/dports/devel/git-core/files/patch-http.h.diff
===================================================================
--- trunk/dports/devel/git-core/files/patch-http.h.diff	2008-12-08 10:51:32 UTC (rev 43295)
+++ trunk/dports/devel/git-core/files/patch-http.h.diff	2008-12-08 11:17:29 UTC (rev 43296)
@@ -1,10 +0,0 @@
---- http.h.orig	2008-10-22 06:19:18.000000000 +0200
-+++ http.h	2008-11-03 20:41:03.000000000 +0100
-@@ -18,7 +18,6 @@
- #undef USE_CURL_MULTI
- 
- #if LIBCURL_VERSION_NUM >= 0x071000
--#define USE_CURL_MULTI
- #define DEFAULT_MAX_REQUESTS 5
- #endif
- 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081208/ca39ce78/attachment.html>


More information about the macports-changes mailing list