Subject: CVS commit: pkgsrc/www/weblint
From: David H. Gutteridge
Date: 2020-07-22 23:45:41
Message id: 20200722214541.6F409FB28@cvs.NetBSD.org

Log Message:
weblint: fix the package so it actually runs

This is a very dated package that has Perl 4 era expectations. It used
an expression that would never have worked as intended (at least, not in
any version of Perl 5) and is past deprecation in modern Perl. It also
expects Perl 4 versions of what modern Perl 5 provides as Getopt::Long
and File::Find. It was simplest to satisfy its requirements by depending
on p5-Perl4-CoreLibs, rather than rewriting multiple lines of code to
modernize to the Perl 5 versions of these modules. With these changes,
the package now runs, and passes all of its test suite. Addresses
PR pkg/55511 by Stefan Schaeckeler.

Files:
RevisionActionfile
1.30modifypkgsrc/www/weblint/Makefile
1.7modifypkgsrc/www/weblint/distinfo
1.1addpkgsrc/www/weblint/patches/patch-weblint