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

mgrimes at macports.org mgrimes at macports.org
Mon Nov 19 10:25:30 PST 2007


Revision: 31285
          http://trac.macosforge.org/projects/macports/changeset/31285
Author:   mgrimes at macports.org
Date:     2007-11-19 10:25:29 -0800 (Mon, 19 Nov 2007)

Log Message:
-----------
Lint

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

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

Modified: trunk/dports/devel/git-core/Portfile
===================================================================
--- trunk/dports/devel/git-core/Portfile	2007-11-19 18:25:24 UTC (rev 31284)
+++ trunk/dports/devel/git-core/Portfile	2007-11-19 18:25:29 UTC (rev 31285)
@@ -1,6 +1,7 @@
 # $Id$
 
 PortSystem        1.0
+
 name              git-core
 version           1.5.3.6
 description       The stupid content tracker.
@@ -16,14 +17,14 @@
 distname          git-${version}
 distfiles         git-${version}${extract.suffix} \
                   git-manpages-${version}${extract.suffix}
- 
+
 checksums    git-${version}${extract.suffix} sha1 35f2df92046996a3b72a708e9408eb4d6d4d0e6f \
              git-manpages-${version}${extract.suffix} sha1 0db0722b5da956db18c2639fd710c72bf5916fd9
 
 depends_run  port:openssh port:rsync port:perl5.8 port:p5-error
 depends_lib  port:curl port:zlib port:openssl port:expat port:libiconv
 
-patchfiles   patch-Makefile patch-http.h
+patchfiles   patch-Makefile.diff patch-http.h.diff
 
 extract.only   git-${version}${extract.suffix} \
                git-manpages-${version}${extract.suffix}
@@ -70,7 +71,7 @@
     checksums-append    git-htmldocs-${version}${extract.suffix} sha1 6539d9481e5e53400d8c9f8ad89ccde5f0deb340
 }
 
-variant svn {
+variant svn description {Bi-directional subversion repository support} {
     depends_run     port:subversion port:p5-libwww-perl port:p5-svn-simple port:p5-term-readkey
 }
 

Deleted: trunk/dports/devel/git-core/files/patch-Makefile
===================================================================
--- trunk/dports/devel/git-core/files/patch-Makefile	2007-11-19 18:25:24 UTC (rev 31284)
+++ trunk/dports/devel/git-core/files/patch-Makefile	2007-11-19 18:25:29 UTC (rev 31285)
@@ -1,20 +0,0 @@
---- Makefile.orig	2007-07-03 02:06:07.000000000 -0700
-+++ Makefile	2007-07-03 02:06:32.000000000 -0700
-@@ -137,8 +137,6 @@ uname_P := $(shell sh -c 'uname -p 2>/de
- 
- # CFLAGS and LDFLAGS are for the users to override from the command line.
- 
--CFLAGS = -g -O2 -Wall
--LDFLAGS =
- ALL_CFLAGS = $(CFLAGS)
- ALL_LDFLAGS = $(LDFLAGS)
- STRIP ?= strip
-@@ -507,7 +505,7 @@ ifdef NO_R_TO_GCC_LINKER
- 	# the runtime dynamic library path.
- 	CC_LD_DYNPATH = -Wl,-rpath=
- else
--	CC_LD_DYNPATH = -R
-+	CC_LD_DYNPATH = -L
- endif
- 
- ifndef NO_CURL

Deleted: trunk/dports/devel/git-core/files/patch-http.h
===================================================================
--- trunk/dports/devel/git-core/files/patch-http.h	2007-11-19 18:25:24 UTC (rev 31284)
+++ trunk/dports/devel/git-core/files/patch-http.h	2007-11-19 18:25:29 UTC (rev 31285)
@@ -1,10 +0,0 @@
---- http.h.orig	2007-07-03 02:08:49.000000000 -0700
-+++ http.h	2007-07-03 02:09:00.000000000 -0700
-@@ -7,7 +7,6 @@
- #include <curl/easy.h>
- 
- #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/20071119/f0a3fdee/attachment.html


More information about the macports-changes mailing list