Matthias Kilian wrote:
> On Mon, Jan 25, 2010 at 10:44:26AM -0500, RD Thrush wrote:
>> ${PORTSDIR}/infrastructure/build/out-of-date generates unusable data
>> for a port with a packing list containing '@option always-update'.
>>
>> The following patch fixes the problem (which appears to be fallout from the
>> recent pkg_add improvements):
> [...]
>
> Here's a diff that actually applies (no tabs expanded) and
> that uses
>
> $plist->has('always-update')
>
> instead of
>
> defined $plist->{'always-update'}
Thanks. Your patch fixes the problem in a better way.
Sorry about the expanded tabs...