summaryrefslogtreecommitdiff
path: root/mail/qgreylist/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam1-3/+5
their files via a custom do-install target.
2007-03-24Quell pkglint: add QMAILDIR to BUILD_DEFS.schmonz1-1/+2
2007-02-22pkglint cleanup; update HOMEPAGE/MASTER_SITES.wiz1-2/+2
From Sergey Svishchev in private mail.
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-07-10Completely nuke the concept of PKG_PHASE from pkgsrc except for thejlam1-8/+10
purposes of caching MAKEVARS within bsd.pkg.mk and bsd.makevars.mk.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-10-13Update to 0.3. Changes:schmonz1-11/+8
* Updated default timeouts * Added support for matching IPs based on class-C (/24) address, rather than the full IP address - enabled by default * Added support for whitelists * Wait for the envelope before sending tempfail (helps for some buggy MTAs) * Removed qgreylist-info script (doesn't work with new class-C greylisting)
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig1-2/+2
NO_BUILD, USE_LIBTOOL.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-08-29Initial import of qgreylist-0.2, simple greylisting for qmail.schmonz1-0/+55
qgreylist is a 'lite' version of greylisting. It greylists only by source IP address, mainly because it's written as a wrapper for qmail-smtpd so has no other information available. For home and small office use this works nearly as well.