Archive for May, 2009

RESTRICTED not correctly reported

Friday, May 15th, 2009

The RESTRICTED value on ports has been incorrectly recorded for some time.
The code fix:

$ cvs di port.pm
Index: port.pm
===================================================================
RCS file: /home/repositories/freshports-1/scripts/port.pm,v
retrieving revision 1.54
diff -r1.54 port.pm
168c168
< $restricted_alt = FreshPorts::Utilities::NULLIfEmpty($dbh, $this->{restricted_alt});

> […]