/games/defendguin/

me' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/mail/postfix-current
Commit message (Collapse)AuthorAgeFilesLines
* - adopt optionsNGjgh2013-03-191-89/+62
| | | | | | | - trim historical header - tighten COMMENT Approved by: portmgr (bapt)
* Update to Postfix 2.10 Snapshot 20130113; mark BROKEN whensahil2013-01-282-4/+6
| | | | users try to build WITH_LDAP_SASL but WITHOUT_SASL2.
* Update PCRE to 8.32mm2012-12-111-1/+1
| | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports
* Update cyrus-sasl2 to 2.1.26.ume2012-12-101-1/+2
| | | | This bumps shlib version of libsasl2.
* Update to Postfix 2.10 Snapshot 20121031 and documentsahil2012-11-053-8/+12
| | | | | | | | incompatible changes in UPDATING. Also, revise the PKGINSTALL script to distinguish upgrades from fresh installs. Feature safe: yes
* Move the rc.d scripts of the form *.sh.in to *.indougb2012-08-062-2/+2
| | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op
* Update to 2.10-20120801sahil2012-08-062-3/+3
|
* Update to 2.10-20120715 and note an incompatible protocolsahil2012-07-162-3/+3
| | | | change in UPDATING.
* - extend CONFLICTSashish2012-06-151-1/+1
| | | | Approved by: sahil (maintainer)
* - Update to 2.10-20120520sahil2012-05-232-3/+3
|
* - Update to 2.10-20120423sahil2012-04-252-3/+3
|
* Update to 2.10-20120422 and tweak conditionalsahil2012-04-232-4/+4
| | | | that sets IS_INTERACTIVE.
* - Update to 2.10-20120308sahil2012-03-104-14/+12
| | | | Feature safe: yes
* - Update to 2.10-20120218sahil2012-02-202-5/+4
| | | | | | - Remove library number from pcre LIB_DEPENDS, as this port can compile without incident against older pcre libraries.
* Bump pcre library dependency due to 8.30 updatemm2012-02-141-1/+2
|
* Update to 2.10-20120202, revise IS_INTERACTIVE logic tosahil2012-02-112-9/+22
| | | | | account for additional situations, and remove unnecessary CONFLICTS line.
* Update mail/postfix-current to 2.9-20120115, and notesahil2012-01-172-3/+3
| | | | potential incompatibilities with previous versions.
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-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.
* Update to 2.9-20120102 and eliminate a now unnecessarysahil2012-01-043-24/+3
| | | | part of recent UPDATING entry for this port.
* - Update to 2.9-20111219sahil2011-12-224-8/+10
| | | | | | | | - Modify pkg-install to handle situations in which /etc/mail/mailer.conf does not exist, e.g. when FreeBSD is built WITHOUT_MAILWRAPPER. [1] Requested by: miwi [1]
* - Update to 2.9-20111205sahil2011-12-122-3/+3
| | | | Feature safe: yes
* - Update to 2.9-20111125sahil2011-11-272-3/+3
| | | | Feature safe: yes
* - Remove pointyhat specific debuggingpav2011-11-211-58/+0
| | | | | Ok'ed by: sahil (maintainer) Feature safe: yes
* Shorten some OPTION descriptions such that theysahil2011-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.9-20111119sahil2011-11-202-3/+3
| | | | Feature safe: yes
* - Unmark BROKEN on amd64, the build failure observed on pointyhat is largelypav2011-11-182-4/+58
| | | | | | | | unknown in real world. Increase verbosity in postconf tool error messaging to aid diagnose on pointyhat Submitted by: Jase Thew Feature safe: yes
* - Fix build on FreeBSD 10miwi2011-11-062-4/+6
|
* - Mark BROKEN on amd64: fails during installation (updating man pages)pav2011-10-271-0/+4
| | | | | | | | Updating /usr/local/share/doc/postfix/scache.8.html... Updating /usr/local/share/doc/postfix/tlsmgr.8.html... *** Error code 1 Reported by: pointyhat
* - Update to 2.9-20111012sahil2011-10-183-3/+24
|
* - Update to 2.9-20110820sahil2011-08-292-3/+3
|
* - Update to 2.9-20110814sahil2011-08-172-3/+3
|
* - Update to 2.9-20110706sahil2011-07-303-79/+6
| | | | | - Use ports framework to create USERS and GROUPS - Remove unused replace() function from pkg-install
* - Update to 2.9-20110615sahil2011-06-212-3/+3
|
* - Update to 2.9-20110605sahil2011-06-132-3/+3
|
* - Update to 2.9-20110501sahil2011-05-022-3/+3
|
* Update to 2.9-20110323 and pass additional parameterssahil2011-04-042-4/+10
| | | | | | | | | | to the upstream install script. This is to ensure the correct placement of files, as defined in the packing list, even when users modify their configuration file to point to non-default locations for certain install paths. This works because args passed via the cmdline take precedence over definitions in the configuration file, which in turn override compiled-in defaults.
* - Update to 2.9-20110321sahil2011-03-222-3/+3
|
* - Update to 2.9-20110313sahil2011-03-202-3/+3
|
* - Update to 2.9-20110228 and modify patching forsahil2011-03-023-16/+6
| | | | | | | | | | | | src/util/sys_defs.h, which is updated upstream to be aware of the FreeBSD closefrom() support time window [1] - Take maintainership [2] PR: ports/155176 [1] Submitted by: sahil (myself) Approved by: portmgr (linimon) [2]
* Update to 2.9-20110219, update CONFLICTS, alphabeticallysahil2011-02-204-37/+72
| | | | | | | | | | | | | sort packing list, and tweak PKGNAMESUFFIX when INST_BASE is defined. Also, sync OPTIONS with mail/postfix to warn users trying to build this port with unsupported options. Finally, modify pkg-install script to check if Postfix is already enabled in mailer.conf. PR: ports/154495 Submitted by: ohauer Approved by: maintainer timeout
* - Update to 2.8-20101108sahil2010-11-122-4/+3
| | | | | | PR: ports/152000 Submitted by: ohauer Approved by: mnag (via email)
* - Update to 2.8-20101007sahil2010-10-242-6/+5
| | | | | | | | - Fix CONFLICTS PR: ports/151369 Submitted by: sahil@ (myself) Approved by: maintainer timeout
* - fix pkg-plistohauer2010-09-302-0/+3
| | | | | | - Bump PORTREVISION Approved by: glarkin (mentor, implicit)
* - update postfix-current to Snapshot 2.8-20100923ohauer2010-09-282-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From RELEASE_NOTES: Incompatibility with snapshot 20100912 ====================================== - If your DNSBL queries have a "secret" in the domain name, you must now censor this information from the postscreen(8) SMTP replies. - The postscreen "continue" action is now called "ignore". The old name is still supported but no longer documented. - The postscreen_hangup_action parameter was removed. Postscreen now always behaves as if "postscreen_hangup_action = drop". - The postscreen_cache_retention_time default was increased from 1d to 7d, to avoid deleting results from expensive deep SMTP protocol tests too quickly. Incompatibility with snapshot 20100827 ====================================== The Postfix SMTP client no longer appends the local domain when looking up a DNS name without ".". Specify "smtp_dns_resolver_options=res_defnames" to get the old behavior, which may produce unexpected results. Many bugfixes/cleanup and improvements for postscreen. For detailed information see RELEASE_NOTES, postconf(5) and postscreen(8) for incompatibilities, features, and configuration parameters. PR: 150088 Submitted by: ohauer Approved by: maintainer timeout, glarkin (mentor)
* - Update to 2.8-20100728mnag2010-08-012-7/+7
| | | | - portlint
* - Update to 2.8-20100707sahil2010-07-3011-425/+322
| | | | | | | | | | | - Fix whitespace in Makefile header - Refactor port to ease maintenance (adopted from mail/postfix) - Remove unnecessary patches - Add option to install into base PR: ports/147732 Submitted by: olli hauer <ohauer@gmx.de> Approved by: maintainer timeout (> 14 days)
* - Update to 2.8-20100323mnag2010-04-132-6/+9
| | | | | | | | - Fix CONFLICTS because the port shouldn't conflict with itself - Fix build on 8.0 & 9.0 when WITH_SASLKRB5 is set PR: 145393 Submitted by: Sahil Tandon <sahil___tandon.net>
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Update to 2.8-20100213mnag2010-03-052-4/+4
| | | | Feature safe: yes
* - Update to 2.7-20100117mnag2010-01-202-4/+4
| | | | | PR: 142268 Submitted by: olli hauer <ohauer___gmx.de>
* - Update to 2.7-20091115mnag2009-12-043-13/+12
|
* - Update to 2.7-20091008mnag2009-10-113-6/+10
| | | | | PR: 139445 Submitted by: Sahil Tandon <sahil___tandon.net>
* - Update to 2.7-20090828mnag2009-10-052-4/+4
|
* - Fixed build to FreeBSD 9.mnag2009-09-283-8/+20
| | | | | | | | - Mark as jobs safe. PR: 138916 Submitted by: Sylvio Cesar <scjamorim___bsd.com.br> Feature safe: yes
* - Update to 2.7-20090712mnag2009-07-303-4/+17
| | | | | | - Fix build with new closefrom(2) Reported by: Jorge Medina <jorge__bsdchile.cl>
* Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-1/+0
| | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops.
* - Update to 2.7-20090607mnag2009-06-092-4/+4
|
* - Update to 2.7-20090528mnag2009-06-072-4/+4
|
* - Update to 2.7-20090519mnag2009-05-252-13/+12
|
* - Update to 2.6-20090418 (2.6.0-RC2)mnag2009-04-253-12/+18
|
* - Update to 2.6-20090212mnag2009-02-222-4/+4
| | | | Reported by: miwi
* - Update to 2.6-20090125mnag2009-01-274-17/+10
|
* - Update to 2.6-20081109mnag2008-11-242-4/+4
|
* - Update to 2.6-20081012mnag2008-10-302-4/+4
|
* - Update to 2.6-20080903mnag2008-09-282-4/+4
|
* - Update to 2.6-20080814mnag2008-08-172-4/+4
|
* - Update to 2.6-20080629mnag2008-07-213-9/+18
| | | | | | | - Change default data_directory parameter to /var/db/postfix [1] PR: 125133 [1] Submitted by: Sahil Tandon <sahil__tandon.net> [1]
* - Update to 2.6-20080606mnag2008-06-102-4/+4
|
* - Update to 2.6-20080411mnag2008-04-133-41/+4
|
* - Fix milter macros (patch from Wietse Venema)mnag2008-03-252-1/+37
|
* - Fix data_directory. Backported from mail/postfixmnag2008-03-014-5/+26
|
* - Update to 2.6-20080221mnag2008-02-294-18/+17
|
* - Update to 2.5-20080116 (2.5.0-RC2)mnag2008-01-233-10/+12
| | | | - Add new MASTER_SITES
* - Update to 2.5-20071227mnag2008-01-022-4/+4
|
* - Update to 2.5-20071212mnag2007-12-143-4/+6
|
* - Update to 2.5-20071006mnag2007-10-233-11/+9
| | | | | | | - Teach postfix to 8.0 [1] PR: 117304 [1] Submitted by: Oliver Peter <hoschi___mouhaha.de> [1]
* Remove support for OSVERSION < 5edwin2007-10-041-24/+10
|
* - Update to 2.5-20070911mnag2007-09-142-4/+4
|
* - Update to 2.5-20070824mnag2007-08-302-10/+4
| | | | - Backport changes from mail/postfix (SASL2/DOVECOT)
* - Update to 2.5-20070731mnag2007-08-012-4/+4
|
* - Update to 2.5-20070724mnag2007-07-262-4/+4
|
* - Update to 2.5-20070720mnag2007-07-222-4/+4
|
* - Update to 2.5-20070614mnag2007-06-152-4/+4
|
* - Update to 2.5-20070531mnag2007-06-01