ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues
- Fixed portability issues for Windows. (It should now work under the normal
Windows command shell.) Note that this requires the use of a temporary file
for decompression of file handles on Windows--a minor security risk.
- Makefile.PL version detection for GNU grep now works correctly for version
numbers which end with letters.
- Fixed typo bugs in a couple test cases.
o Add missing PKGNAMEPREFIX
o Add missing entries in PLIST
PR: 60724 [1]
Submitted by: maintainer