CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2016/02/04 05:34:48
Modified files:
devel/quirks : Makefile
devel/quirks/files: Quirks.pm
Log message:
In OpenBSD 4.5 p5-Module-Pluggable moved to perl core, so a quirk was used to
remove the package if installed. This was then removed from perl core again,
a port was added, but the quirk wasn't removed, so people who *don't* clean
their /usr/libdata between updates would have the new version from packages
removed, and people who *do* clean would see a message like this,
"Not removing p5-Module-Pluggable-5.2 , /usr/libdata/perl5/Module/Pluggable.pm
not found"
Remove from quirks to fix.