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

source_changes at macosforge.org source_changes at macosforge.org
Sat Feb 17 18:06:23 PST 2007


Revision: 22125
          http://trac.macosforge.org/projects/macports/changeset/22125
Author:   pipping at macports.org
Date:     2007-02-17 18:06:22 -0800 (Sat, 17 Feb 2007)

Log Message:
-----------
 * bump version to 1.5.0 with permission of maintainer

Modified Paths:
--------------
    trunk/dports/devel/git-core/Portfile
    trunk/dports/devel/git-core/files/patch-Makefiles

Modified: trunk/dports/devel/git-core/Portfile
===================================================================
--- trunk/dports/devel/git-core/Portfile	2007-02-18 01:21:34 UTC (rev 22124)
+++ trunk/dports/devel/git-core/Portfile	2007-02-18 02:06:22 UTC (rev 22125)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name		git-core
-version		1.4.4.4
+version		1.5.0
 description	The stupid content tracker.
 long_description	A stupid (but extremely fast) directory \
 			content manager. It doesn't do a whole lot, \
@@ -14,9 +14,9 @@
 homepage	http://git.or.cz/
 use_bzip2	yes
 master_sites    http://www.kernel.org/pub/software/scm/git/
-checksums	md5 970aceba959e7fe92f065d7509e6db51 \
-			sha1 b9243da9071d28f616b530eff94a46fb223cc368 \
-			rmd160 a507e7d636e771fb3ed03054d3d70e6758385c28
+checksums	md5 5c3e163ac201695c9bfd5a19d730303c \
+			sha1 2a42673745f8131173fa538adc609bc664258406 \
+			rmd160 2ff7a1d31a73e1a75ccd284d8e7c35e05268ec73
 distname	git-${version}
 depends_run	bin:curl:curl bin:diff:diffutils bin:merge:rcs bin:wish:tk \
 		bin:ssh:openssh bin:python:python24 bin:rsync:rsync \

Modified: trunk/dports/devel/git-core/files/patch-Makefiles
===================================================================
--- trunk/dports/devel/git-core/files/patch-Makefiles	2007-02-18 01:21:34 UTC (rev 22124)
+++ trunk/dports/devel/git-core/files/patch-Makefiles	2007-02-18 02:06:22 UTC (rev 22125)
@@ -1,5 +1,5 @@
---- Documentation/Makefile.orig	2006-11-22 21:38:07.000000000 -0500
-+++ Documentation/Makefile	2006-11-28 15:42:24.000000000 -0500
+--- Documentation/Makefile.orig	2007-02-15 13:39:32.000000000 +0100
++++ Documentation/Makefile	2007-02-15 13:39:47.000000000 +0100
 @@ -26,7 +26,7 @@
  
  prefix?=$(HOME)
@@ -9,9 +9,9 @@
  man1dir=$(mandir)/man1
  man7dir=$(mandir)/man7
  # DESTDIR=
---- Makefile.orig	2006-11-22 21:38:07.000000000 -0500
-+++ Makefile	2006-11-28 15:21:34.000000000 -0500
-@@ -106,8 +106,6 @@
+--- Makefile.orig	2007-02-15 13:36:57.000000000 +0100
++++ Makefile	2007-02-15 13:38:00.000000000 +0100
+@@ -114,8 +114,6 @@
  
  # CFLAGS and LDFLAGS are for the users to override from the command line.
  
@@ -20,30 +20,3 @@
  ALL_CFLAGS = $(CFLAGS)
  ALL_LDFLAGS = $(LDFLAGS)
  STRIP ?= strip
-@@ -437,7 +435,7 @@
- 	ifdef CURLDIR
- 		# This is still problematic -- gcc does not always want -R.
- 		BASIC_CFLAGS += -I$(CURLDIR)/include
--		CURL_LIBCURL = -L$(CURLDIR)/lib -R$(CURLDIR)/lib -lcurl
-+		CURL_LIBCURL = -L$(CURLDIR)/lib -lcurl
- 	else
- 		CURL_LIBCURL = -lcurl
- 	endif
-@@ -458,7 +456,7 @@
- 	ifdef OPENSSLDIR
- 		# Again this may be problematic -- gcc does not always want -R.
- 		BASIC_CFLAGS += -I$(OPENSSLDIR)/include
--		OPENSSL_LINK = -L$(OPENSSLDIR)/lib -R$(OPENSSLDIR)/lib
-+		OPENSSL_LINK = -L$(OPENSSLDIR)/lib
- 	else
- 		OPENSSL_LINK =
- 	endif
-@@ -476,7 +474,7 @@
- 	ifdef ICONVDIR
- 		# Again this may be problematic -- gcc does not always want -R.
- 		BASIC_CFLAGS += -I$(ICONVDIR)/include
--		ICONV_LINK = -L$(ICONVDIR)/lib -R$(ICONVDIR)/lib
-+		ICONV_LINK = -L$(ICONVDIR)/lib
- 	else
- 		ICONV_LINK =
- 	endif

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070217/499a249b/attachment.html


More information about the macports-changes mailing list