- Pass maintainership to submitter
- Remove MD5 checksum
- Mark MAKE_JOBS_UNSAFE
- Add LICENSE
PR: ports/154641
Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
- Project moved to GNU - update MASTER_SITE and pkg-descr
- Even though Anubis now uses GnuTLS by default, the port still
default to using OpenSSL instead (GnuTLS support will come later)
PR: 45174
Submitted by: maintainer
- Add several compile-time knobs:
- WITHOUT_OPENSSL=yes Disable the OpenSSL library support
- WITHOUT_GPGME=yes Disable the GnuPG (GPGME library) support
- WITH_PCRE=yes Enable the PCRE library support
- WITH_PAM=yes Enable the Pluggable Authentication Modules support
- WITH_TCP_WRAPPERS=yes Enable the libwrap (TCP wrappers) support
- Take maintainership
PR: 42746
Submitted by: Sergei Kolobov <sergei@kolobov.com> (new maintainer)
- Install .info and addition documentation
- Fix Makefile to install the startup script and examples even if
NOPORTDOCS is defined (those items are NOT documentation)
PR: 42215
Submitted by: sergei@kolobov.com