summaryrefslogtreecommitdiff
path: root/mail/postfix25 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired port:Sahil Tandon2012-07-0712-961/+0
| | | | 2012-07-07 mail/postfix25: no further upstream development; please consider upgrading
* - extend CONFLICTSAshish SHUKLA2012-06-151-1/+1
| | | | Approved by: sahil (maintainer)
* Mark DEPRECATED and set EXPIRATION_DATE; encourageSahil Tandon2012-05-231-0/+3
| | | | users to upgrade to a newer release.
* Remove library number from pcre LIB_DEPENDS, as thisSahil Tandon2012-02-201-1/+1
| | | | | port can compile without incident against older pcre libraries.
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-1/+2
|
* Modify pkg-install to handle situations in whichSahil Tandon2012-02-111-1/+2
| | | | | | | | | | | /etc/mail/mailer.conf does not exist, e.g. when FreeBSD is built WITHOUT_MAILWRAPPER. This commit only affects legacy Postfix releases, as the latest stable and development ports already perform this check. Requested by: miwi
* Update to 2.5.17Sahil Tandon2012-02-112-3/+3
|
* 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.
* Shorten some OPTION descriptions such that theySahil Tandon2011-11-211-7/+7
| | | | | | | | fit neatly within the dialog(1) box. PR: ports/162688 Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com> Feature safe: yes
* - Update to 2.5.16Sahil Tandon2011-11-192-3/+3
| | | | Feature safe: yes
* - Restore all patchesMartin Wilke2011-11-051-0/+2
|
* - Fix build on FreeBSD 10Martin Wilke2011-11-053-6/+6
|
* - Update to 2.5.15Sahil Tandon2011-09-072-3/+3
|
* - Update to 2.5.14Sahil Tandon2011-07-302-3/+3
|
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-151-1/+0
| | | | | | | | | | | | | | | constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps
* - Update to 2.5.13Sahil Tandon2011-05-092-3/+3
| | | | Security: CVE-2011-1720
* - Update to 2.5.12Sahil Tandon2011-03-193-15/+5
| | | | Security: CVE-2011-0411
* - Update to 2.5.11Sahil Tandon2010-11-272-6/+4
| | | | - Fix a typo in CONFLICTS
* - Remove dead MASTER_SITESahil Tandon2010-10-201-1/+0
| | | | Reported by: distilator
* - Update my MAINTAINER address to sahil@FreeBSD.orgSahil Tandon2010-07-291-1/+1
|
* - Update to 2.5.10Ion-Mihai Tetcu2010-04-034-19/+16
| | | | | PR: 145096 Submitted by: Sahil Tandon (maintainer)
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Update to 2.5.9Martin Wilke2009-10-112-4/+4
| | | | | | PR: 139400 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> (based on) Approved by: maintainer
* Set NO_LATEST_LINK to not overlap with mail/postfix, and markErwin Lansing2009-10-041-0/+2
| | | | | | | JOBS_SAFE as well. PR: 139335 Submitted by: Sahil Tandon <sahil@tandon.net> (maintainer)
* - Add missing patchesMartin Wilke2009-09-303-0/+129
|
* - Downgrade to 2.5.7 after repocopyMartin Wilke2009-09-309-290/+286
| | | | | PR: 134711 Submitted by: ohauer@gmx.de
* - Update VDA patch to 2.6.5Wesley Shields2009-09-182-5/+5
| | | | | | PR: ports/138777 Submitted by: Sahil Tandon <sahil@tandon.net> (maintainer) Feature safe: yes
* Fix build on 9.Dag-Erling Smørgrav2009-09-142-4/+7
| | | | | Approved by: maintainer Reviewed by: wxs@, keramida@
* Update tp 2.6.5Alexander Nedotsukov2009-09-072-4/+4
| | | | PR: 138301
* - Update to 2.6.3Wesley Shields2009-08-142-10/+11
| | | | | | | | | - Keep the VDA patch at 2.6.2 - Use bsd.port.options.mk PR: ports/137460 Submitted by: olli hauer <ohauer@gmx.de> Approved by: Sahil Tandon <sahil@tandon.net> (maintainer)
* Now that closefrom() has been merged to 7.X too, we have to patch sys_defs.hGiorgos Keramidas2009-07-222-12/+15
| | | | | | | of Postfix to use closefrom() for __FreeBSD_version >= 702104 too. Submitted by: Sahil Tandon, sahil at tandon.net (maintainer) Tested by: wxs (7.X), keramida (head)
* - un-IGNORE VDA patch for version 2.6.2Renato Botelho2009-07-102-1/+3
| | | | | | | - no PORTVERSION bump necessary since this option is off by default PR: ports/135902 Submitted by: Sahil Tandon <sahil@tandon.net>
* Patch the src/util/sys_defs.h file of Postfix to fix the build onGiorgos Keramidas2009-07-091-0/+18
| | | | | | | | FreeBSD-8.0 after the new closefrom() system call was added. PR: ports/136459 Submitted by: Eygene Ryabinkin Approved by: erwin (portmgr), Sahil Tandon (maintainer)
* - Cleanup pkg-install script to handle documentation installation correctly.Wesley Shields2009-06-113-13/+34
| | | | | | | | | | | | This resulted in a bizarre case where making a backup package after an upgrade would fail (ports/135051). - Don't install obsolete files by adding them to ${WRKSRC}/conf/postfix-files. - Whitespace cleanup. - Define and pass DAEMONDIR to the pkg-install script. PR: ports/135051 Submitted by: Takefu Kenji <takefu@airport.fm>, Yarema <yds@CoolRat.org> Approved by: sahil@tandon.net (maintainer)
* Update to Postfix stable release 2.6.2 which fixes one defect in SASL support:Ion-Mihai Tetcu2009-06-052-10/+5
| | | | | | | | | | | | | | | | | | | With plaintext SMTP sessions AND smtpd_tls_auth_only=yes AND smtp_sasl_auth_enable=yes, the SMTP server logged warnings for reject_*_sender_login_mismatch, instead of enforcing them. Revert the default alias_database and alias_maps paths to /etc/aliases (instead of /etc/mail/aliases) -- the change to the latter was introduced in the "refactoring" patch (ports/ports/134728) and is incompatible with older versions of mail/postfix on FreeBSD and inconsistent with how the software is designed to work upstream. Finally, we IGNORE= when WITH_VDA is set until the VDA folks release a patch that definitely works with 2.6.2. Although I suspect the 2.6.1 patch would work, I think it's better form to let the VDA folks update their patch. PR: 135273 Submitted by: maintainer
* - Fix install with defined NOPORTEXAMPLES [1]Martin Matuska2009-06-043-32/+8
| | | | | | | | | | - Do not install clones of man pages [1] - Add POSTFIX_DEFAULT_MTA to SCRIPTS_ENV [2] - Bump PORTREVISION PR: ports/135241 [1], ports/123812 [2] Submitted by: Sahil Tandon <sahil@tandon.net> (maintainer) [1] Reported by: Marco Walraven <m.walraven@terantula.com> [2]
* - refactor the port to ease maintenance [1]Alexander Leidinger2009-05-2611-399/+270
| | | | | | | | | | | - update to 2.6.1 [1] - remove IGNORE in the VDA case, the patch is available now [2] [2] is from me (compile tested), maintainer informed. PR: 134728 [1] Submitted by: Yarema <yds@CoolRat.org> [1] Approved by: maintainer [1]
* - Update to 2.6.0Pav Lucistnik2009-05-185-31/+26
| | | | | | | | - Transfer maintainership to the submitter PR: ports/134497 Submitted by: Sahil Tandon <sahil@tandon.net> Approved by: Vick Khera <vivek@khera.org> (old maintainer)
* - Fix non-root installation (use pre-su-install target)Pav Lucistnik2009-05-121-1/+1
| | | | | | PR: ports/133790 Submitted by: jhb Approved by: Vick Khera <vivek@khera.org> (maintainer)
* - Update to 2.5.6Marcus Alves Grando2009-01-262-8/+8
| | | | - Update VDA patch to 2.5.6
* - Update to 2.5.5Marcus Alves Grando2008-09-282-4/+4
|
* - Update VDA patch to 2.5.4Marcus Alves Grando2008-08-302-4/+4
| | | | | PR: 126897 Notified by: Brian Haun <brian___haun.net>
* - Update to 2.5.4Marcus Alves Grando2008-08-173-45/+8
| | | | - Update VDA patch to 2.5.3
* - Fix paths in mail_perams.hBeech Rintoul2008-07-151-6/+15
| | | | | | PR: ports/125133 Submitted by: Sahil Tandon <sahil@tandon.net> Approved by: Vivek Khera <vivek@khera.org> (maintainer)
* - Fix milter macros (patch from Wietse Venema) [1]Marcus Alves Grando2008-03-243-3/+41
| | | | | | | - Update VDA patch to 2.5.1 [2] PR: 121652 [1], 122029 [2] Submitted by: dmx___dmx.org.ru [1], ShuenBin Hsu <sbhsu___mail.a6.idv.tw> [2]
* - Fix data_directoryMarcus Alves Grando2008-03-014-5/+26
| | | | | PR: 121236 Submitted by: Artis Caune <Artis.Caune___latnet.lv>
* - Update to 2.5.1Marcus Alves Grando2008-02-283-8/+9
| | | | | | - Mark as IGNORE VDA patch until patch does not apply clean Requested by: many
* - Update to 2.4.6Marcus Alves Grando2007-10-223-14/+14
| | | | | | | | | - Update VDA patch to 2.4.5 - Teach postfix to 8.0 [1] PR: 117304 [1] Submitted by: Oliver Peter <hoschi___mouhaha.de> [1] Approved by: maintainer
* Remove leftover ifEdwin Groothuis2007-10-041-1/+0
| | | | Submitted by: Per olof Ljungmark <peo@intersonic.se>
* Remove support for OSVERSION < 5Edwin Groothuis2007-10-031-24/+11
|