[70965] trunk/dports/devel/git-core/Portfile
raimue at macports.org
raimue at macports.org
Sat Aug 28 12:07:59 PDT 2010
Revision: 70965
http://trac.macports.org/changeset/70965
Author: raimue at macports.org
Date: 2010-08-28 12:07:56 -0700 (Sat, 28 Aug 2010)
Log Message:
-----------
devel/git-core:
Add python26 dependency for git_remote_helpers; /usr/bin/python has been picked up before
Modified Paths:
--------------
trunk/dports/devel/git-core/Portfile
Modified: trunk/dports/devel/git-core/Portfile
===================================================================
--- trunk/dports/devel/git-core/Portfile 2010-08-28 17:36:31 UTC (rev 70964)
+++ trunk/dports/devel/git-core/Portfile 2010-08-28 19:07:56 UTC (rev 70965)
@@ -5,6 +5,7 @@
name git-core
version 1.7.2.2
+revision 1
description A fast version control system
long_description Git is a fast, scalable, distributed open source version \
control system focusing on speed and efficiency.
@@ -28,7 +29,7 @@
rmd160 bd2feb1f74530d44cba834a52adde10b773d8744
depends_run port:rsync port:p5-error
-depends_lib path:bin/perl:perl5 port:curl port:zlib port:openssl port:expat port:libiconv
+depends_lib path:bin/perl:perl5 port:curl port:zlib port:openssl port:expat port:libiconv port:python26
patchfiles patch-Makefile.diff
@@ -43,7 +44,7 @@
build.args CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
CC=${configure.cc} \
prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=${prefix} \
- PERL_PATH="${prefix}/bin/perl" NO_FINK=1 NO_DARWIN_PORTS=1 \
+ PERL_PATH="${prefix}/bin/perl" PYTHON_PATH="${prefix}/bin/python2.6" NO_FINK=1 NO_DARWIN_PORTS=1 \
NO_R_TO_GCC_LINKER=1
test.run yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100828/78b2ff0a/attachment.html>
More information about the macports-changes
mailing list