A GKrellm-Plugin that horizontally scrolls in a panel a list of currently logged on users (excluding the invoking user). Author: Ernesto Novillo WWW: http://www.cs.ualberta.ca/~ernie -- Steffen Vogelreuter steffen@vogelreuter.de 0-removal' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Collapse)AuthorAgeFilesLines
* New port: mail/s-nailmeta2018-12-274-0/+60
| | | | | | | | | | | | | | | | | | | S-nail provides a simple and friendly environment for sending and receiving mail. It is intended to provide the functionality of the POSIX mailx(1) command, but is MIME capable and optionally offers extensions for line editing, S/MIME, SMTP and POP3, among others. S-nail divides incoming mail into its constituent messages and allows the user to deal with them in any order. It offers many COMMANDS and INTERNAL VARIABLES for manipulating messages and sending mail. It provides the user simple editing capabilities to ease the composition of outgoing messages, and increasingly powerful and reliable non-interactive scripting capabilities. WWW: https://www.sdaoden.eu/code.html#s-mailx PR: 232189 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: mentors (implicit)
* mail/mutt: Use updated VVV patchesswills2018-12-273-17/+25
| | | | | PR: 234384 Submitted by: Derek Schrock <dereks@lifeofadishwasher.com> (maintainer)
* Change cmake default behaviour to outsource.tcberner2018-12-266-6/+6
| | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine
* Deprecate mail/dractobik2018-12-251-0/+3
| | | | | | | Upstream appears to be gone and the last release was in 2003. PR: 218723 Submitted by: w.schwarzenfeld@utanet.at
* mail/qpopper: Reset maintainertobik2018-12-251-1/+1
| | | | | | The maintainer no longer uses qpopper. PR: 222135
* Add compiler:c++11-lang to USES to allow these ports to build onlinimon2018-12-241-1/+1
| | | | | | GCC-based architectures. While here, pet portlint.
* mail/py-aiosmtpd:decke2018-12-242-5/+6
| | | | | | | | | - Update to 1.2 - Add missing atpublic runtime dependency PR: 233829 Submitted by: myself Approved by: maintainer timeout (2 weeks)
* mail/thunderbird: switch to rc2jbeich2018-12-234-91/+93
| | | | Changes: https://hg.mozilla.org/releases/comm-esr60/pushloghtml?startdate=2018-12-11&enddate=2018-12-18
* Renamed port and changed dep to rails50 as gitlab-ce 11.6 depends now on ↵mfechner2018-12-234-4/+5
| | | | | | | | rails50. Make portlint happy. Approved by: mentors (implicit)
* Update to 3.17.3joneum2018-12-234-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: * Add support for TLS Server Name Indication (SNI). This enables the sending of your hostname, if available, to the server so that it can select the appropriate certificate for your domain. This is useful for servers which host multiple domains on the same IP address. This is a hidden Account preference, 'use_tls_sni', and is enabled by default. * SSL/TLS certificate manager: The Delete key will now delete the selected certificate. * Window sizes are now remembered for the 'Apply tags' and SSL/TLS certificate manager windows. * bug fixes: o bug 3519, 'Links including umlauts are broken' o bug 4134, ''Save message to' option not set when it should be' o prevent the Tools/SSL/TLS Certificates dialogue from crashing when certificate filenames contain a fingerprint. o build on GNU Hurd. o various build fixes when building without GnuTLS. Sponsored by: Netzkommune GmbH
* mail/mutt: fix extra patches if QUOTE_PATCH is not selectedpi2018-12-232-7/+2
| | | | | | | | | - remove some context from the extra-patches so that they still apply if QUOTE_PATCH is not selected. PR: 233993 Submitted by: mjl@luckie.org.nz Approved by: dereks@lifeofadishwasher.com (maintainer)
* Update to 3.17.2joneum2018-12-224-10/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: * Message List: A context menu has been added to the column headers, it has two entries: a new option, 'Lock column headers', and 'Set displayed colums'. * Folder List: A context menu has been added to the column headers, containing 'Set displayed columns'. * Preferences: The Display/Summaries option page has been split into three notebook pages: Folder List, Message List, and Defaults. The Message List page contains the new 'Lock column headers' option. The Defaults page contains several new options for new folders. * New Folder Properties: It is now possible to control signing and encrypting options on the Compose page. By default it follows the Account preferences, but they can be overridden to always sign and/or encrypt, or never sign/encrypt. * Saving sent messages: The global preference, 'Save sent messages', can now be overriden by the Folder Property and Account preferences. The global preference no longer needs to be activated for the Account Preference, 'Put sent messages in ...' option to function. Likewise, the Folder Property, 'Save copy of outgoing messages to this folder instead of Sent', no longer relies on the global preference being set. * SSL/TLS certificates: The SHA-256 fingerprint is now displayed, and the MD5 fingerprint has been removed. * SSL/TLS certificates list: Status and Expiry columns have been added, and expired and invalid certificates are now clearly indicated. * QuickSearch: body searches are now quicker. * QuickSearch: symbols used in Extended searches are now expanded in the 'Edit' dialogue. * Re-editing: Flags and tags are now preserved when re-editing a message. * Fancy plugin: The minimum required webkitgtk version is now 1.10.0. * PDF Viewer plugin: Ctrl+scroll now zooms. * Tools: added cm-break.pl script, which breaks thread references for the selected messages; textviewer.pl has been updated and now requires perl 5.14.1. * The legacy "sylpheed-claws" symlink is no longer installed in the bindir. * New translation: Portuguese. * Updated translations: Brazilian Portuguese, Catalan, Czech, Danish, Dutch, French, German, Russian, Slovak, Spanish, Swedish, Turkish. Sponsored by: Netzkommune GmbH
* - Sorry, fix typo :(fluffy2018-12-221-1/+1
|
* This port needs USES=compiler:c11 to build on GCC-basedlinimon2018-12-221-1/+1
| | | | | | | | architectures. PR: 234158 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* - Unbreak on 12+ with SSL_DEFAULT=libressl[-devel]fluffy2018-12-222-3/+7
| | | | Submitted by: gahr
* Remove expired ports:rene2018-12-218-134/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2018-12-19 net/py-libstorj: Broken for more than 6 months 2018-12-20 net/xferstats: Uses obsolete glib12 2018-12-20 net/wmlj: Uses obsolete glib12 2018-12-20 net/ipsorc: Uses obsolete glib12 2018-12-20 net/bsdproxy: Uses obsolete glib12 2018-12-20 net/gini: Uses obsolete glib12 2018-12-21 net/netatalk: Outdated branch of netatalk; use net/netatalk3 instead 2018-12-20 net/nocatsplash: Uses obsolete glib12 2018-12-20 net/jags: Uses obsolete glib12 2018-12-19 net/scribe: Broken for more than 6 months 2018-12-20 net/libnetdude: Uses obsolete glib12 2018-12-20 net/nepim: Uses obsolete glib12 2018-12-20 emulators/generator: Uses obsolete glib12 2018-12-19 emulators/py-nova: Broken for more than 6 months 2018-12-20 emulators/generator-cbiere: Uses obsolete glib12 2018-12-20 x11-toolkits/p5-Gtk-Perl: Uses obsolete glib12 2018-12-20 deskutils/ithought: Uses obsolete glib12 2018-12-20 deskutils/gaddr: Uses obsolete glib12 2018-12-20 x11-fonts/gfe: Uses obsolete glib12 2018-12-20 graphics/graphopt: Uses obsolete glib12 2018-12-19 graphics/fotoxx: Broken for more than 6 months 2018-12-20 graphics/gcolor: Uses obsolete glib12 2018-12-20 graphics/danpei: Uses obsolete glib12 2018-12-20 graphics/chbg: Uses obsolete glib12 2018-12-20 mail/pop3lite: Uses obsolete glib12 2018-12-20 mail/gbuffy: Uses obsolete glib12 2018-12-20 security/gtk-knocker: Uses obsolete glib12 2018-12-20 security/gpasman: Uses obsolete glib12 2018-12-20 security/crank: Uses obsolete glib12 2018-12-20 security/stegdetect: Uses obsolete glib12 2018-12-20 devel/liboop: Uses obsolete glib12 2018-12-20 devel/gcvs: Uses obsolete glib12 2018-12-20 print/lpr-wrapper: Uses obsolete glib12 2018-12-20 print/libppd: Uses obsolete glib12 2018-12-20 net-p2p/napshare: Uses obsolete glib12 2018-12-20 net-p2p/gnewtellium: Uses obsolete glib12 2018-12-20 editors/gnotepad+: Uses obsolete glib12 2018-12-20 editors/manedit: Uses obsolete glib12 2018-12-20 misc/gtkfind: Uses obsolete glib12 2018-12-20 games/mindguard: Uses obsolete glib12 2018-12-20 games/xbattle: Uses obsolete glib12 2018-12-20 games/xbill: Uses obsolete glib12 2018-12-20 games/corewars: Uses obsolete glib12 2018-12-20 games/dopewars: Uses obsolete glib12 2018-12-20 games/garith: Uses obsolete glib12 2018-12-20 games/wmquake: Uses obsolete glib12 2018-12-20 games/znibbles: Uses obsolete glib12 2018-12-20 games/xpuyopuyo: Uses obsolete glib12 2018-12-19 games/kajongg: Broken for more than 6 months 2018-12-20 games/netspades: Uses obsolete glib12 2018-12-20 games/gtklife: Uses obsolete glib12 2018-12-20 biology/xmolwt: Uses obsolete glib12 2018-12-20 x11-clocks/wmclockmon: Uses obsolete glib12 2018-12-20 x11-clocks/asclock-gtk: Uses obsolete glib12 2018-12-20 net-im/gale: Uses obsolete glib12 2018-12-20 audio/xmms-ahx: Uses obsolete glib12 2018-12-20 audio/xmms-curses: Uses obsolete glib12 2018-12-20 audio/scrobbler: Uses obsolete glib12 2018-12-20 audio/xmms-nsf: Uses obsolete glib12 2018-12-20 audio/xmms-nas: Uses obsolete glib12 2018-12-20 audio/xmms-gbsplay: Uses obsolete glib12 2018-12-20 audio/xmms-wavpack: Uses obsolete glib12 2018-12-20 audio/xmms-shn: Uses obsolete glib12 2018-12-20 audio/xmms-volnorm: Uses obsolete glib12 2018-12-20 audio/xmms-faad: Uses obsolete glib12 2018-12-20 audio/xmms-scrobbler: Uses obsolete glib12 2018-12-20 audio/mcplay: Uses obsolete glib12 2018-12-20 audio/gmixer: Uses obsolete glib12 2018-12-20 audio/soundtracker: Uses obsolete glib12 2018-12-20 audio/xmms-sapplug: Uses obsolete glib12 2018-12-20 audio/rio500: Uses obsolete glib12 2018-12-20 audio/xmmsctrl: Uses obsolete glib12 2018-12-20 audio/xmms-xf86audio: Uses obsolete glib12 2018-12-20 audio/xmms-mailnotify: Uses obsolete glib12 2018-12-20 audio/xmms-sexypsf: Uses obsolete glib12 2018-12-20 audio/gqmpeg: Uses obsolete glib12 2018-12-20 audio/wmalbum: Uses obsolete glib12 2018-12-20 audio/xmms-xymms: Uses obsolete glib12 2018-12-20 audio/xmms-flac: Uses obsolete glib12 2018-12-20 audio/xmms-festalon: Uses obsolete glib12 2018-12-20 audio/gkrellmms2: Uses obsolete glib12 2018-12-20 audio/xmms-ladspa: Uses obsolete glib12 2018-12-19 math/octave-forge-engine: Broken for more than 6 months 2018-12-20 math/surf: Uses obsolete glib12 2018-12-19 math/msieve: Broken for more than 6 months 2018-12-19 math/octave-forge-fl-core: Broken for more than 6 months 2018-12-19 math/octave-forge-pdb: Broken for more than 6 months 2018-12-19 math/octave-forge-audio: Broken for more than 6 months 2018-12-20 math/geg: Uses obsolete glib12 2018-12-20 math/grpn: Uses obsolete glib12 2018-12-20 x11/gdkxft: Uses obsolete glib12 2018-12-20 x11/gtk-theme-switch: Uses obsolete glib12 2018-12-19 x11/xpyb: Broken for more than 6 months 2018-12-20 x11/gtk-launch: Uses obsolete glib12 2018-12-19 x11/xpra: Broken for more than 6 months 2018-12-20 palm/pilrc: Uses obsolete glib12 2018-12-20 x11-fm/mtoolsfm: Uses obsolete glib12 2018-12-20 german/steak: Uses obsolete glib12 2018-12-20 multimedia/xmms-skins-huge: Uses obsolete glib12 2018-12-20 multimedia/openquicktime: Uses obsolete glib12 2018-12-20 multimedia/xmms-skins: Uses obsolete glib12 2018-12-20 multimedia/oqtplayer: Uses obsolete glib12 2018-12-20 multimedia/oqtencoder: Uses obsolete glib12 2018-12-20 multimedia/p5-Video-OpenQuicktime: Uses obsolete glib12 2018-12-20 multimedia/xtheater: Uses obsolete glib12 2018-12-20 multimedia/dv2jpg: Uses obsolete glib12 2018-12-20 comms/hf: Uses obsolete glib12 2018-12-20 comms/gscmxx: Uses obsolete glib12 2018-12-20 sysutils/wmcube-gdk: Uses obsolete glib12 2018-12-20 sysutils/gcombust: Uses obsolete glib12 2018-12-20 sysutils/xlogmaster: Uses obsolete glib12 2018-12-20 sysutils/mount.app: Uses obsolete glib12 2018-12-20 sysutils/bbapm: Uses obsolete glib12
* - Update courier-imap to 5.0.5madpilot2018-12-182-5/+4
|
* - Add LICENSEamdmi32018-12-171-0/+3
| | | | | | - Add NO_ARCH Approved by: portmgr blanket
* - update to 1.1.Alpha11.0dinoex2018-12-132-6/+6
|
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-12-1225-16/+25
| | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
* Remove false dependency on esoundbapt2018-12-121-2/+2
|
* mail/qmail: Remove support for expired SRS option.rene2018-12-113-19/+1
| | | | The SRS option depended on a Google Code project which was abandonded in 2017.
* mail/thunderbird: update to 60.4.0jbeich2018-12-117-157/+150
| | | | | Changes: https://www.thunderbird.net/thunderbird/60.4.0/releasenotes/ Security: d10b49b2-8d02-49e8-afde-0844626317af
* Update to 5.6.39 release [1].ale2018-12-103-51/+0
| | | | | | | | | | - clean up CONFLICTS [2] - don't link with libpkg [3] - fix recode ordering issue [4] PR: 233847 [1], 226534 [2], 230980 [3], 211794 [4] Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> [1], brnrd [2], amdmi3 [3], jaretbartsch@yahoo.ca [4]
* Add newsyslog script for log rotate [1].ale2018-12-102-3/+17
| | | | | | | Don't set DB backends as mutually exclusive [2]. PR: 210195 [1], 221764 [2] Submitted by: ler, crees
* Unmark BROKEN when CLAMAV option is enabled.ume2018-12-101-1/+0
|
* Add forgotten patches by previous commit.krion2018-12-093-0/+87
| | | | Pointy hat to: krion
* Add patches to avoid accessing unallocated memory.krion2018-12-091-1/+4
| | | | | | | | | buffer_consume_to_mark() was trying to use Boyer-Moore search to find specified mark string but implementation was walking through unallocated memory. PR: 227543 Submitted by: Jeremy Chadwick <jdc@koitsu.org>
* mail/mpop: update to 1.4.1jbeich2018-12-093-5/+7
| | | | | | Changes: https://marlam.de/mpop/news/mpop-1-4-1/ Reported by: portscout MFH: 2018Q4 (bugfix)
* mail/msmtp: update to 1.8.1novel2018-12-092-5/+4
|
* mail/mutt: Update to 1.11.1swills2018-12-093-29/+8
| | | | | PR: 233815 Submitted by: Derek Schrock <dereks@lifeofadishwasher.com> (maintainer)
* lang/php72: Upgrade from 7.2.12 to 7.2.13tz2018-12-073-51/+0
| | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.2.13 MFH: 2018Q4
* lang/php71: Upgrade from 7.1.24 to 7.1.25tz2018-12-073-51/+0
| | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.1.25 MFH: 2018Q4
* lang/php73: Upgrade from RC6 to 7.3.0tz2018-12-072-50/+0
| | | | Changelog: http://www.php.net/ChangeLog-7.php#7.3.0
* lang/rust: update to 1.31.0jbeich2018-12-071-0/+1
| | | | | | | | | - devel/racer no longer needs to dowgrade rustc-ap-syntax - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2018/12/06/Rust-1.31.0.html Approved by: rust (tobik) Differential Revision: https://reviews.freebsd.org/D18427
* mail/thunderbird: update to 60.3.3cmt2018-12-064-122/+122
| | | | | | | | Release Notes: https://www.thunderbird.net/en-US/thunderbird/60.3.3/releasenotes/ PR: 233830 Approved by: jbeich (maintainer, gecko) MFH: 2018Q4
* - Update to 1.8.3vsevolod2018-12-062-5/+4
| | | | | PR: 233753 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
* Remove version 7.0 from the IGNORE_WITH_PHP list.rene2018-12-063-3/+3
|
* Remove expired ports:rene2018-12-055-104/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2018-12-04 archivers/php70-bz2: Security Support ends on 3 Dec 2018 2018-12-04 archivers/php70-phar: Security Support ends on 3 Dec 2018 2018-12-04 archivers/php70-zip: Security Support ends on 3 Dec 2018 2018-12-04 archivers/php70-zlib: Security Support ends on 3 Dec 2018 2018-12-04 converters/php70-iconv: Security Support ends on 3 Dec 2018 2018-12-04 converters/php70-mbstring: Security Support ends on 3 Dec 2018 2018-12-04 converters/php70-recode: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-dba: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-interbase: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-mysqli: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-odbc: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-pdo: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-pdo_dblib: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-pdo_firebird: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-pdo_mysql: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-pdo_odbc: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-pdo_pgsql: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-pdo_sqlite: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-pgsql: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-sqlite3: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-gettext: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-intl: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-json: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-pcntl: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-readline: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-shmop: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-sysvmsg: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-sysvsem: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-sysvshm: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-tokenizer: Security Support ends on 3 Dec 2018 2018-12-04 ftp/php70-curl: Security Support ends on 3 Dec 2018 2018-12-04 ftp/php70-ftp: Security Support ends on 3 Dec 2018 2018-12-04 graphics/php70-exif: Security Support ends on 3 Dec 2018 2018-12-04 graphics/php70-gd: Security Support ends on 3 Dec 2018 2018-12-04 mail/php70-imap: Security Support ends on 3 Dec 2018 2018-12-04 misc/php70-calendar: Security Support ends on 3 Dec 2018 2018-12-04 net/php70-ldap: Security Support ends on 3 Dec 2018 2018-12-04 net/php70-soap: Security Support ends on 3 Dec 2018 2018-12-04 net/php70-sockets: Security Support ends on 3 Dec 2018 2018-12-04 net/php70-xmlrpc: Security Support ends on 3 Dec 2018 2018-12-04 net-mgmt/php70-snmp: Security Support ends on 3 Dec 2018 2018-12-04 sysutils/php70-fileinfo: Security Support ends on 3 Dec 2018 2018-12-04 sysutils/php70-posix: Security Support ends on 3 Dec 2018 2018-12-04 security/php70-filter: Security Support ends on 3 Dec 2018 2018-12-04 security/php70-hash: Security Support ends on 3 Dec 2018 2018-12-04 security/php70-mcrypt: Security Support ends on 3 Dec 2018 2018-12-04 security/php70-openssl: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-ctype: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-dom: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-enchant: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-pspell: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-simplexml: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-wddx: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-xml: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-xmlreader: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-xmlwriter: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-xsl: Security Support ends on 3 Dec 2018 2018-12-04 www/mod_php70: Security Support ends on 3 Dec 2018 2018-12-04 www/php70-opcache: Security Support ends on 3 Dec 2018 2018-12-04 www/php70-session: Security Support ends on 3 Dec 2018 2018-12-04 www/php70-tidy: Security Support ends on 3 Dec 2018
* - Fix LICENSEamdmi32018-12-052-2/+3
| | | | | | | - Add LICENSE_FILE - Update WWW Approved by: portmgr blanket
* Make CLAMAV option off by default, and mark brokenume2018-12-051-2/+3
| | | | | | when CLAMAV option is on. It seems that recent security/clamav doesn't install cltypes.h which is included from clamav.h.
* mail/dovecot: Add upstream patch to fix a double free in MySQL.ler2018-12-052-1/+25
| | | | Obtained from: https://github.com/dovecot/core/commit/3c5101ffdd2a8115e03ed7180d53578765dea4c9.patch
* mail/dovecot: add option to support libsodiumler2018-12-042-6/+12
| | | | | | - libsodium option to support security/libsodium based crypts - pet portlint - fix LUA option pkg-plist issues
* mail/mutt: Update to 1.11.1swills2018-12-0415-101/+117
| | | | | | | | | | | While here: * Remove MUTT_LITE parts * pet portlint - NNTP broken for 1.11.0 * Add patch-qresync-crash fixes a crash coming in 1.11.1 PR: 233680 Submitted by: Derek Schrock <dereks@lifeofadishwasher.com> (maintainer)
* Update to 2.7.8sunpoet2018-12-041-5/+5
| | | | | | Changes: https://github.com/rubygems/rubygems/blob/master/History.txt PR: 233645 Exp-run by: antoine
* - update to 3.4-20181202ohauer2018-12-032-4/+4
|
* Deprecate ports depending on php 5.6antoine2018-12-033-0/+9
|
* Mark QT4 ports/functionality for removal on 2019-03-15rene2018-12-024-0/+16
| | | | | | | | | | | While here, chase some KDE4 ports and functionality, these are scheduled for removal on 2018-12-31. Change the default option/flavor to QT5 where applicable or use alternative toolkits like GTK. Submitted by: tcberner Reviewed by: adridg, jhale, rene, tcberner Approved by: portmgr (implicit, flavor hook) Differential Revision: https://reviews.freebsd.org/D17741
* Update to 4.2.11sunpoet2018-12-022-5/+6
| | | | Changes: https://github.com/rails/rails/blob/4-2-stable/actionmailer/CHANGELOG.md
* Update to 5.0.7.1sunpoet2018-12-022-5/+6
| | | | Changes: https://github.com/rails/rails/blob/5-0-stable/actionmailer/CHANGELOG.md
* Update to 5.1.6.1sunpoet2018-12-022-5/+6
| | | | Changes: https://github.com/rails/rails/blob/5-1-stable/actionmailer/CHANGELOG.md
* - update to 3.4-20181130ohauer2018-12-022-5/+5
|
* mail/thunderbird: update to 60.3.2cmt2018-12-014-123/+122
| | | | | | | | https://www.thunderbird.net/en-US/thunderbird/60.3.2/releasenotes/ PR: 233674 Approved by: jbeich (maintainer, gecko) MFH: 2018Q4
* Actually expand newsyslog locations in pkg-message.mandree2018-11-302-4/+4
| | | | | Followup to Differential Revision: https://reviews.freebsd.org/D17088
* Upgrade courier-imap to 5.0.4madpilot2018-11-292-5/+4
| | | | | | | Fixes some pop3 and unicode issues. PR: 233599 Submitted by: hsakamt@tsnr.com
* - Add NO_ARCHamdmi32018-11-291-2/+3
| | | | | | - Cosmetic fixes Approved by: portmgr blanket
* - add ability to overwrite OPTIONS_DEFAULT for slave portsohauer2018-11-282-2/+2
| | | | | | | (s/=/?=/) PR: 233608 Submitted by: HEO SeonMeyong
* mail/mailman: Use .conf suffix for /usr/local/etc/newsyslog.conf.d/woodsb022018-11-284-2/+37
| | | | | | | | | | | | | | | | | | | - Rename the files installed to /usr/local/etc/newsyslog.conf.d/ to end with a '.conf' suffix. - Add pkg-install script to automatically move any copies of the old newsyslog file to the new location if the new file is unmodified from the default, or print a warning if it the new file has been modified. - Add a note to UPDATING and pkg-message to warn users of this, in case they are using provisioning/configuration management tools which need to be modified. Note the UPDATING entry was committed in r485721. Recent changes to /etc/newsyslog.conf (r340318) will only include files from the /usr/local/etc/newsyslog.conf.d/ directory which end with '.conf' and do not beginning with a '.' character. Reviewed by: mat Approved by: mandree (maintainer) Differential Revision: https://reviews.freebsd.org/D17088
* - bump PORTREVISIONdinoex2018-11-271-1/+1
|
* - remove some extraneous escaping in regexdinoex2018-11-262-3/+3
| | | | | PR: 233454 Submitted by: Kyle Evans
* - fix build with libressl 2.8.2ohauer2018-11-262-3/+12
| | | | | | PR: 233517 233527 Submitted by: Andrej Ebert Reported by: Herbert J. Skuhra
* gecko: unbreak with more strict regex(3) on FreeBSD 13jbeich2018-11-261-0/+20
| | | | | | | | | | | | | In file included from ../.build/dom/workers/Unified_cpp_dom_workers0.cpp:11: dom/workers/ChromeWorkerScope.cpp:56:10: error: use of undeclared identifier 'JS_InitCTypesClass' if (!JS_InitCTypesClass(aCx, aGlobal) || ^ dom/workers/ChromeWorkerScope.cpp:61:18: error: unknown type name 'JSCTypesCallbacks' static const JSCTypesCallbacks callbacks = { ^ PR: 233453 Reported by: kevans
* - fix build with libressl 2.8.2ohauer2018-11-262-3/+12
| | | | | PR: 233517 Submitted by: Andrej Ebert
* Update to 4.3.0sunpoet2018-11-263-7/+8
| | | | | | - Update WWW Changes: https://github.com/smartinez87/exception_notification/blob/master/CHANGELOG.rdoc
* - update to 3.3.2ohauer2018-11-252-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: 20180617 Bugfix (introduced: Postfix 2.11): minor memory leak when minting issuer certs. This affects a tiny minority of use cases. Viktor Dukhovni, based on a fix by Juan Altmayer Pizzorno for the ssl_dane library. 20180817 Workaround: postconf build did not abort if the m4 command is not installed (on a system that does have the make command, the awk command, the perl command, and the C compiler?!). 20181104 Multiple 'bit rot' fixes for OpenSSL API changes, including support to disable TLSv1.3, to avoid issuing multiple session tickets, and to allow OpenSSL >= 1.1.0 run-time micro version bumps without complaining about library version mismatches. Viktor Dukhovni. 20181106 Bugfix (introduced: 3.0): smtpd_discard_ehlo_keywords could not disable "SMTPUTF8". because the lookup table was using "EHLO_MASK_SMTPUTF8" instead. 20181110 Documentation: update documentation for Postfix versions that support disabling TLS 1.3. 20181117 Improved logging of TLS 1.3 summary information, and improved reporting of the same info in Received: message headers. Viktor Dukhovni. MFH: 2018Q4
* - update to 3.4-20181123ohauer2018-11-252-4/+4
|
* mail/dovecot22, mail/dovecot-pigeonhole04: Deprecateler2018-11-242-0/+6
| | | | since they are EOL, and the issues with 2.3/0.5 have been fixed
* mail/opendkim: mark broken with Lua 5.3 and higherswills2018-11-241-1/+7
| | | | | | PR: 232953 Reported by: pr@aoek.com Approved by: Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
* mail/dovecot: pick up patch from upstream to quiet format warnings.ler2018-11-242-1/+67
| | | | Obtained from: https://github.com/dovecot/core/commit/de42b54aaf165d4f62b45be864dde36bdbbc4276
* - Update to 1.8.2vsevolod2018-11-243-5/+6
| | | | | PR: 233327 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
* mail/dovecot update to 2.3.4, mail/dovecot-pigeonhole to 0.5.4ler2018-11-236-14/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dovecot change log: * The default postmaster_address is now "postmaster@<user domain or server hostname>". If username contains the @domain part, that's used. If not, then the server's hostname is used. * "doveadm stats dump" now returns two decimals for the "avg" field. + Added push notification driver that uses a Lua script + Added new SQL, DNS and connection events. See https://wiki2.dovecot.org/Events + Added "doveadm mailbox cache purge" command. + Added events API support for Lua scripts + doveadm force-resync -f parameter performs "index fsck" while opening the index. This may be useful to fix some types of broken index files. This may become the default behavior in a later version. - director: Kicking a user crashes if login process is very slow - pop3_no_flag_updates=no: Don't expunge DELEted and RETRed messages unless QUIT is sent. - auth: Fix crypt() segfault with glibc-2.28+ - imap: Running UID FILTER script with errors assert-crashes - dsync, pop3-migration: POP3 UIDLs weren't added to dovecot.index.cache while mails were saved. - dict clients may have been using 100% CPU while waiting for dict server to finish commands. - doveadm user: Fixed user listing via HTTP API - All levels of Cassandra log messages were logged as Dovecot errors. - http/smtp client may have crashed after SSL handshake - Lua auth converted strings that looked like numbers into numbers. pigeonhole change log: * Adjustments to several changes in Dovecot v2.3.4 make this Pigeonhole release dependent on that Dovecot release; it will not compile against older Dovecot versions. And, conversely, you need to upgrade Pigeonhole when upgrading Dovecot to v2.3.4. * The changes regarding the default postmaster_address in Dovecot v2.3.4 mainly apply to Pigeonhole. The new default should work for all existing installations, thereby fixing several reported v2.3/v0.5 migration problems. - IMAP FILTER=SIEVE capability: Fix assert crash occurring when running UID FILTER on a Sieve script with errors.
* Update to 5.2.27joneum2018-11-232-5/+6
| | | | | | | | | | Changelog: https://github.com/PHPMailer/PHPMailer/releases/tag/v5.2.27 PR: 233420 Reported by: Derek Schrock <dereks@lifeofadishwasher.com> MFH: 2018Q4 Security: b036faba-edd8-11e8-b3b7-00e04c1ea73d Sponsored by: Netzkommune GmbH
* Update to RC6joneum2018-11-231-1/+0
| | | | | | | Changelog: https://github.com/php/php-src/blob/php-7.3.0RC6/NEWS Approved by: tz (implicit) Sponsored by: Netzkommune GmbH
* Disable rsh/ssh functionality in imap by default (php bug #77153).joneum2018-11-2212-0/+204
| | | | | | | | | PR: 233384 Submitted by: joneum Approved by: tz (implicit) MFH: 2018Q4 Security: ec49f6b5-ee39-11e8-b2f4-74d435b63d51 Sponsored by: Netzkommune GmbH
* Disable rsh/ssh functionality in imap by default (php bug #77153).ale2018-11-224-4/+55
| | | | | PR: 233384 Submitted by: joneum
* mail/fetchmail: backport SNI support from upstreammeta2018-11-222-1/+7
| | | | | | | | | | | | | | This affects some servers such as Gmail. See also bugs on Linux distributions. * https://bugzilla.redhat.com/show_bug.cgi?id=1611815 * https://bugs.launchpad.net/ubuntu/+source/fetchmail/+bug/1798786 PR: 233078 Submitted by: fuyuhiko.maruyama@gmail.com Approved by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer), mentors (implicit) Obtained from: https://gitlab.com/fetchmail/fetchmail/commit/9b8b634312f169fab872f3580c2febe5af031615 MFH: 2018Q4
* Update to 6.0.6joneum2018-11-223-5/+7
| | | | | | | | Changelog: https://github.com/PHPMailer/PHPMailer/releases/tag/v6.0.6 MFH: 2018Q4 Security: b036faba-edd8-11e8-b3b7-00e04c1ea73d Sponsored by: Netzkommune GmbH
* Update to 1.9.8 release.ale2018-11-212-5/+6
|
* - update to 3.4-20181119ohauer2018-11-212-4/+4
|
* gecko: drop BUNDLED_CAIRO optionjbeich2018-11-211-2/+1
|
* gecko: drop system ogg/vorbis supportjbeich2018-11-213-512/+2
| | | | Too infrequently updated to justify maintenance burden.
* gecko: drop JPEG_PORT=graphics/jpeg supportjbeich2018-11-211-383/+0
| | | | Completely untested for years.
* gecko: drop OSS audio backendjbeich2018-11-212-1269/+1
| | | | | | | | - Poor latency - No multichannel support - No input device support - No device selection - No upstream maintainer
* - update to 3.4-20181118ohauer2018-11-202-4/+4
|
* - update to 20181117ohauer2018-11-192-4/+4
|
* Update to 3.17.1joneum2018-11-174-45/+16
| | | | | | | | | - Add License - Remove the MANUAL Part: This has alredy been removed in Version 3.17.0 Changelog: https://www.claws-mail.org/NEWS Sponsored by: Netzkommune GmbH
* mail/thunderbird-i18n: update to 60.3.1cmt2018-11-162-118/+118
| | | | | | | | forgot to commit this along thunderbird proper PR: 228477 Approved by: jbeich (maintainer) MFH: 2018Q4
* mail/thunderbird: update to 60.3.1cmt2018-11-162-5/+4
| | | | | | | | https://www.thunderbird.net/en-US/thunderbird/60.3.1/releasenotes/ PR: 228477 Approved by: jbeich (maintainer) MFH: 2018Q4
* Move mail/py-email-reply-parser to mail/py-email_reply_parsersunpoet2018-11-165-10/+12
| | | | | | | | | - Update to 0.5.9 - Change MASTER_SITES to CHEESESHOP - Add LICENSE - Add NO_ARCH Changes: https://github.com/zapier/email-reply-parser/commits/master
* Fix build on gcc-based archs.linimon2018-11-151-6/+4
| | | | Approved by: portmgr (tier-2 blanket)
* Fix build on gcc-based archs.linimon2018-11-151-5/+3
| | | | Approved by: portmgr (tier-2 blanket)
* Update to 4.24.1sunpoet2018-11-152-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/Sisimai
* mail/qpopper: grammar fix after r484938eugen2018-11-151-1/+1
|
* Fix mail/qpopper:eugen2018-11-152-3/+27
| | | | | | | | | | | | | | | | | | | | - remove MASTER_SITE ftp.qualcomm.com that is no more and add a couple of living distfile sources; - describe custom BSD-style Quallcom license for the distfile; - fix building with openssl-1.1.1 that no longer has SSLv2 support plus made struct ssl_st (SSL) completely opaque, so better use public interface SSL_session_reused() instead of direct access to now hidden "hit" part of struct; this works for previous openssl versions too. No PORTREVISION bump as this fixed package building for FreeBSD 12+ and has no visible package changes for other supported branches. PR: 232383 Reported by: sbruno Approved by: bc979@lafn.org (maintainer timeout, 4 weeks)
* mail/imapfilter: Drop LibreSSL patch and unbreak build with OpenSSL 1.1.1tobik2018-11-141-20/+0
| | | | | | | | | | | The patch added in ports r435498 broke OpenSSL 1.1.x compatibility. A different fix for LibreSSL was committed upstream so the patch is no longer needed since imapfilter 2.6.11 [1]. [1] https://github.com/lefcha/imapfilter/commit/c1865ba1ab2fd8da14e5e018ab55c79cbc432295 PR: 232132 Approved by: bofh (maintainer timeout, 1 month)
* - update to 3.4-20181113ohauer2018-11-142-4/+4
|
* Fix build with openssl 1.1arved2018-11-143-1/+170
| | | | | PR: 233130 Submitted by: Yoshihiro Takahashi
* mail/spamassassin: Revert r484326zeising2018-11-142-9/+3
| | | | | | | Revert r484326, switch to gpg2, silence gpg2 memory warnings. I have gotten multiple reports of this causing issues when upgrading or installing. Revert this until I can look at this in more detail.
* Update geary to 0.12.4.kwm2018-11-145-5/+601
| | | | | | * Add patches the fix the build with webkit2-gtk3 2.22 and vala 0.40.11. Obtained from: upstream
* mail/neomutt: add support for GSSAPI, by default using krb from basegahr2018-11-131-3/+12
| | | | Approved by: bapt
* - Update `mail/mailutils' to version 3.5danfe2018-11-122-9/+8
| | | | | | | | - Now supports Berkeley DB versions 5 and 6 - Add GUILE_USES=pkgconfig because guile-config requires it - Because our `lang/guile2' is outdated, add GUILE_BROKEN PR: 229613 (related)
* graphics/mesa-libs: enable WAYLAND by default here and in consumersjbeich2018-11-121-0/+1
| | | | | | | | PR: 227509 Requested by: Johannes Lundberg, Greg V Reviewed by: tobik (earlier version) Approved by: madpilot, x11 (zeising), maintainer timeout (2 weeks) Exp-run by: antoine
* Update evolution suite to 3.28.5.kwm2018-11-124-10/+8
| | | | Obtained from: GNOME devel repo
* Update `databases/gdbm' to version 1.18.1, an important bugfix releasedanfe2018-11-1112-7/+12
| | | | | | | | | | which restores compatibility with old databases (version 1.8) and some later versions which were built without mmap(2) support. Due to shlib version change, bump port revisions of the consumer ports. PR: 233059 Exp-run by: antoine Approved by: maintainer (johans, numerous timeouts)
* Update ImageMagick to 6.9.10.14 [1]kwm2018-11-112-3/+3
| | | | | | | | | | | | | | | | | | * Add PKGNAMESUFFIX and rename the directory. This was done to show that IM6 is not the "main" version. But still fully supported by upstream. * Convert a number of options to optionhelpers. * Add option for ISO/IEC 23008-12:2017 HEIF suport * Add comment to pkg-descr explaining IM6's "legacy" tag. * Add comment to the patch-config_policy.xml file why it still needed. Please note that IM7 is not a drop in replacement due to library API and command arguments changes. And as a result ports need to decide for themself which version to use. Chase these changes in all the ports that using IM6. PR: 225102 (based on, only the version update) [1] Submitted by: Pascal Christen <pascal.christen@hostpoint.ch>
* Install texinfo files (GNU info) into ${PREFIX}/share/infobapt2018-11-1112-7/+12
| | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816
* mail/notmuch-mutt: Unbreak build when PREFIX != LOCALBASEtobik2018-11-111-3/+3
| | | | | | | | | | ===> Generating temporary packing list [...] mkdir -p /wrkdirs/usr/ports/mail/notmuch-mutt/work/stage/prefix/notmuch-mutt-0.28/etc/Muttrc.d install -m 644 notmuch-mutt.rc /wrkdirs/usr/ports/mail/notmuch-mutt/work/stage/prefix/notmuch-mutt-0.28/etc/Muttrc.d/notmuch-mutt.rc mv: rename /wrkdirs/usr/ports/mail/notmuch-mutt/work/stage/usr/local/etc/Muttrc.d/notmuch-mutt.rc to /wrkdirs/usr/ports/mail/notmuch-mutt/work/stage/prefix/notmuch-mutt-0.28/share/examples/notmuch/notmuch-mutt.rc: No such file or directory PR: 232310
* Update to the snapshot on 2018/08/26.nobutaka2018-11-112-6/+5
|
* mail/getmail: Update to version 5.8jrm2018-11-102-4/+4
| | | | Upstream changes: Fix problem handling IMAP errors introduced in 5.7.
* security/openssl-devel was removed, but there is a security/openssl111 now.mat2018-11-102-2/+2
|
* mail/prayer: Fix OpenSSL buildsswills2018-11-103-15/+122
| | | | | | PR: 232135 Submitted by: Nathan <ndowens@yahoo.com> Approved by: Nikola Kolev <koue@chaosophia.net> (maintainer)
* mail/nullmailer: Unbreak build with Clang 6 (C++14 by default)tobik2018-11-081-0/+1
| | | | | | | | | | | inject.cc:221:3: error: non-constant-expression cannot be narrowed from type 'size_t' (aka 'unsigned long') to 'unsigned int' in initializer list [-Wc++11-narrowing] X(Errors-To, T,F,F,F,F), // 5 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p483866_s340093/logs/nullmailer-1.13_3,1.log PR: 230496 Submitted by: Tod McQuillin <devin@spamcop.net>
* mail/rss2email2: Add workaround for filtering out bad tagstobik2018-11-082-2/+15
| | | | | | | | | | | | | | | | | This can apparently be triggered with malformed RSS feeds. Traceback (most recent call last): File "/usr/share/rss2email/rss2email.py", line 711, in run tagline = ",".join(taglist) TypeError: sequence item 1: expected string or Unicode, NoneType found https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734327 - Reset maintainer due to the long timeout PR: 214934 Submitted by: jonathan@invertedearth.net Approved by: srg@guglielmo.us (maintainer timeout, ~2 years)
* Update to 0.28krion2018-11-089-60/+56
| | | | | PR: 232310 Submitted by: maintainer
* mail/libdomainkeys: Correct OPENSSL_VERSION_NUMBERtobik2018-11-081-14/+14
| | | | | | | | | | For the sake posterity use OpenSSL 1.1.0-pre1's version which is when EVP_MD_CTX was made opaque [1]. This should have no practical impact on the build with any of the OpenSSL versions we support. [1] https://github.com/openssl/openssl/commit/7638370ca6cb Reported by: danfe, jbeich
* mail/msmtp: use proper configure argument for tlsnovel2018-11-071-3/+4
| | | | | | | Correct option is '--with-tls=' now, not '--with-ssl='. PR: 233041 Submitted by: Igor Zabelin
* - update to 20181105ohauer2018-11-072-5/+5
| | | | | | | | | | | | | | | | | | | | | | | 20181014 Cleanup: figured out why vstring_get() did not return VSTREAM_EOF in APPEND mode. 20181104 Multiple 'bit rot' fixes for OpenSSL API changes, including support to disable TLSv1.3, to avoid issuing multiple session tickets, and to allow OpenSSL >= 1.1.0 run-time micro version bumps without complaining about library version mismatches. 20181105 Feature: "postmap -F" reads a source file with (key, filename) entries, and creates database records with (key, base64-encoded filecontent). This feature will be used for SNI lookup table support, where each key will be a domainname, and each value will contain a sequence of (private key, certificate hierarchy) for that domainname. The same 'value is filename' behavior is implemented in cidr:, inline:, pcre:, randmap:, regexp:, and static: maps if the application sets the flag DICT_FLAG_RHS_IS_FILE. In the forseeable future, this will
* Fix build in japanese/spamassassinzeising2018-11-071-1/+1
| | | | | | | Fix build in japanese/spamassassin. Fix INDEX Pointy-hat to: zeising
* Return tj's ports to the pool after his commit bit got safekept.rene2018-11-071-1/+1
|
* mail/spamassassin: switch gpg version, silence gpgzeising2018-11-072-4/+10
| | | | | | | | | | | | Switch to use gpg2 instead of the old and mostly deprecated gpg as the default gpg version. Add a gpg.conf file to silence the warning about using insecure memory with gpg2 [1]. Bump portrevision Submitted by: Larry Rosenman (ler) [1]
* mail/fetchmail:roberto2018-11-062-1/+2
| | | | | | | - Ensure the fetchmail script returns 1 if fetchmail is not running. - Bump PORTREVISION. PR: ports/219051
* - While major 6.4 update still cooking (authors dropped openssl support at allfluffy2018-11-063-3/+21
| | | | | | | in favor of libressl), mark OpenSMTPd as BROKEN with openssl 1.1.x api - Use https in pkg-descr url MFH: 2018Q4
* mail/libdomainkeys: Unbreak with OpenSSL 1.1.1 [1]tobik2018-11-064-5/+201
| | | | | | | | | | | | - Hook up the test suite - Stop installing the test script which is useless beyond port testing, and calls a dktest binary that is never installed or built normally - Cleanup/remove post-patch PR: 232133 Submitted by: Nathan <ndowens@yahoo.com> [1] (based on) Obtained from: PLD Linux [1] (based on)
* Fix build with curl 7.62.0sunpoet2018-11-041-0/+12
|
* Update to 4.24.0sunpoet2018-11-043-6/+4
| | | | Changes: https://metacpan.org/changes/distribution/Sisimai
* mail/mailman: add OPTION to not send passwords in the monthly mailspi2018-11-022-3/+30
| | | | | | | | | | - this option is now on by default PR: 231879 Reported by: several users Approved by: mandree Obtained from: https://mail.python.org/pipermail/mailman-users/2016-April/080746.html MFH: 2018Q4
* Followup on r483807.rene2018-11-021-16/+0
| | | | | | | | jbeich commented on some ports in D17724 but I forgot to add them to the list. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724
* Remove compatibility code for FreeBSD < 11.2 from all ports.rene2018-11-027-31/+5
| | | | | | | Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724
* mail/davmail: update to 4.9.0swills2018-11-023-80/+77
| | | | | | PR: 231803 Submitted by: John Hein <z7dr6ut7gs@snkmail.com> Approved by: maintainer timeout (john.c.prather@gmail.com, >1 month)
* mail/getmail: Update to version 5.7jrm2018-11-022-4/+4
| | | | Upstream changes: http://pyropus.ca/software/getmail/CHANGELOG
* Upgrade to include PostgreSQL 10 supportdvl2018-10-312-5/+5
| | | | | | re: https://github.com/aox/aox/commit/96ab17efa36b51fed0ec9aef8b96c038ed285c28 Approved by: feld (maintainer)
* mail/py-dkimpy: Update to 0.9.0swills2018-10-312-4/+4
| | | | | PR: 232840 Submitted by: Kevin Golding <ports@caomhin.org> (maintainer)
* mail/py-authres: Update to 1.1.1swills2018-10-312-4/+4
| | | | | PR: 232804 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
* mail/thunderbird: update to 60.3.0cmt2018-10-318-198/+127
| | | | | | | PR: 232796 Approved by: gecko (jbeich@) MFH: 2018Q4 Security: 7c3a02b9-3273-4426-a0ba-f90fad2ff72e
* mail/dovcecot: fix thinko in previous update. Don't print config alwaysler2018-10-302-2/+2
| | | | | PR: 232803 Submitted by: oleg@pcbtech.ru
* mail/dovecot: give better error message(s) when there are configuration errors.ler2018-10-302-1/+9
| | | | | PR: 232785 Submitted by: prj@rootwyrm.com
* gecko: silence USES warningscmt2018-10-301-1/+0
| | | | | PR: 231867 Approved by: gecko (jbeich did not veto)
* Update to 1.3.8 release.ale2018-10-302-4/+4
|
* Remove a duplicate patch.thierry2018-10-291-21/+0
| | | | Reported by: fluffy
* Fix in head and with openssl-devel.thierry2018-10-295-96/+147
| | | | Obtained from: openembedded/meta-openembedded
* Cleanup mail/bmftobik2018-10-284-20/+43
| | | | | | | | | | | - Cleanup MYSQL option: properly declare libmysqlclient dependency, unbreak with other mysql version/variants - Respect CC and CFLAGS - Remove post-patch and simplify with BINARY_ALIAS - Do not strip binaries twice - Generate manpages and install them again PR: 232493
* - Update to 0.8.5wen2018-10-283-12/+15
| | | | | | | | - Correct LICENSE info and add LICENSE_FILE, per handbook - Correct DOC switch PR: 232337 Submitted by: ndowens@yahoo.com
* Fix path for virus scannerscrees2018-10-281-0/+3
| | | | Submitted by: Samuel Chow <cyschow@shaw.ca>
* mail/opendkim: Fix build with LibreSSL 2.8.2swills2018-10-271-2/+2
| | | | | | PR: 232481 Submitted by: Daniel Austin <freebsd-ports@dan.me.uk> (maintainer) Reported by: Simeon Simeonov <blackmore@pichove.org>
* mail/bmf: Update to 0.84swills2018-10-275-36/+21
| | | | | PR: 232493 Submitted by: Nathan <ndowens@yahoo.com>
* Fix build with GCC-based architectures. GCC architectures requireehaupt2018-10-261-4/+6
| | | | | | | | CFLAGS+=-fnested-functions. PR: 232646 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> MFH: 2018Q4 (blanket)
* lang/rust: update to 1.30.0jbeich2018-10-261-1/+1
| | | | | | | | | - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2018/10/25/Rust-1.30.0.html Approved by: rust (tobik) MFH: 2018Q4 (less rust versions to support) Differential Revision: https://reviews.freebsd.org/D17695
* Update to 5.1.2-1crees2018-10-263-5/+34
| | | | | | | | | | | | | | | | | | | | | | | - Patch Mail::ClamAV to allow install for SuSE builds - 7zip handle spaces in filenames - Clamd full message scan - Detect fax and tel links - mime_perl_to_string fix for ignored handler - Add Kaspersky Linux Mail Server support - Ignore "archive damaged" in esets scanner output - Cleanup reports, add en_uk reports - Workaround MIME::Parser failing to decode UTF-8 - Refactor milter to fully support multiple original recipients - Refactor milter to support large messages - Refactor milter to reject blacklisted emails early - Fix off by one header add in milter - Look for all recipient records in DeleteRecipients - Update milter doc to 1.3 - Remove invalid Apparmor code in debian package - Fix condition concatenation in ms-update-phishing - Fix mktemp in clamav-wrapper for FreeBSD11 - Add DrWeb virus scanner support - Fixes for clamav on rhel variants
* Expand FreeBSD 12 conditionals to include 13.0-CURRENTjbeich2018-10-241-0/+1
|
* devel/icu: update to 63.1jbeich2018-10-2311-7/+11
| | | | | | | Changes: http://site.icu-project.org/download/63 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 232300 Exp-run by: antoine
* - fix build on FreeBSD 13-CURRENTohauer2018-10-234-6/+24
| | | | | PR: 232502 Submitted by: Kai
* pragrma directive is not supported by base GCC. Remove it to fix build withehaupt2018-10-221-5/+6
| | | | | | | mips, mips64, powerpc64. PR: 232514 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
* - Update WWWamdmi32018-10-211-1/+1
| | | | Approved by: portmgr blanket
* gecko: expose Wayland supportjbeich2018-10-212-0/+40
|
* Update to 2.7.1sunpoet2018-10-202-6/+7
| | | | Changes: https://github.com/mikel/mail/blob/2-7-stable/CHANGELOG.rdoc
* Update devel/py-pygit2 to version 0.27.2.mfechner2018-10-202-0/+80
| | | | | | | Changelog: https://github.com/libgit2/pygit2/blob/v0.27.2/CHANGELOG.rst Reported by: PORTSCOUT Approved by: mentors (implicit)
* Fixed problems with OpenSSL 1.1.1 and an error message regarding lua.mfechner2018-10-204-12/+8
| | | | | | | | PR: 223568 Submitted by: freebsd-ports@dan.me.uk Reported by: pi@FreeBSD.org Reviewed by: mfechner@FreeBSD.org Approved by: mentors (implicit)
* - make ipfwmtad optionaldinoex2018-10-201-3/+17
| | | | - fix build on FreeBSD-12
* - Update to 1.8.1vsevolod2018-10-203-4/+6
| | | | | PR: 232339 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
* mail/nextcloud-mail: Update to 0.11.0brnrd2018-10-193-5/+38
|
* mail/up-imapproxy: Add OpenSSL 1.1 supportbrnrd2018-10-197-82/+66
| | | | | | | | - Switch to Debian snapshot 1.2.8pre - Add OpenSSL 1.1 patch from Debian - Supports TLSv1.1 and TLSv1.2 too Obtained from: http://packages.debian.org/source/up-imapproxy
* mail/sympa: update to 2.6.36swills2018-10-193-20/+13
| | | | | PR: 232334 Submitted by: geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer)
* Add p5-Mail-Box-POP3 3.004 (copied from p5-Mail-Box)sunpoet2018-10-195-0/+50
| | | | | | | | | | Maintain a folder which has its messages stored on a remote server. The communication between the client application and the server is implemented using the POP3 protocol. This class uses Mail::Transport::POP3 to hide the transport of information, and focusses solely on the correct handling of messages within a POP3 folder. WWW: https://metacpan.org/release/Mail-Box-POP3
* Add p5-Mail-Box-IMAP4 3.003 (copied from p5-Mail-Box)sunpoet2018-10-195-0/+67
| | | | | | | | | | | Maintain a folder which has its messages stored on a remote server. The communication between the client application and the server is implemented using the IMAP4 protocol. This class uses Mail::Transport::IMAP4 to hide the transport of information, and focusses solely on the correct handling of messages within a IMAP4 folder. More than one IMAP4 folder can be handled by one single IMAP4 connection. WWW: https://metacpan.org/release/Mail-Box-IMAP4
* Update to 3.005sunpoet2018-10-193-262/+21
| | | | | | - Add LICENSE Changes: https://metacpan.org/changes/distribution/Mail-Box
* Add p5-Mail-Transport 3.003 (copied from p5-Mail-Box)sunpoet2018-10-195-0/+61
| | | | | | | | | | | | Mail::Transport extends Mail::Transport implement sending and/or receiving of messages, using various protocols. Mail::Transport::Send extends this class, and offers general functionality for send protocols, like SMTP. Mail::Transport::Receive also extends this class, and offers receive method. Some transport protocols will implement both sending and receiving. WWW: https://metacpan.org/release/Mail-Transport
* Add p5-Mail-Message 3.007 (copied from p5-Mail-Box)sunpoet2018-10-195-0/+226
| | | | | | | | | | | | | | | | | | A Mail::Message object is a container for MIME-encoded message information, as defined by RFC2822. Everything what is not specificaly related to storing the messages in mailboxes (folders) is implemented in this class. Methods which are related to folders is implemented in the Mail::Box::Message extension. The main methods are get(), to get information from a message header field, and decoded() to get the intended content of a message. But there are many more which can assist your program. Complex message handling, like construction of replies and forwards, are implemented in separate packages which are autoloaded into this class. This means you can simply use these methods as if they are part of this class. Those package add functionality to all kinds of message objects. WWW: https://metacpan.org/release/Mail-Message
* - Fix build with openssl 1.1.1 / unbreak on 12.0-ALPHA9 [1]ehaupt2018-10-162-2/+16
| | | | | | | | | | | - Merge a patch from upstream as some providers seem to require SNI when TLSv1.3 is used - Pacify portlint PR: 231776 Submitted by: Sascha Holzleiter <sascha@root-login.org> Notified by: pkg-fallout [1] MFH: 2018Q4 (blanket)
* Update to 0.54sunpoet2018-10-162-5/+6
| | | | Changes: https://metacpan.org/changes/distribution/Mail-DKIM
* Update to 3.3.5joneum2018-10-163-3/+5
| | | | | | | | Changelog: https://www.phplist.org/newslist/phplist-3-3-5-release-notes/ PR: 232238 Submitted by: maintainer Sponsored by: Netzkommune GmbH
* - Add LICENSEamdmi32018-10-152-3/+5
| | | | | | - Whitespace fix - Silence patching - Update WWW
* Jettison SSLv2 support. Not only does this allow mail/mailx tocy2018-10-153-1/+31
| | | | build using openssl111 in base but SSLv2 is insecure.
* mail/dovecot: don't pick up libsodium if installed.ler2018-10-141-1/+3
| | | | | PR: 232236 Submitted by: d8zNeCFG@aon.at
* mail/pecl-mailparse: Fix build with PHP 7.3dbaio2018-10-142-1/+81
| | | | Obtained from: upstream
* lang/rust: update to 1.29.2jbeich2018-10-131-0/+1
| | | | | | | | | | - Force rebuild all consumers in case some are affected by miscompilation Changes: https://blog.rust-lang.org/2018/10/12/Rust-1.29.2.html PR: 229826 (follow up) Approved by: rust (tobik) MFH: 2018Q4 Differential Revision: https://reviews.freebsd.org/D17477
* Fix mail/opendkim to work with standard sendmail in baseuqs2018-10-122-14/+21
| | | | | | PR: 208056 Submitted by: Krzysztof <ports@bsdserwis.com> Reported by: Marcin Cieślak
* Deprecate most glib12 consumersantoine2018-10-124-15/+8
| | | | With hat: portmgr
* Those ports are not compatible with php 7.3antoine2018-10-121-1/+1
| | | | Reported by: pkg-fallout
* mail/qmailadmin: Chase cracklib dictionary rename from r408137tobik2018-10-112-3/+3
| | | | | | PR: 213157 Submitted by: Florian Riehm <mail@friehm.de> Approved by: 2 year bug anniversary
* Take maintainershipsunpoet2018-10-111-1/+1
|
* - Update devel/courier-unicode to 2.1madpilot2018-10-108-32/+38
| | | | | | | | | | | | | | | | | | | - Convert to USES localbase - Update mail/cone to 1.0 [1] - Update mail/courier-imap to 5.0.0 - Add LICENSE - Update mail/maildrop to 3.0.0 - Remove IDN option since it's now mandatory - Update mail/sqwebmail to 6.0.0 [2] - Update security/courier-authlib to 0.69.0 - Add note to UPDATING - Silence some portlint warnings PR: 231471 [1] Submitted by: me Approved by: Maintainer timeout [1], oliver@ [2] Differential Revision: https://reviews.freebsd.org/D17234
* Update to 0.903sunpoet2018-10-103-3/+12
| | | | | | | - Add LICENSE - Add NO_ARCH Changes: https://metacpan.org/changes/distribution/Mail-Sender
* Update to 2.201sunpoet2018-10-102-7/+15
| | | | | | | | | | - Add LICENSE - Fix *_DEPENDS - Add removed Perl core module to *_DEPENDS - Add TEST_DEPENDS - Add NO_ARCH Changes: https://metacpan.org/changes/distribution/Email-Send
* - fix OpenSSL 1.1.x builddinoex2018-10-101-1/+1
| | | | | PR: 232131 Submitted by: Nathan
* - fix OpenSSL 1.1.x builddinoex2018-10-101-0/+11
| | | | | PR: 232131 Submitted by: Nathan
* - Update to 0.26wen2018-10-093-4/+8
| | | | | | | | Changes: https://metacpan.org/changes/distribution/Net-Server-Mail PR: 231353 Submitted by: wen@(myself) Approved by: maintainer(timeout, > 20 days)
* - Update to 1.3.0wen2018-10-094-6/+11
| | | | | | | - Update WWW PR: 231375 Submitted by: moiseev@mezonplus.ru(maintainer)
* Fix some PKGNAME collisionsantoine2018-10-083-3/+3
|
* Connect all the PHP 7.3 portstz2018-10-081-0/+1
|
* Add PHP 7.3 RC2 to the ports-tree.tz2018-10-082-0/+53
| | | | | | | | | Notable changes: - Switch from PCRE to PCRE2 - Many modules now require PCRE2 for building - graphics/php73-gd: X11 option is no longer default Changes to Mk/Uses/php.mk approved by ale
* Use https to fetch from cyrusimap.org.ume2018-10-082-3/+3
|
* Update to 2.5.12.ume2018-10-084-23/+13
|
* mail/msmtp: update to 1.8.0novel2018-10-063-7/+11
| | | | | | | | | | | | - Add MSMTPD option that install minimal SMTP server called msmtpd that listens on the local host and pipes mails to msmtp (or another program); enabled by default, - Upstream switched from libidn to libidn2, update dependency accordingly, - Enable GNUTLS by default instead of OPENSSL as per upstream recommendation [1]. 1: https://marlam.de/msmtp/news/openssl-discouraged/
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptdes2018-10-0674-148/+148
| | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
* - Update to 3.3.4wen2018-10-033-186/+765
| | | | | PR: 231900 Submitted by: ports@bsdserwis.com(maintainer)
* Reset maintainership for roundcube related portsfeld2018-10-032-2/+2
|
* Remove expired ports:rene2018-10-032-16/+0
| | | | | | | | 2018-10-01 devel/erlang-protobuffs: upstream deprecated 2018-10-01 comms/wsjt: replace with wsjtx upstream no longer maintained 2018-10-01 comms/wspr: replace with wsjtx upstream no longer maintained 2018-10-01 comms/kvasd: use wsjtx- kvasd is not needed by wsjtx and no longer maintained 2018-10-01 mail/mutt-lite: For a lite version of mutt build mail/mutt with less (or zero) options
* Add explicit USES=pythonantoine2018-10-021-1/+1
|
* mail/dovecot upgrade to 2.3.3, mail/dovecot-pigeonhole upgrade to 0.5.3.ler2018-10-026-10/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dovecot changelog: * doveconf hides more secrets now in the default output. * ssl_dh setting is no longer enforced at startup. If it's not set and non-ECC DH key exchange happens, error is logged and client is disconnected. + Added log_debug=<filter> setting. + Added log_core_filter=<log filter> setting. + quota-clone: Write to dict asynchronously + --enable-hardening attempts to use retpoline Spectre 2 mitigations + lmtp proxy: Support source_ip passdb extra field. + doveadm stats dump: Support more fields and output stddev by default. + push-notification: Add SSL support for OX backend. - NUL bytes in mail headers can cause truncated replies when fetched. - director: Conflicting host up/down state changes may in some rare situations ended up in a loop of two directors constantly overwriting each others' changes. - director: Fix hang/crash when multiple doveadm commands are being handled concurrently. - director: Fix assert-crash if doveadm disconnects too early - virtual plugin: Some searches used 100% CPU for many seconds - dsync assert-crashed with acl plugin in some situations. - mail_attachment_detection_options=add-flags-on-save assert-crashed with some specific Sieve scripts. - Mail snippet generation crashed with mails containing invalid Content-Type:multipart header. - Log prefix ordering was different for some log lines. - quota: With noenforcing option current quota usage wasn't updated. - auth: Kerberos authentication against Samba assert-crashed. - stats clients were unnecessarily chatty with the stats server. - imapc: Fixed various assert-crashes when reconnecting to server. - lmtp, submission: Fix potential crash if client disconnects while handling a command. - quota: Fixed compiling with glibc-2.26 / support libtirpc. - fts-solr: Empty search values resulted in 400 Bad Request errors - fts-solr: default_ns parameter couldn't be used - submission server crashed if relay server returned over 7 lines in a reply (e.g. to EHLO) pigeonhole changelog: - Fix assertion panic occurring when managesieve service fails to open INBOX while saving a Sieve script. This was caused by a lack of cleanup after failure. - Fix specific messages causing an assert panic with actions that compose a reply (e.g. vacation). With some rather weird input from the original message, the header folding algorithm (as used for composing the References header for the reply) got confused, causing the panic. - IMAP FILTER=SIEVE capability: Fix FILTER SIEVE SCRIPT command parsing. After finishing reading the Sieve script, the command parsing sometimes didn't continue with the search arguments. This is a time- critical bug that likely only occurs when the Sieve script is sent in the next TCP frame. Add a patch to close stderr in src/master/main.c, should fix PR 228003. PR: 228003 Submitted by: psagers@ignorare.net
* mail/thunderbird: update to 60.2.1 (rc1)cmt2018-10-024-127/+124
| | | | | | | | | Release Notes: https://www.thunderbird.net/en-US/thunderbird/60.2.1/releasenotes/ (once ready) PR: 231868 Approved by: maintainer (jbeich, gecko) MFH: 2018Q4 Security: c96d416a-eae7-4d5d-bc84-40deca9329fb
* gecko: switch to clang70jbeich2018-10-021-1/+1
| | | | | | | Standardizing on one Clang version makes stability more predictable across supported FreeBSD versions. As a side effect performance may suffer some improvement. This also makes it easier to enable LTO as old LLD versions are more buggy.
* - Add LICENSEamdmi32018-10-012-9/+12
| | | | | - Switch to options helpers - Update WWW
* The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.kwm2018-09-3016-279/+355
| | | | | | | | | The offical GNOME 3.28 release notes can be found at https://help.gnome.org/misc/release-notes/3.28/ Thanks to Antoine Brodin for running the exp-runs. PR: 229761
* mail/mpop: sort _DEFAULT after r480920jbeich2018-09-301-1/+1
|
* mail/mpop: update to 1.4.0jbeich2018-09-302-5/+5
| | | | | Changes: https://marlam.de/mpop/news/mpop-1-4-0/ Reported by: Repology
* mail/mpop: update to 1.2.8jbeich2018-09-302-5/+4
| | | | | | Changes: https://marlam.de/mpop/news/mpop-1-2-7/ Changes: https://marlam.de/mpop/news/mpop-1-2-8/ Reported by: Repology
* mail/mpop: switch to GNUTLS by defaultjbeich2018-09-301-1/+2
| | | | https://marlam.de/msmtp/news/openssl-discouraged/
* mail/mpop: chase new homejbeich2018-09-302-2/+2
| | | | | | | SF page currently contains: "mpop moved to <https://marlam.de/mpop>. This old site will not be updated anymore." Reported by: Repology
* Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4lriggs2018-09-291-1/+1
|
* lang/rust: update to 1.29.1jbeich2018-09-291-0/+1
| | | | | | | | | - Force rebuild all consumers as standard library is statically linked Changes: https://blog.rust-lang.org/2018/09/25/Rust-1.29.1.html PR: 229826 (follow up) Approved by: dumbbell Differential Revision: https://reviews.freebsd.org/D17337
* Fix build on gcc-based archs.linimon2018-09-281-1/+2
| | | | | | | | | | While here, pet portlint. Tested on powerpc64, amd64. PR: 231702 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* - Update to 1.8.0vsevolod2018-09-284-24/+18
| | | | | PR: 231703 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
* mail/spamassassin: Update to 3.4.2zeising2018-09-2710-455/+36
| | | | | | | | | | | | | | Update mail/spamassassin to 3.4.2. This update includes security fixes. For complete changelog and upgrade notes, see: https://mail-archives.apache.org/mod_mbox/spamassassin-announce/201809.mbox/%3cc44ca0f1-cba9-b129-20b2-ba59816cfd13@apache.org%3e Big thanks to Larry Rosenman (ler) for help with testing! PR: 231412 Reported by: dewayne@heuristicsystems.com.au Tested by: ler MFH: 2018Q3 Security: 613193a0-c1b4-11e8-ae2d-54e1ad3d6335
* Update Objective-C LLVM version to 6.0.brooks2018-09-264-4/+4
| | | | | | | | | Fixes aarch64 build. Reduces depends on obsolete LLVM 4.0. PR: 230116 Submitted by: mikael.urankar@gmail.com Approved by: theraven (prior version) Sponsored by: DARPA, AFRL
* Fix error messages on tier-2 archs.linimon2018-09-261-3/+3
| | | | Approved by: portmgr (tier-2 blanket)
* - Update WWWamdmi32018-09-251-1/+1
| | | | Approved by: portmgr blanket
* Update to upstream version 4.8.6riggs2018-09-223-15/+17
| | | | | | | | | | | Details: - Detailed list of changes since previous ports tree version 4.8.0 documented by John Hein (submitter) in bug report at https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231126 PR: 231126 Submitted by: z7dr6ut7gs@snkmail.com Approved by: Maintainer timeout
* - Update WWWamdmi32018-09-221-1/+1
| | | | Approved by: portmgr blanket
* Add missing patchvsevolod2018-09-212-0/+45
| | | | Submitted by: Alexander Moisseev via IM
* Fix build on gcc-bases archs.linimon2018-09-211-1/+1
| | | | | | PR: 231493 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* - Add more rcorder conditions [2]vsevolod2018-09-213-10/+11
| | | | | | | | - Move USES earlier [2] - Sort pkg-plist [2] PR: 228990 Submitted by: Johan Bergstrom <bugs@bergstroem.nu> [1], Alexander Moisseev [2]
* Update to 1.8.0.a1.20180920vsevolod2018-09-215-187/+202
| | | | | PR: 231502 Submitted by: Alexander Moisseev <moiseev@mezonplus.ru>
* Bump PORTREVISION for changed CFLAGSemaste2018-09-191-1/+1
| | | | | | | | | | | I adjusted CFLAGS in several ports to allow linking with lld on i386 but missed the corresponding PORTREVISION bump. Related commits: r480023 r480045 r480047 r480048 r480049 r480061 r480062 r480068 Reported by: antoine Approved by: antoine
* dns/unbound: update to 1.8.0swills2018-09-191-1/+1
| | | | | | | Bump PORTREVISION on consumers due to library major version change PR: 231283 Submitted by: jaap@NLnetLabs.nl (maintainer)
* mail/eps: add -fPIC on i386, to allow linking with lldemaste2018-09-191-0/+1
| | | | | | | | By default lld does not allow non-PIC code where PIC is required. Other architectures already apply -fPIC; do so for i386 as well. Approved by: portmgr (lld blanket) Sponsored by: The FreeBSD Foundation
* Conditionalize EXIM_WARN_FLAGS on clang to fix build on gcc-basedlinimon2018-09-181-5/+10
| | | | | | | | archs such as powerpc64. Tested for no change on amd64. Approved by: portmgr (tier-2 blanket)
* More precisely specify USES=compiler to fix build on gcc-basedlinimon2018-09-182-3/+4
| | | | | | | | platforms such as powerpc64. Tested on powerpc64, amd64. Approved by: portmgr (tier-2 blanket)
* mail/postfixadmin: Add missing dependency, Fix packaging failure with DOCS ↵ler2018-09-183-16/+20
| | | | | | | | | | | | | | option Fix the following bugs: - missing PHP extension dependency introduced with the previous commit - missing README.md file when port is built with DOCS unset While here: move the last of the documentation files into DOCSDIR PR: 231424 Submitted by: ports.maintainer@evilphi.com
* - Update to 1.9.1wen2018-09-173-11/+17
| | | | | PR: 231414 Submitted by: ndowens@yahoo.com
* Remove expired ports:rene2018-09-1619-409/+0
| | | | | | | | | | | 2018-09-15 www/bookmarkbridge: Unmaintained. Unlikely to work correctly with modern browsers 2018-09-15 mail/annoyance-filter: Unmaintained upstream 2018-09-15 mail/pop3vscan: Unmaintained upstream 2018-09-15 audio/firefly: Unmaintained. Use audio/forked-daapd instead 2018-09-15 www/hs-hS3: Not being developed upstream 2018-09-15 converters/hs-dataenc: Not being developed upstream 2018-09-15 devel/tinyq: Unmaintained upstream and unused in the ports tree 2018-09-15 devel/hs-hashed-storage: Not being developed upstream
* lang/rust: Update to 1.29.0dumbbell2018-09-16