aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix-postfwd
Commit message (Collapse)AuthorAgeFilesLines
* Remove Perl core modulesSunpoet Po-Chuan Hsieh2017-06-262-11/+10
| | | | | | | | | | | - Add LICENSE_FILE - Add NO_ARCH - Convert to options target helper - Remove blank line in PLIST - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=444342
* When there is a do-install target, do not use a post-install target, doMathieu Arnold2016-07-191-1/+2
| | | | | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=418767
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415503
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-5/+5
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Improve shebangfix frameworkDmitry Marakasov2015-10-191-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time - Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports - Add lua support (depends on USES=lua) - Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua - Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt") Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl") Update shebangfix usage according to new rules in many ports: - Remove *_OLD_CMD for patterns now replaced by default - Quote custom *_OLD_CMD which contain spaces Fix shebangfix usage in many ports (irrelevant to infrastructure change): - Remove redundant SHEBANG_LANG (no need to duplicate default langs) - Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present) - Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string Approved by: portmgr (bapt) Differential Revision: D3756 Notes: svn path=/head/; revision=399684
* Cleanup plistAntoine Brodin2014-11-221-2/+0
| | | | Notes: svn path=/head/; revision=373086
* - add stage supportOlli Hauer2014-08-313-25/+40
| | | | | | | | | - add pkg-plist - fix LICENSE - use shebangfix Notes: svn path=/head/; revision=366766
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-071-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category M. CR: D306 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=361099
* 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 Notes: svn path=/head/; revision=360579
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - convert to the new perl5 frameworkAndrej Zverev2013-09-141-1/+2
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327311
* - Update to 1.35Sahil Tandon2013-09-022-4/+3
| | | | Notes: svn path=/head/; revision=326061
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-291-4/+4
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300222
* - Add OPTION to install postfwd v2 rather than v1 andSahil Tandon2012-06-102-32/+56
| | | | | | | | | | | | | | | convert to new options framework. - Revise the rc.d script[1] with style and functionality improvements, one of which works around an upstream issue that obstructed operation of 'status' and other functions. Because this affects the default package, bump PORTREVISION. Reviewed by: dougb [1] Notes: svn path=/head/; revision=298971
* - Update to 1.32Sahil Tandon2012-05-232-3/+4
| | | | | | | | PR: ports/167835 Submitted by: Thomas Vogt <thomas@bsdunix.ch> Notes: svn path=/head/; revision=297252
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Update to 1.31Sahil Tandon2011-10-182-3/+3
| | | | Notes: svn path=/head/; revision=283727
* - Update to 1.30Sahil Tandon2011-09-072-7/+11
| | | | Notes: svn path=/head/; revision=281406
* - Update to 1.22Sahil Tandon2011-08-142-6/+6
| | | | Notes: svn path=/head/; revision=279730
* - Update to 1.20Sahil Tandon2010-11-152-3/+3
| | | | Notes: svn path=/head/; revision=264594
* - Update to 1.19Sahil Tandon2010-11-082-4/+5
| | | | | | | - Define LICENSE Notes: svn path=/head/; revision=264219
* - Update to 1.18Sahil Tandon2010-05-052-5/+4
| | | | | | | Approved by: itetcu@ (mentor) Notes: svn path=/head/; revision=253800
* - Update RUN_DEPENDS [1]Sahil Tandon2010-04-141-2/+3
| | | | | | | | | | | - Bump PORTREVISION for dependency change - Change my email to sahil@FreeBSD.org Reported by: Ziaya Syed Hasan <ziaya@sipradi.com.np> [1] Approved by: itetcu (mentor) Notes: svn path=/head/; revision=252698
* - Update to 1.17Ion-Mihai Tetcu2010-04-032-4/+4
| | | | | | | | PR: 144949 Submitted by: Sahil Tandon (maintainer) Notes: svn path=/head/; revision=252111
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Drop some empty filesMartin Wilke2010-02-021-0/+0
| | | | | | | | PR: 142990 Submitted by: Ulrich Spoerlein <uqs@spoerlein.net> Notes: svn path=/head/; revision=249138
* - Update to 1.16Martin Wilke2009-09-193-65/+4
| | | | | | | | | | | | Changelog: http://nopaste.unixfreunde.de/3840 PR: 138520 Submitted by: Sahil Tandon <sahil@tandon.net> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=241742
* - Update to 1.14Martin Wilke2009-08-144-6/+67
| | | | | | | | PR: 136730 Submitted by: Sahil Tandon <sahil@tandon.net> (maintainer) Notes: svn path=/head/; revision=239550
* - update underlying software to 1.13Ion-Mihai Tetcu2009-07-063-15/+14
| | | | | | | | | | - misc. refinements in Makefile and files/pkg-message.in PR: 135906 Submitted by: Sahil Tandon (maintainer) Notes: svn path=/head/; revision=237275
* - Update to 1.10pre8bBeech Rintoul2008-10-183-12/+10
| | | | | | | | PR: ports/128019 Submitted by: Sahil Tandon <sahil@tandon.net> (maintainer) Notes: svn path=/head/; revision=221728
* - New port: mail/postfix-postfwd A postfix firewall policy daemonBeech Rintoul2008-05-215-0/+136
The program uses the postfix policy delegation protocol to control access to the mail system before a message has been accepted (please visit http://www.postfix.org/SMTPD_POLICY_README.html for more information). It allows you to choose an action (e.g. reject, dunno) for a combination of several smtp parameters (like sender and recipient address, size or the client's TLS fingerprint). PR: ports/123544 Submitted by: Sahil Tandon <sahil at tandon.net> Notes: svn path=/head/; revision=213433