summaryrefslogtreecommitdiff
path: root/mail/greylite (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* fix build on CURRENTOliver Lehmann2020-12-123-2/+26
| | | | make portlint a bit more happy
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-2/+6
|
* Remove GeoIP-related options. Where possible, replace GeoIP 1 defaultsAdam Weinberger2019-01-131-9/+3
| | | | | | with GeoIP 2. Also, as suggested by zi, add an UPDATING note about this.
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-2/+2
| | | | Approved by: portmgr blanket
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* Convert categories m* and m* to USES=sqlite and USES=firebirdBaptiste Daroussin2016-01-101-2/+1
|
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | - 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
* UnbreakAntoine Brodin2015-03-051-0/+1
|
* remove unneeded stuffOliver Lehmann2015-03-041-4/+0
|
* restore greyliteOliver Lehmann2015-03-044-0/+85
| | | | | | | STAGEify it move distfiles to public_distfiles-mirror move MAN8 into PLIST_FILES move pkg-message to SUB_FILES
* Remove non staged ports without pending PR from ma*Baptiste Daroussin2014-09-014-83/+0
|
* dns/c-ares:Tijl Coosemans2014-08-281-1/+1
| | | | | | | | - 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)
* Bump PORTREVISION on all ports that depend on net/GeoIP forAdam Weinberger2014-08-111-1/+1
| | | | | | r364627. Approved by: portmgr (not really, but touches unstaged ports)
* Convert some more USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-1/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-131-2/+2
| | | | With hat: portmgr
* Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 thatTijl Coosemans2014-07-041-1/+1
| | | | | | | have not been bumped yet after the latest libsqlite3.so library version change. Approved by: portmgr (implicit)
* Resetting maintainership on ports that have not been staged and without anyBaptiste Daroussin2014-07-041-1/+1
| | | | | | pending PR (related to stage) With hat: portmgr
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | mail)
* Convert to new options frameworkBaptiste Daroussin2013-06-011-11/+9
|
* - remove MD5Olli Hauer2011-07-031-1/+0
|
* Well, yeah, leave it to me to test an update and all dependent ports,Peter Pentchev2009-06-151-1/+2
| | | | | | | | | 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)
* - Update to 2.3Martin Wilke2008-03-133-6/+8
| | | | | PR: 121605 Submitted by: Mij <mij@bitchx.it> (Maintainer)
* - Fix a typoMartin Wilke2008-02-022-7/+9
| | | | | | | - Update pkg-descr (forgot in the previous commit) PR: 120206 Submitted by: Mij <mij@bitchx.it> (maintainer)
* - Update to 2.2Martin Wilke2008-02-012-21/+21
| | | | | PR: 120037 Submitted by: Mij <mij@bitchx.it> (maintainer)
* - Update to 2.0Beech Rintoul2008-01-193-20/+38
| | | | | | | | | | | | | | 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)
* Greylite is an implementation of a modified greylisting technology for fightingMartin Wilke2007-12-194-0/+62
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>