summaryrefslogtreecommitdiff
path: root/mail/milter-regex/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2008-08-09Update "milter-regex" package to version 1.7. Changes since 1.6:tron1-8/+2
- Support filtering sendmail macros, like {auth_type}.
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam1-3/+6
their files via a custom do-install target.
2007-12-21Depend on yacc, lex and flex as needed. Fixes PR 37586.joerg1-1/+2
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-3/+3
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-06-14Change logging facility from LOG_DAEMON to LOG_MAIL. This program istron1-1/+2
mail related after all. The logging message also contains confidential information like sender, recipient and subject which shouldn't go to a public readable logfile. Bump package revision because of this fix.
2006-04-23Modify packages that set PKG_USERS and PKG_GROUPS to follow the newjlam1-3/+5
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
2006-03-08Update "milter-regex" package to version 1.6. Changes since version 1.6:tron1-3/+21
- More fixes for the state machine. - Dealing with multi-message connections. "pkgsrc" related changes: - Honor ${PKG_SYSCONFDIR} and ${VARBASE}. - Provide an "rc.d" script.
2005-06-16Create directories before installing files into them.jlam1-1/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-06-11Take over maintainership of milter-regex (OKed by manu)jdarrow1-2/+2
2004-06-11Update mail/milter-regex to 1.5.jdarrow1-2/+2
Also fix seteuid/setuid usage on NetBSD. Changes from 1.2: 1.5: March 19, 2004 Fix logic errors in dealing with multi-message connections (SMTP RSET, HELO or MAIL FROM resetting SMTP state). Add cb_abort callback. 1.4: March 13, 2004 Some performance improvements, abort rule evaluation immediately when no further rules can possibly match. Compile without -Werror, as some ports generate warnings. 1.3: March 8, 2004 Two bugfixes related to RCPT TO: rule evaluation (DSN options and multiple receipients would match incorrectly), umask(0177) for pipe, fix for Solaris daemon() implementation. Improved logging (From:, To: and Subject: headers, when available). [update during freeze approved by agc]
2004-04-24Convert to buildlink3.snj1-4/+4
2004-04-06Quickly revert previous. I didn't see that libmilter had already beentv1-2/+1
changed in a CVS merge somewhere.
2004-04-06Make libmilter a build-time dependency only (it's a static library); bumptv1-1/+2
PKGREVISION of its dependencies.
2004-03-03Update to milter-regex-1.2.manu1-2/+2
It now supports boolean expressions and macros, and drops privileges when run as root
2004-02-21s/enableing/enabling/snj1-2/+2
2003-10-20The milter-regex plugin can be used with the milter API of sendmail(8) tomanu1-0/+20
filter mails using regular expressions matching SMTP envelope parameters and mail headers and body.