non-port cache fix
Here is the diff for fixing caching problems for GIDs, UIDs, etc: =================================================================== RCS file: /home/repositories/freshports-1/scripts/caching.pm,v retrieving revision 1.3 diff -r1.3 caching.pm 54a55,75 > sub RemoveFileFromCache($;$) { > my $this = shift; > my $file_name = shift; > > my $CachingFile = $FreshPorts::Config::CachingRoot . ‘/cache/ports/’ . $file_name . ‘.*.html’; > > print “checking cache for […]
non-port cache fix Read More »