[91490] trunk/dports/devel/mercurial/Portfile
Joshua Root
jmr at macports.org
Tue Apr 3 17:02:25 PDT 2012
On 2012-4-4 09:56 , Ryan Schmidt wrote:
>
> On Apr 3, 2012, at 07:23, deric at macports.org wrote:
>
>> Revision: 91490
>> https://trac.macports.org/changeset/91490
>> Author: deric at macports.org
>> Date: 2012-04-03 05:23:13 -0700 (Tue, 03 Apr 2012)
>> Log Message:
>> -----------
>> mercurial: Added hgk, the visual history browser to the default install.
>>
>> Modified Paths:
>> --------------
>> trunk/dports/devel/mercurial/Portfile
>>
>> Modified: trunk/dports/devel/mercurial/Portfile
>> ===================================================================
>> --- trunk/dports/devel/mercurial/Portfile 2012-04-03 12:17:38 UTC (rev 91489)
>> +++ trunk/dports/devel/mercurial/Portfile 2012-04-03 12:23:13 UTC (rev 91490)
>> @@ -64,6 +64,9 @@
>> # copy hgweb.cgi hgwebdir.cgi
>> file copy ${worksrcpath}/hgweb.cgi ${destroot}${prefix}/share/${name}/
>>
>> + # copy hgk, the visual history browser
>> + file copy ${worksrcpath}/contrib/hgk ${destroot}${prefix}/bin/hgk
>
> For such a change, the port's revision must also be increased.
I don't really want to rebuild mercurial just so hgk can appear in
${prefix}/bin as well as ${prefix}/share/mercurial/contrib, especially
since it still doesn't work out of the box.
- Josh
More information about the macports-dev
mailing list