[78278] trunk/dports/devel/depot_tools/Portfile

snc at macports.org snc at macports.org
Sun May 1 07:31:19 PDT 2011


Revision: 78278
          http://trac.macports.org/changeset/78278
Author:   snc at macports.org
Date:     2011-05-01 07:31:18 -0700 (Sun, 01 May 2011)
Log Message:
-----------
depot_tools:
 * update to 83691
 * use git's portname in error message

Modified Paths:
--------------
    trunk/dports/devel/depot_tools/Portfile

Modified: trunk/dports/devel/depot_tools/Portfile
===================================================================
--- trunk/dports/devel/depot_tools/Portfile	2011-05-01 13:52:15 UTC (rev 78277)
+++ trunk/dports/devel/depot_tools/Portfile	2011-05-01 14:31:18 UTC (rev 78278)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                depot_tools
-version             79623
+version             83691
 categories          devel
 maintainers         snc openmaintainer
 description         Manages interaction with the Chromium development process
@@ -66,7 +66,7 @@
 
 build {
     if {![file exists ${prefix}/libexec/git-core/git-svn]} {
-        return -code error "Git must be installed with +svn variant"
+        return -code error "git-core must be installed with +svn variant"
     }
     system "cd ${worksrcpath} && ./gclient"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110501/e234ef6c/attachment.html>


More information about the macports-changes mailing list