[90376] trunk/dports/irc/irssi-devel/Portfile

Eric Cronin ecronin at macports.org
Sat Mar 3 18:41:46 PST 2012


On Mar 3, 2012, at 7:56 PM, Ryan Schmidt wrote:
> 
> On Mar 3, 2012, at 17:29, and.damore at macports.org wrote:
> 
>> Revision: 90376
>>         http://trac.macports.org/changeset/90376
>> Author:   and.damore at macports.org
>> Date:     2012-03-03 15:29:37 -0800 (Sat, 03 Mar 2012)
>> Log Message:
>> -----------
>> port irssi-devel: forcing system's svn in version check script
>> 
>> Modified Paths:
>> --------------
>>   trunk/dports/irc/irssi-devel/Portfile
>> 
>> Modified: trunk/dports/irc/irssi-devel/Portfile
>> ===================================================================
>> --- trunk/dports/irc/irssi-devel/Portfile	2012-03-03 23:18:42 UTC (rev 90375)
>> +++ trunk/dports/irc/irssi-devel/Portfile	2012-03-03 23:29:37 UTC (rev 90376)
>> @@ -35,6 +35,10 @@
>> patchfiles          patch-docs_irssi.1.diff
>> post-patch {
>>   reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/docs/irssi.1
>> +
>> +    # use system's svn to check version because that's the one  used to fetch
>> +    # prevents error between 1.6 and 1.7 subversion's format
>> +    reinplace "s|svn info|/usr/bin/svn info|" ${worksrcpath}/irssi-version.sh
>> }
> 
> This will prevent the port from being able to be installed on Tiger, because there is no /usr/bin/svn on Tiger.

${svn.cmd} is the path the fetch stage used.


More information about the macports-dev mailing list