aboutsummaryrefslogtreecommitdiff
path: root/mail
Commit message (Collapse)AuthorAgeFilesLines
* mail/archiveopteryx{-devel}: Remove Postgres client requirementMark Felder2016-10-042-4/+4
| | | | | | | | | | Aox does not actually use libpq, so it doesn't need this as a build or runtime dependency. MFH: 2016Q4 Notes: svn path=/head/; revision=423276
* mail/archiveopteryx{-devel}: Only depend on Postgres clientMark Felder2016-10-042-2/+4
| | | | | | | MFH: 2016Q4 Notes: svn path=/head/; revision=423273
* mail/roundcube-carddav: update to 2.0.0Pietro Cerutti2016-10-044-129/+276
| | | | | | | Please read README.md for upgrade instructions. Notes: svn path=/head/; revision=423253
* mail/roundcube: fix dependency when using SQLite, bump PORTREVISIONPietro Cerutti2016-10-041-1/+2
| | | | Notes: svn path=/head/; revision=423250
* mail/roundcube: Update to 1.2.1Bernard Spil2016-10-042-50/+23
| | | | | | | | | | | | | | | | - Update to 1.2.1 - Add missing .htaccess file in WWWDIR [1] - Switch WANT_PHP_WEB to USES= php:web - Add description for DB options group - Convert all ${PORT_OPTIONS:Mfoo} to OPTIONS framework - Convert target conditionals to target-OPT-on PR: 196016 [1] Submitted by: Lukasz Wasikowski <lukasz@wasikowski.net> [1] Approved by: Maintainer timeout Notes: svn path=/head/; revision=423243
* - Update to version 1.0.0Pawel Pekala2016-10-033-8/+7
| | | | | | | - Add LICENSE_FILE Notes: svn path=/head/; revision=423212
* - Update to 1.2207Philippe Audeoud2016-10-032-3/+4
| | | | Notes: svn path=/head/; revision=423199
* mail/neomutt: update to 20161003 (includes the two build-related fixes)Pietro Cerutti2016-10-034-24/+4
| | | | | | | Approved by: bapt (maintainer) Notes: svn path=/head/; revision=423190
* mail/neomutt: update to 20161002, plus two build-related fixesPietro Cerutti2016-10-035-9/+29
| | | | | | | Approved by: bapt (maintainer) Notes: svn path=/head/; revision=423184
* Update mail/rainloop and mail/rainloop-community each to version 1.10.4.183Joseph Mingrone2016-10-026-36/+44
| | | | | | | | | | | | PR: 212915 Submitted by: yasu@utahime.org Reported by: yasu@utahime.org Reviewed by: swills (mentor) loic.blot@unix-experience.fr (maintainer) Approved by: swills (mentor) loic.blot@unix-experience.fr (maintainer) Differential Revision: https://reviews.freebsd.org/D8106 Notes: svn path=/head/; revision=423144
* gecko: cleanup obsolete conditionalsJan Beich2016-10-021-1/+0
| | | | | | | | | - Remove unused MOZILLA_VER checks - Drop unused GSTREAMER and LOGGING options - Drop unsupported USE_MOZILLA=opus (--with-system-opus) Notes: svn path=/head/; revision=423124
* - restore svn:keywordsOlli Hauer2016-10-022-2/+2
| | | | Notes: svn path=/head/; revision=423107
* - update to 3.1.3Olli Hauer2016-10-022-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: 20160911 Bugfix (introduced: Postfix 3.0): the SMTP daemon did not reset a previous session's command counts before rejecting a client that exceeds request or concurrency rates. File: smtpd/smtpd.c. 20160917 Bugfix (introduced: Postfix 3.0): the unionmap did not propagate table lookup errors. Based on patch by Roel van Meer. Files: util/dict_union.c, util/dict_union_test.*. 20160925 Workaround (problem introduced: Postfix 2.11): to avoid false "not found" errors with MySQL map queries that contain UTF8-encoded text, specify "option_group = client" in Postfix MySQL configuration files. This will be the default setting with Postfix 3.2 and later. Notes: svn path=/head/; revision=423106
* update thunderbird to 45.4.0Christoph Moench-Tegeder2016-10-018-163/+127
| | | | | | | | | | PR: 213141 Approved by: jbeich, rene (mentor) MFH: 2016Q4 Security: 2c57c47e-8bb3-4694-83c8-9fc3abad3964 Notes: svn path=/head/; revision=423073
* Chase php 5.5 expiration dateAntoine Brodin2016-10-011-0/+3
| | | | Notes: svn path=/head/; revision=423041
* Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.Tijl Coosemans2016-09-303-6/+23
| | | | | | | | | | | | | | | | | | | | | | USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS appears too early on the command line causing some ports to link with their own libraries in LOCALBASE (if installed) instead of WRKSRC. Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as possible after anything a port Makefile might set. Use _USES_POST instead of .include in libedit.mk and libarchive.mk so things like 'USES=libedit localbase:ldflags' work correctly. Fix some issues with LIBS in some ports. Switch ports that don't support LIBS to localbase:ldflags. PR: 212987 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=423014
* multimedia/libvpx: update 1.6.0Jan Beich2016-09-301-1/+1
| | | | | | | | | | | | | | | | | | | ABI is incompatible... or not? SONAME has changed but the removed vp10 symbols weren't actually exposed (and still aren't). Note, FreeBSD 9.x now builds with Clang 3.4 because GCC 4.2 fails: vp9/encoder/x86/vp9_frame_scale_ssse3.c: In function 'eight_tap_row_ssse3': vp9/encoder/x86/vp9_frame_scale_ssse3.c:93: internal compiler error: in simplify_binary_operation_1, at simplify-rtx.c:2563 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.5.0..v1.6.0 ACC report: https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.5.0_to_1.6.0/compat_report.html Notes: svn path=/head/; revision=422956
* Update Rails 4 from 4.2.6 to 4.2.7.1Torsten Zuehlsdorff2016-09-292-4/+5
| | | | | | | | | | Security: CVE-2016-6316 Security: CVE-2016-6317 Approved by: swills (mentor) Notes: svn path=/head/; revision=422929
* - Update devel/doxygen to 1.8.12Antoine Brodin2016-09-274-29/+14
| | | | | | | | | - Adjust plist of ports depending on it PR: 212869 Notes: svn path=/head/; revision=422818
* - update to 3.2-20160925Olli Hauer2016-09-262-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== 20160925 Bugfix (introduced: Postfix 2.11): changed the default MySQL option_group value to "client" to enable the reading of "client" option group settings in the MySQL option file. Specify an empty option_group value to get backwards-compatible behavior. This fixes a "not found" problem with Postfix queries that contain UTF8-encoded non-ASCII text. Based on a fix by John Fawcett. Files: global/dict_mysql.c, proto/mysql_table. Incompatible changes with snapshot 20160925 =========================================== In the Postfix MySQL database client, the default option_group value has changed to "client", to enable reading of "client" option group settings in the MySQL options file. This fixes a "not found" problem with Postfix queries that contain UTF8-encoded non-ASCII text. Specify an empty option_group value (option_group =) to get backwards-compatible behavior. Notes: svn path=/head/; revision=422772
* - update to 3.2-20160924Olli Hauer2016-09-252-5/+4
| | | | | | | | | | | | Changelog: 20160918 after rejected SMTP commands. As before, the SMTP server does not forward SASL login information to other Postfix subsystems, and it does not receive SASL login information in XFORWARD commands. File/smtpd/smtpd.c. Notes: svn path=/head/; revision=422740
* - Update devel/icu to 57.1.Tijl Coosemans2016-09-246-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Clean up the Makefile. - Follow some upstream recommendations (--with-data-packaging=archive, --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE). - Patch makefiles to install static libraries with INSTALL_DATA so they aren't stripped. - Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc. - Fix endianness detection in ICU. The code wanted to use BYTE_ORDER defined in machine/endian.h, but this isn't visible because ICU is compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead. - Compile ICU with C++11 compiler to enable move constructors. - Patch ICU to fix a problem with atomics in the case of a C++11 compiler without C++11 header <atomic> (like Clang on FreeBSD 9). - Bump all ports that depend on it due to library version change. - Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU pkgconfig files. - Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs a C++11 runtime library now. Add this to all ports that depend on it so their executables load the right libstdc++.so on FreeBSD 9. PR: 205120 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=422711
* Update to the snapshot on 2016/09/12.MANTANI Nobutaka2016-09-243-4/+7
| | | | Notes: svn path=/head/; revision=422702
* Update email address to jrm@FreeBSD.org for ports that I maintainJoseph Mingrone2016-09-231-1/+1
| | | | | | | | | Reviewed by: mat, swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D7995 Notes: svn path=/head/; revision=422697
* Remove expired port:Rene Ladan2016-09-234-45/+0
| | | | | | | | | 2016-09-23 mail/gml: Deprecated upstream. Use native gmail tools to import Sponsored by: EuroBSDCon 2016 devsummit Notes: svn path=/head/; revision=422659
* lang/php56: Update from 5.6.25 to 5.6.26Torsten Zuehlsdorff2016-09-231-1/+0
| | | | | | | | | | | | | | | | Security: CVE-2016-7416 Security: CVE-2016-7412 Security: CVE-2016-7414 Security: CVE-2016-7417 Security: CVE-2016-7411 Security: CVE-2016-7413 Security: CVE-2016-7418 MFH: 2016Q3 Approved by: swills (mentor) Notes: svn path=/head/; revision=422652
* lang/php70: Update from 7.0.10 to 7.0.11Torsten Zuehlsdorff2016-09-211-1/+0
| | | | | | | | | | | | | | | Security: CVE-2016-7416 Security: CVE-2016-7412 Security: CVE-2016-7414 Security: CVE-2016-7417 Security: CVE-2016-7413 Security: CVE-2016-7418 MFH: 2016Q3 Approved by: pi (mentor) Notes: svn path=/head/; revision=422569
* - Update mail/sieve-connect to 0.88Dmitry Marakasov2016-09-212-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix LICENSE Changes in v0.88: * (BREAKING CHANGE) Require TLS verification to work. * (POSSIBLY BREAKING CHANGE) Remote sieve name should be basename of local. * Fail early if no CA trust anchors can be found but TLS verification is enabled. * Added `--tlshostname` option to override the hostname used for TLS host identity verification * If not interactive, various warnings in interactive at the application-level with the remote server will now trigger a final warning before exit and a non-zero exit code. * Kolab nocaps server compatibility, in the continuing saga of "feature-based negotiation, who needs it anyway?" * build-system fix to better isolate releaser tools from "just make the tarball", to let others make the unsigned tarball and compare. * Interactive command `debug` added when invoked with `--debug` to toggle debugging off/on, to reduce self-inflicted log-spam. * Handle local hostnames which lack real DNS better, avoid an undef dereference Full ChangeLog at: http://people.spodhuis.org/phil.pennock/software/sieve-connect.ChangeLog.txt PR: 212466 Submitted by: alexey@renatasystems.org (maintainer) Notes: svn path=/head/; revision=422568
* gecko: update OSS fallback for HTML5 audioJan Beich2016-09-192-11/+66
| | | | | | | | | | | To test deinstall alsa-lib (and pulseaudio) after installing firefox/seamonkey/etc. Before OSS can be exposed as an option WebRTC has to either support it as well or pass build without any audio backends. Changes: https://bugzilla.mozilla.org/show_bug.cgi?id=1021761#c67 Notes: svn path=/head/; revision=422465
* gecko: apply r421523 to the restJan Beich2016-09-184-0/+383
| | | | | | | | | Bump PORTREVISION to get a clear regression window. PR: 212431 Notes: svn path=/head/; revision=422403
* Commit the pkg-plist forgotten during last upgradeBaptiste Daroussin2016-09-181-30/+51
| | | | Notes: svn path=/head/; revision=422401
* - bump PORTREVISIONOlli Hauer2016-09-183-3/+3
| | | | | | | PR: 212788 Notes: svn path=/head/; revision=422399
* - test config file with param '-s' instead '-f'Olli Hauer2016-09-181-1/+1
| | | | | | | | | | PR: 212788 Submitted by: ohauer Reviewed by: adamw Approved by: adamw (maintainer) Notes: svn path=/head/; revision=422397
* - update to 3.2-20160917Olli Hauer2016-09-182-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: 20160908 Documentation: add a pointer to hosts(5) and services(5) for symbolic host and port syntax. File: proto/master. 20160911 Bugfix (introduced: Postfix 3.0): the SMTP daemon did not reset a previous session's command counts before rejecting a client that exceeds request or concurrency rates. File: smtpd/smtpd.c. 20160912 Feature: preserve the new file mtimes when installing Postfix. Ond_ej Lyson_k. Wietse made this conditional on the presence of a new -keep-new-mtime flag. File: postfix-install. 20160917 Bugfix: unionmap did not propagate table lookup errors. Based on patch by Roel van Meer. Files: util/dict_union.c, util/dict_union_test.*. Cleanup: added unit test for pipemap. Files: util/dict_pipe.c, util/dict_pipe_test.*. Documentation: added a note about the order of search patterns and table lookup order. Files: proto/canonical, proto/generic, proto/virtual. Notes: svn path=/head/; revision=422357
* Update to 20160916Baptiste Daroussin2016-09-172-5/+4
| | | | Notes: svn path=/head/; revision=422340
* - Switch to USES=localbaseDmitry Marakasov2016-09-161-9/+5
| | | | | | | - Cosmetic fixes Notes: svn path=/head/; revision=422288
* mail/neomutt: provide an OPTION to use LMDB as a header-cache backendPietro Cerutti2016-09-161-4/+13
| | | | | | | | | | | https://www.neomutt.org/feature/lmdb/ PR: 212725 Submitted by: gahr Approved by: bapt (maintainer) Notes: svn path=/head/; revision=422253
* - Deprecate: this is the same as regular mail/elmo, use it insteadDmitry Marakasov2016-09-151-0/+3
| | | | Notes: svn path=/head/; revision=422182
* Unmark broken on powerpc64Steve Wills2016-09-155-10/+0
| | | | | | | These ports built successfully Notes: svn path=/head/; revision=422175
* GOOGLE_CODE has gone away.Mathieu Arnold2016-09-142-0/+3
| | | | | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight Notes: svn path=/head/; revision=422140
* - Update to 4.51.0Dmitry Marakasov2016-09-132-5/+11
| | | | | | | | | | - While here, add LICENSE_FILE, switch to options helpers and fix PYTHON_SITELIBDIR/PYTHONPREFIX_SITELIBDIR misuse PR: 212602 Submitted by: jrm@ftfl.ca (maintainer) Notes: svn path=/head/; revision=422069
* - Update to 0.22.2Dmitry Marakasov2016-09-133-8/+7
| | | | | | | | | | - While here, cosmetic fixes PR: 212588 Submitted by: mp39590@gmail.com (maintainer) Notes: svn path=/head/; revision=422059
* - Update to 3.0Dmitry Marakasov2016-09-134-22/+96
| | | | | | | | | | - While here, fix LICENSE PR: 212636 Submitted by: ports.maintainer@evilphi.com (maintainer) Notes: svn path=/head/; revision=422035
* mail/deforaos-mailer: Support non-base SSL including no SSLv3 (LibreSSL)John Marino2016-09-123-2/+26
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421905
* mail/libestmp: FIx build with LibreSSL (deprecated DES methods)John Marino2016-09-112-1/+35
| | | | Notes: svn path=/head/; revision=421882
* mail/courier-imap: Handle no SSLv3 method (fixes build with LibreSSL)John Marino2016-09-112-2/+13
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421881
* - Add LICENSEDmitry Marakasov2016-09-112-7/+8
| | | | | | | | - Switch to options helpers - Regenerate patches Notes: svn path=/head/; revision=421838
* Update to 20160910Baptiste Daroussin2016-09-113-8/+10
| | | | | | | | | Remove the requirement for gmake now the makefile has been fixed Changes: https://www.neomutt.org/2016/09/10/release Notes: svn path=/head/; revision=421813
* mail/tpop3d: Configure SSL library properlyJohn Marino2016-09-101-1/+2
| | | | Notes: svn path=/head/; revision=421746
* mail/tkrat2: Properly support SSL requirement and clean up the portJohn Marino2016-09-101-11/+14
| | | | Notes: svn path=/head/; revision=421745