aboutsummaryrefslogtreecommitdiff
path: root/mail
Commit message (Collapse)AuthorAgeFilesLines
* Quickly revert the previous commit -- 1.0.3 is not ready.Mikhail Teterin2017-01-262-4/+9
| | | | Notes: svn path=/head/; revision=432471
* Upgrade from 1.0.2 to 1.0.3.Mikhail Teterin2017-01-262-8/+4
| | | | Notes: svn path=/head/; revision=432463
* Connect PHP 7.1 ports (r432324)Torsten Zuehlsdorff2017-01-241-0/+1
| | | | Notes: svn path=/head/; revision=432336
* Add PHP 7.1Torsten Zuehlsdorff2017-01-242-0/+51
| | | | | | | Thanks to: mat, pi, ale, martin@waschbuesch.de and franco@opnsense.org Notes: svn path=/head/; revision=432324
* Clean up MASTER_SITESSunpoet Po-Chuan Hsieh2017-01-235-35/+21
| | | | | | | | | | | | | | | - Add LICENSE_FILE - Use PORTDOCS - Regenerate patch files with makepatch: - While I'm here: - Fix indent - Remove superfluous space in PLIST PR: 216412 Submitted by: Danilo G. Baio (dbaio) <dbaio@bsd.com.br> (maintainer) Notes: svn path=/head/; revision=432285
* mail/pear-Mail_Queue: overloading isError static mismatchTobias C. Berner2017-01-232-0/+12
| | | | | | | | | | | | | | | | | | Since devel/pear was upgraded to 1.10.1, mail/pear-Mail_Queue was broken and could not be used, giving the following error: PHP Fatal error: Cannot make static method PEAR::isError() non static in class Mail_Queue in /usr/local/share/pear/Mail/Queue.php on line 126 Upstream bug report: http://pear.php.net/bugs/bug.php?id=20976 PR: 215325 Submitted by: ml@netfence.it Reported by: ml@netfence.it MFH: 2017Q1 Approved by: Jochen Neumeister (maintainer), rakuco (mentor) Notes: svn path=/head/; revision=432211
* Reset sanpei@'s ports after 18 months of inactivity.Rene Ladan2017-01-221-1/+1
| | | | Notes: svn path=/head/; revision=432165
* Do not shebangfix symlinksAntoine Brodin2017-01-211-1/+2
| | | | | | | PR: 216309 Notes: svn path=/head/; revision=432069
* - make portlint happierDirk Meyer2017-01-212-12/+12
| | | | Notes: svn path=/head/; revision=432062
* Update to 0.42.1.Raphael Kubo da Costa2017-01-212-4/+4
| | | | | | | | | | | | Version 0.42 has an issue with the definition of the path to find munge. This has been fixed upstream resulting in version 0.42.1. PR: 215773 Submitted by: c.brinkhaus@t-online.de Approved by: maintainer timeout (alexey@renatasystems.org, 17 days) Notes: svn path=/head/; revision=432029
* - Add LICENSEDmitry Marakasov2017-01-212-55/+13
| | | | | | | | - Switch to options helpers - Simplify docs handling Notes: svn path=/head/; revision=432016
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/Sunpoet Po-Chuan Hsieh2017-01-209-9/+9
| | | | Notes: svn path=/head/; revision=431996
* - Update to 1.5.0.a3Vsevolod Stakhov2017-01-203-8/+8
| | | | Notes: svn path=/head/; revision=431972
* - Update maildrop to 2.8.5Guido Falsi2017-01-202-8/+6
| | | | | | | | - Convert to USES=localbase - Make unneeded += a simple = Notes: svn path=/head/; revision=431939
* - Fix patch stage by providing the correct patchVsevolod Stakhov2017-01-191-6/+46
| | | | | | | | | - Do not bump revision Submitted by: Sascha Holzleiter sascha at root-login.org via private email Notes: svn path=/head/; revision=431921
* Update WWW: remove trailing /Sunpoet Po-Chuan Hsieh2017-01-191-1/+1
| | | | Notes: svn path=/head/; revision=431907
* - Update to 1.4.3Vsevolod Stakhov2017-01-194-6/+18
| | | | | | | | | - Fix build with gcc 4.2 MFH: 2017Q1 Notes: svn path=/head/; revision=431855
* Update to 4.6.2Tilman Keskinoz2017-01-182-4/+4
| | | | | | | | PR: 215864 Submitted by: maintainer Notes: svn path=/head/; revision=431825
* The output of tools like awk, date, sort, tr,... depends on the currentTijl Coosemans2017-01-183-4/+3
| | | | | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=431796
* - Update to 0.4Dmitry Marakasov2017-01-162-4/+5
| | | | Notes: svn path=/head/; revision=431692
* Extract do-patch into a separate script.Mathieu Arnold2017-01-162-9/+9
| | | | | | | | | | | PR: 215761 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D9029 Notes: svn path=/head/; revision=431680
* Fixup EXTRA_PATCHES and PATCHFILES missing the :-pX argument.Mathieu Arnold2017-01-161-2/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=431679
* Update to 1.9.1Sunpoet Po-Chuan Hsieh2017-01-162-4/+4
| | | | | | | Changes: https://github.com/premailer/premailer/commits/master Notes: svn path=/head/; revision=431661
* mail/getmail: Update to version 4.53.0.Joseph Mingrone2017-01-162-4/+4
| | | | | | | | | | Upstream changes: http://pyropus.ca/software/getmail/CHANGELOG Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9196 Notes: svn path=/head/; revision=431643
* - Remove obsoleted OLD_DEMIME optionVsevolod Stakhov2017-01-162-7/+2
| | | | | | | | | | - Enable CONTENT_SCAN by default to compensate OLD_DEMIME removal PR: 215871 Submitted by: Mark Hills mark-freebsd at xwax.org Notes: svn path=/head/; revision=431639
* - Update to 3.2.7Dmitry Marakasov2017-01-163-13/+66
| | | | | | | | PR: 216137 Submitted by: ports@bsdserwis.com (maintainer) Notes: svn path=/head/; revision=431636
* mail/neomutt: update to 20170113Pietro Cerutti2017-01-163-40/+4
| | | | | | | | | Release notes: https://github.com/neomutt/neomutt/releases/tag/neomutt-20170113 Approved by: bapt (maintainer) Notes: svn path=/head/; revision=431621
* Update to 1.9.0Sunpoet Po-Chuan Hsieh2017-01-152-4/+4
| | | | | | | Changes: https://github.com/premailer/premailer/commits/master Notes: svn path=/head/; revision=431581
* mail/dovecot2-pigeonhole: lib-sieve: Fixed handling of an early explicit ↵Larry Rosenman2017-01-142-1/+88
| | | | | | | | | | | | | | | | | | | | keep during multiscript execution. Applies to LDA/LMTP context in general, not only when sieve_before/sieve_after are used. Action side-effects and the message snapshot would be lost at the final stage where the implicit keep is evaluated. This happened because the keep action itself is not actually executed, but rather its presence is noted to determine whether more scripts need to be executed. So, when finally execution of the actual keep action is due, i.e. when there are no more scripts in the sequence, it overrides the explicit keep from the last script. This didn't take the side-effects and message snapshot into account. Approved by: adamw (Mentor) Obtained from: https://github.com/dovecot/pigeonhole/commit/772485538302957ebada484b6eedec57136bc737 Differential Revision: https://reviews.freebsd.org/D9177 Notes: svn path=/head/; revision=431488
* www/firefox-esr: improve A/V sync with SNDIO=onJan Beich2017-01-133-1/+54
| | | | | | | | | | | PR: 215867 Reported by: Sergey <kpect@protonmail.com> Submitted by: Tobias Kortkamp <t@tobik.me> Obtained from: upstream MFH: 2017Q1 Notes: svn path=/head/; revision=431408
* Fix ports using PREFIX in their depends instead of LOCALBASE.Mathieu Arnold2017-01-136-7/+7
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=431402
* Update to 2.213Sunpoet Po-Chuan Hsieh2017-01-132-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Email-Simple/Changes Notes: svn path=/head/; revision=431380
* - Always check OPSYS along with OSVERSIONDmitry Marakasov2017-01-131-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=431353
* - Always check OPSYS along with OSVERSIONDmitry Marakasov2017-01-131-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=431351
* - Always check OPSYS along with OSVERSIONDmitry Marakasov2017-01-121-2/+5
| | | | | | | | | - Switch to options helpers Approved by: portmgr blanket Notes: svn path=/head/; revision=431287
* mail/phpmailer: Update from 5.2.20 to 5.2.22Torsten Zuehlsdorff2017-01-123-4/+5
| | | | | | | | | | | | | - SECURITY: Fix CVE-2017-5223, local file disclosure vulnerability if content passed to msgHTML() is sourced from unfiltered user input - Add simple contact form example - Emoji in test content MFH: 2017Q1 Security: CVE-2017-5223 Notes: svn path=/head/; revision=431252
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLDmitry Marakasov2017-01-122-4/+4
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=431251
* mail/phpmailer: Add CPE informationTorsten Zuehlsdorff2017-01-121-1/+2
| | | | | | | | PR: 215891 Submitted by: shun <shun.fbsd.pr@dropcut.net> Notes: svn path=/head/; revision=431249
* `mail/mailfromd' is mail filtering daemon for Sendmail, Postfix, and MeTA1.Alexey Dokuchaev2017-01-126-0/+153
| | | | | | | Submitted by: Zeus Panchenko Notes: svn path=/head/; revision=431222
* USE_OPENSSL=no is not a thing. Neither is OPTIONS helpers after bsd.port.pre.mk.Adam Weinberger2017-01-111-8/+6
| | | | | | | This Makefile is a complete mess. Notes: svn path=/head/; revision=431213
* - update from 0.23.4 to 0.23.5Mikhail Pchelin2017-01-112-4/+4
| | | | | | | Approved by: jpaetzel (mentor) Notes: svn path=/head/; revision=431197
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLDmitry Marakasov2017-01-112-24/+4
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=431169
* Use milter framework to handle libmilter correctlyLarry Rosenman2017-01-112-4/+8
| | | | | | | | | | | | | | updated pkg-plist to use @sample, and changed SMF_RUN_DIR to be substituted in the plist otherwise packaging will fail it it's redefined. Bumped PORTREVISION. PR: 214722 Submitted by: sasaki@fcc.ad.jp (maintainer) Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D9126 Notes: svn path=/head/; revision=431152
* Update MAINTAINER on my ports (and created by line) to my @FreeBSD.org emailLarry Rosenman2017-01-111-1/+1
| | | | | | | | Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D9125 Notes: svn path=/head/; revision=431147
* gecko: attempt to unbreak aarch64Jan Beich2017-01-101-0/+13
| | | | | | | | | | | | | | | | | | ../../xpcom/reflect/xptcall/xptcall.o:(.data.rel.ro._ZTV14nsXPTCStubBase+0x28): undefined reference to `nsXPTCStubBase::Stub3()' ../../xpcom/reflect/xptcall/xptcall.o:(.data.rel.ro._ZTV14nsXPTCStubBase+0x30): undefined reference to `nsXPTCStubBase::Stub4()' [...] ../../xpcom/build/Unified_cpp_xpcom_build0.o:(.data.rel.ro._ZL16kFrozenFunctions+0x180): undefined reference to `NS_InvokeByIndex' ../../js/xpconnect/src/Unified_cpp_js_xpconnect_src1.o: In function `XPCWrappedNative::CallMethod(XPCCallContext&, XPCWrappedNative::CallMode)': obj-aarch64-unknown-freebsd11.0/js/xpconnect/src/Unified_cpp_js_xpconnect_src1.cpp:(.text._ZN16XPCWrappedNative10CallMethodER14XPCCallContextNS_8CallModeE+0xd24): undefined reference to `NS_InvokeByIndex' ../../dom/xslt/xpath/Unified_cpp_dom_xslt_xpath2.o: In function `txXPCOMExtensionFunctionCall::evaluate(txIEvalContext*, txAExprResult**)': obj-aarch64-unknown-freebsd11.0/dom/xslt/xpath/Unified_cpp_dom_xslt_xpath2.cpp:(.text._ZN28txXPCOMExtensionFunctionCall8evaluateEP14txIEvalContextPP13txAExprResult+0xa5c): undefined reference to `NS_InvokeByIndex' /usr/bin/ld: libxul.so: hidden symbol `_ZN14nsXPTCStubBase7Stub234Ev' isn't defined /usr/bin/ld: final link failed: Bad value Reported by: pkg-fallout Notes: svn path=/head/; revision=431138
* mail/rubygem-roadie: update to 3.2.1Steve Wills2017-01-103-16/+4
| | | | Notes: svn path=/head/; revision=431104
* mail/archiveopteryx{-devel}: Fix build on HEADMark Felder2017-01-104-2/+24
| | | | Notes: svn path=/head/; revision=431089
* mail/roundcube-markasjunk2: update to 1.10Pietro Cerutti2017-01-103-3/+6
| | | | | | | | | | | * Add JS event markasjunk2-update to allow other plugins to influence the spam/ham options show * Add init method to allow drivers to access markasjunk2-update JS event * Replace config options markasjunk2_mb_toolbar and markasjunk2_cp_toolbar with new markasjunk2_toolbar option Notes: svn path=/head/; revision=431084
* Drop maintainership from a handful of ports that I no longer use.Adam Weinberger2017-01-104-4/+4
| | | | Notes: svn path=/head/; revision=431043
* Add rubygem-actionmailer5 5.0.1 (copied from rubygem-actionmailer4)Sunpoet Po-Chuan Hsieh2017-01-094-0/+40
| | | | Notes: svn path=/head/; revision=431010