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

Ryan Schmidt ryandesign at macports.org
Mon Mar 23 02:30:10 PDT 2009


On Mar 22, 2009, at 02:31, Bryan Blackburn wrote:

> On Sun, Mar 22, 2009 at 01:35:52AM -0500, Ryan Schmidt said:
>> On Mar 21, 2009, at 18:48, blb at macports.org wrote:
> [...]
>>> @@ -18,7 +18,12 @@
>>>  homepage            http://irssi.org/
>>>  fetch.type          svn
>>>  svn.url             http://svn.irssi.org/repos/irssi/trunk
>>> -svn.tag             ${version}
>>> +# When 1.8 is released, svn.revision can be set without the if{}
>>> +if {[info exists svn.revision]} {
>>> +   svn.revision        ${version}
>>> +} else {
>>> +   svn.tag             ${version}
>>> +}
>>
>> Why bother to make this change now when you'll change it again  
>> after 1.8
>> is released? Why not just leave it as is until after 1.8 is released?
>
> Partly a reminder, partly to quiet the warning about it being  
> deprecated.

I was wondering if there might be a deprecation warning already. I  
don't think we should have a deprecation warning until after we've  
released a version of MacPorts including the new option name (so,  
after 1.8 is released).




More information about the macports-dev mailing list