[121477] trunk/dports/devel/hub/Portfile
g5pw at macports.org
g5pw at macports.org
Thu Jun 26 09:32:55 PDT 2014
Revision: 121477
https://trac.macports.org/changeset/121477
Author: g5pw at macports.org
Date: 2014-06-26 09:32:55 -0700 (Thu, 26 Jun 2014)
Log Message:
-----------
devel/hub:
fix destroot
increment revision as the port could have been successfully built
I also forgot to reset revisions. Not much I con do about it now, I guess.
Modified Paths:
--------------
trunk/dports/devel/hub/Portfile
Modified: trunk/dports/devel/hub/Portfile
===================================================================
--- trunk/dports/devel/hub/Portfile 2014-06-26 16:22:52 UTC (rev 121476)
+++ trunk/dports/devel/hub/Portfile 2014-06-26 16:32:55 UTC (rev 121477)
@@ -5,7 +5,7 @@
PortGroup github 1.0
github.setup github hub 1.12.1 v
-revision 1
+revision 2
description git-wrapper for GitHub specific functionality
long_description hub is a command line utility which adds GitHub knowledge to git.\
It can be used on its own or as a git wrapper.
@@ -32,7 +32,7 @@
build {}
destroot.cmd rake
-destroot.args prefix=${destroot}${prefix}
+destroot.args prefix=${prefix}
post-destroot {
set bash-completions ${destroot}${prefix}/share/bash-completion/completions
xinstall -d ${bash-completions}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140626/c2815166/attachment.html>
More information about the macports-changes
mailing list