aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix28
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.8.11Sahil Tandon2012-05-232-3/+3
| | | | Notes: svn path=/head/; revision=297248
* - Update to 2.8.10Sahil Tandon2012-04-252-4/+3
| | | | Notes: svn path=/head/; revision=295439
* Update VDA patch and tweak the conditional thatSahil Tandon2012-04-232-4/+4
| | | | | | | sets IS_INTERACTIVE. Notes: svn path=/head/; revision=295290
* - Update to 2.8.9Sahil Tandon2012-03-102-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293037
* Remove library number from pcre LIB_DEPENDS, as thisSahil Tandon2012-02-201-1/+1
| | | | | | | | port can compile without incident against older pcre libraries. Notes: svn path=/head/; revision=291911
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-1/+2
| | | | Notes: svn path=/head/; revision=291338
* Modify pkg-install to handle situations in whichSahil Tandon2012-02-111-2/+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 Notes: svn path=/head/; revision=290942
* Update to 2.8.8, set NO_LATEST_LINK, and revise IS_INTERACTIVESahil Tandon2012-02-112-6/+11
| | | | | | | logic to account for additional situations. Notes: svn path=/head/; revision=290905
* Forced commit to note repocopy from mail/postfix.Sahil Tandon2012-02-071-1/+1
| | | | | | | | PR: ports/164677 Submitted by: myself (sahil) Notes: svn path=/head/; revision=290536
* 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
* 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 Notes: svn path=/head/; revision=286139
* - Update to 2.8.7Sahil Tandon2011-11-192-6/+6
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286106
* - Restore all patchesMartin Wilke2011-11-051-0/+4
| | | | Notes: svn path=/head/; revision=285099
* - Fix build on FreeBSD 10Martin Wilke2011-11-053-8/+6
| | | | Notes: svn path=/head/; revision=285095
* - Update to 2.8.5 and point to newer VDA patchSahil Tandon2011-09-072-6/+6
| | | | Notes: svn path=/head/; revision=281402
* Update to 2.8.4 and use the ports framework toSahil Tandon2011-07-263-77/+6
| | | | | | | | | | | create USERS and GROUPS. Also remove replace() function from pkg-install script. PR: ports/158765 Submitted by: ohauer Notes: svn path=/head/; revision=278342
* Update to 2.8.3 and point to newer VDA patch. Also addressSahil Tandon2011-05-092-8/+14
| | | | | | | | | | the problem described in ports/155885 by passing additional parameters to the upstream install script. Security: CVE-2011-1720 Notes: svn path=/head/; revision=273868
* - Update to 2.8.2Sahil Tandon2011-03-223-15/+5
| | | | Notes: svn path=/head/; revision=271447
* - Update to 2.8.1Sahil Tandon2011-02-242-3/+3
| | | | Notes: svn path=/head/; revision=269575
* Reactive VDA support with a new upstream patch releasedSahil Tandon2011-02-202-3/+3
| | | | | | | specifically for Postfix version 2.8.0. Notes: svn path=/head/; revision=269368
* - Unbreak SPF option with new patch for 2.8.0Sahil Tandon2011-02-062-2/+3
| | | | | | | | | PR: ports/154465 Submitted by: mm Feature safe: yes Notes: svn path=/head/; revision=268703
* Set IS_INTERACTIVE if BATCH and PACKAGE_BUILDING areSahil Tandon2011-02-021-1/+5
| | | | | | | | | | | undefined[1]; also, add missing 'ver' in description of the PGSQL option[2]. Prompted by: dougb[1], wxs[2] Feature safe: yes Notes: svn path=/head/; revision=268540
* Update to 2.8.0, tweak CONFLICTS, mark MAKE_JOBS_SAFESahil Tandon2011-01-244-18/+38
| | | | | | | | | | and note that the SPF and VDA options are unavailable with this release. Feature safe: yes Notes: svn path=/head/; revision=268192
* Add OPTION for SASL authentication via Dovecot 2.x andSahil Tandon2010-12-281-1/+10
| | | | | | | | | | warn users if they erroneously elect both 1.x and 2.x. No bump of PORTREVISION because the default package is unchanged. Notes: svn path=/head/; revision=267098
* Update to 2.7.2 and modify pkg-install script to checkSahil Tandon2010-11-273-17/+24
| | | | | | | | | whether Postfix is already enabled in mailer.conf[1]. Submitted by: ohauer (via email) [1] Notes: svn path=/head/; revision=265255
* - Remove dead MASTER_SITESahil Tandon2010-10-201-1/+0
| | | | | | | Reported by: distilator Notes: svn path=/head/; revision=263309
* - Update optional SPF patch to version 1.1.0 [1]Sahil Tandon2010-10-062-6/+6
| | | | | | | | | | | - Fix CONFLICTS [2] PR: ports/151134 [1] Submitted by: mm@ [1] Noticed by: pav@ [2] Notes: svn path=/head/; revision=262497
* - Fix IPv6 support in SPF patchSahil Tandon2010-09-222-4/+4
| | | | | | | | PR: ports/150749 Submitted by: mm@ Notes: svn path=/head/; revision=261601
* - Update VDA patch to version 2.7.0 [1]Sahil Tandon2010-09-134-11/+33
| | | | | | | | | | | | | | | | - Remove "empty variable" assignment from rc script [1] - Re-introduce optional SPF support [2] - Remove default DISTNAME assignment from Makefile - The affected OPTIONS are off by default, so do not bump PORTREVISION PR: [1]: ports/147731 [2]: ports/150428 Submitted by: [1]: ohauer@ [2]: mm@ Notes: svn path=/head/; revision=261054
* - Update to 2.7.1Sahil Tandon2010-06-102-5/+4
| | | | | | | | | - Unset INVALID_BDB_VER; Berkeley DB 5.x is now supported Approved by: wxs@/itectu@ (mentors, implicit) Notes: svn path=/head/; revision=256278
* - Set INVALID_BDB_VER; upstream does not yet support Berkeley DB 5 [1]Sahil Tandon2010-05-141-12/+5
| | | | | | | | | | | | - Remove OPTION for Kerberos IV - Change my email to @FreeBSD.org PR: ports/146371 [1] Reported by: Volodymyr Kostyrko <c.kworr@gmail.com> [1] Approved by: itetcu@ (mentor) Notes: svn path=/head/; revision=254282
* Fix plist for the default (non-base) packageDoug Barton2010-03-282-7/+9
| | | | | | | | Submitted by: Dimitry Andric <dimitry@andric.com> Approved by: maintainer Notes: svn path=/head/; revision=251650
* 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
* Add an option to install into the base, and related supportDoug Barton2010-03-222-11/+23
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=251357
* - Update to 2.7.0Ion-Mihai Tetcu2010-03-044-21/+18
| | | | | | | | | | | - users wanting to continue on 2.6 series should use mail/postfix26 PR: 144189 Submitted by: Sahil Tandon (maintainer) Feature safe: yes Notes: svn path=/head/; revision=250570
* - Add a note about possibly needing to create /etc/periodic.conf if itWesley Shields2010-01-221-0/+2
| | | | | | | | | does not exist. Approved by: Sahil Tandon <sahil@tandon.net> (maintainer) Notes: svn path=/head/; revision=248350
* Fix build with Kerberbos5 on 8.0 and 9.0 which have new Heimdal.Ion-Mihai Tetcu2010-01-121-2/+6
| | | | | | | | PR: 141045 Submitted by: maintainer (Sahil Tandon) Notes: svn path=/head/; revision=247720
* - 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 Notes: svn path=/head/; revision=241649
* Fix build on 9.Dag-Erling Smørgrav2009-09-142-4/+7
| | | | | | | | Approved by: maintainer Reviewed by: wxs@, keramida@ Notes: svn path=/head/; revision=241402
* Update tp 2.6.5Alexander Nedotsukov2009-09-072-4/+4
| | | | | | | PR: 138301 Notes: svn path=/head/; revision=240973
* - 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) Notes: svn path=/head/; revision=239572
* 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) Notes: svn path=/head/; revision=238212
* - 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> Notes: svn path=/head/; revision=237589
* 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) Notes: svn path=/head/; revision=237507
* - 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) Notes: svn path=/head/; revision=235559
* 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 Notes: svn path=/head/; revision=235193
* - 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] Notes: svn path=/head/; revision=235147
* - 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] Notes: svn path=/head/; revision=234580
* - 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) Notes: svn path=/head/; revision=234141
* - 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) Notes: svn path=/head/; revision=233766