- Revise manual page for correctness and completeness
- Reinstate the `-y' (nroff) flag
- Drop gmake(1) dependency, builds with BSD make(1)
- Tweak port description and Makefile markup and syntax
- Pet portlint(1)
Mentioned in PR: ports/119680 [1]
Patches obtained from: Debian
It's been about 3.5 years since ssldump's last release and these patches
have been in CVS for about 3 years. It would be a shame to just leave
them there.
Obtained from: CVS by way of Suse 9.3 RPM
4.4 Patching
[...]
Please only use characters [-+._a-zA-Z0-9] for naming your patches.
Do not use any other characters besides them. Do not name your
patches like patch-aa or patch-ab etc, always mention path and file
name in patch names.
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.