- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
- Add USES=libtool and bump dependent ports
- Move variable definitions in front of include bsd.port.options.mk
- Replace patch with USES=pathfix
Approved by: portmgr (implicit, bump unstaged port)
notify maintainers, wait for a couple of days, and then only commit
the update itself, leaving the dependent ports un-updated :(
Bump the shared lib dependency on ports touched by the c-ares update.
Pointy hat to: roam (myself)
Changes:
- greylite can now work as a generic SMTP proxy
- command errors in client behaviour analysis
- completely new command session control, now able to extract
envelope information out of any SMTP command session even with
unrecognized/custom commands. SMTP AUTH still passes transparently
automatically
PR: ports/119736
Submitted by: Mij <mij@bitchx.it> (maintainer)
Approved by: linimon (mentor)
SPAM on mailservers running qmail.
Greylite does not require patching qmail, it is self-contained because it uses
sqlite, it uses a technology that minimizes delivery delays and enables suspect
senders to be multiply rejected and never whitelisted.
Greylite is easy to setup and maintain, and it is small and fast.
WWW: http://mij.oltrelinux.com/net/greylite/
PR: ports/118233
Submitted by: Mij <mij at bitchx.it>