aboutsummaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Collapse)AuthorAgeFilesLines
* - Update to version 0.7.0 [1]pawel2016-07-291-0/+1
| | | | | | | - Bump all affected ports, ABI change PR: 211417 [1] Submitted by: maintainer
* - Add pkgconfig dependencyvsevolod2016-07-261-2/+1
| | | | | | - Fix openssl usage Submitted by: az
* Reset miwi@'s ports, he stepped down from the Ports Team.rene2016-07-2610-10/+10
| | | | With hat: portmgr-secretary
* - Add missing dependency on glibvsevolod2016-07-251-0/+1
|
* - Update to 1.9.0vsevolod2016-07-253-5/+4
|
* - Update to 1.3.0vsevolod2016-07-253-3/+15
|
* - Update to 1.3.0.b4.25072016vsevolod2016-07-253-5/+9
|
* Update to 20160723bapt2016-07-242-7/+5
| | | | | Please read the release note: https://github.com/neomutt/neomutt/releases/tag/neomutt-20160723
* - Update to 2.5.9ume2016-07-222-11/+6
| | | | - Use USES=ssl
* Add missing plist change after r418843adamw2016-07-211-3/+3
|
* Remove the SSL option and make it mandatory.adamw2016-07-211-7/+5
| | | | | | | | | | | | | I received a report that the build is broken on 9.x with SSL disabled. I think the right solution here is just to remove the SSL option entirely. I really can't think of a use-case where IMAP/POP/LMTP without TLS capability is a good idea. Plus, NetBSD and OpenBSD both have SSL mandatory. PORTREVISION bump is necessary here, because it was possible to have no SSL on 10.x with a successful build. Discussed with: Larry Rosenman, maintainer of dovecot2-pigeonhole
* - update libgd to 2.2.2dinoex2016-07-202-1/+2
| | | | | | | | | | | - new MASTER_SITES - add security patch PR: 210913 Submitted by: Piotr Kubaj MFH: 2016Q3 Security: CVE-2015-8874 Security: CVE-2016-3074 Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
* When there is a do-install target, do not use a post-install target, domat2016-07-1910-11/+8
| | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight
* Don't echo in post-install, use pkg-message. Also, don't "fix"mat2016-07-196-57/+45
| | | | | | pkg-message in post-install, use SUB_FILES/SUB_LIST. Sponsored by: Absolight
* Update to version 6.2.16pawel2016-07-173-7/+4
| | | | | PR: 211155 Submitted by: maintainer
* Update to upstream release 4.50.0riggs2016-07-172-3/+4
| | | | | PR: 211116 Submitted by: jrm@ftfl.ca (maintainer)
* If base was built WITHOUT_KERBEROS and dovecot2 was built with kerberosadamw2016-07-151-1/+17
| | | | | | | | | | | | from ports, pigeonhole's build will fail because it can't find libkrb5.so. To fix this, introduce the usual GSSAPI option block. Also, add a BUILD_FAIL_MESSAGE asking you to make sure that the GSSAPI option here matches the GSSAPI option from dovecot2. PR: 211025 Submitted by: dewayne heuristicsystems com au Patch by: maintainer (Larry Rosenman)
* mail/postsrsd: Remove USE_LDCONFIGkoobs2016-07-141-2/+1
| | | | | | | | | | | | | | | postsrsd does not install shared libraries but the port uses USE_LDCONFIG causing the following warning: ldconfig: warning: /usr/local/lib/postsrsd: No such file or directory Remove USE_LDCONFIG to compensate PR: 211097 Reported by: Miroslav Lachman <000.fbsd quip cz> Approved by: Krzysztof <ports bsdserwis com> (maintainer) Approved by: portmgr (blanket) MFH: 2016Q3
* Simplify gssapi settingsadamw2016-07-141-3/+1
|
* Fix typo in LDFLAGSadamw2016-07-141-1/+1
|
* gecko: axe poorly maintained QT5 supportjbeich2016-07-141-2/+0
| | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1282866
* New port: mail/jwsmtppi2016-07-125-0/+75
| | | | | | | | | | | | | | | | jwSMTP is a GPL-licensed C++ library to facilitate sending email programmatically. All you need to worry about is who the mail is from, who to send it to and the message itself, no network coding necessary. It is able to send mail in html or plain format. jwSMTP can send attachments, send to multiple recipients including Cc/Bcc recipients. LOGIN and PLAIN SMTP authentication. Do an MX lookup or send direct via an smtp server. Supported platforms are BSD, Linux and Windows. WWW: https://talk.mumbleface.net/jwsmtp/ PR: 210765 Submitted by: Mohammad S. Babaei <info@babaei.net>
* - fix build on FreeBSD 12ohauer2016-07-109-16/+37
| | | | - s/USE_OPENSSL=yes/USES=ssl/
* Fix packaging with SSL disabled. No PORTREVISION bump.adamw2016-07-092-3/+4
| | | | | | | While here, left-indent a comment so that 9.x doesn't log it to the console, and only set USES=ssl if SSL is enabled. Submitted by: Christian Bernard
* update thunderbird to 45.2.0cmt2016-07-096-127/+126
| | | | | | | PR: 210749 Approved by: jbeich (maintainer), rene (mentor) MFH: 2016Q3 Security: 8065d37b-8e7c-4707-a608-1b0a2b8509c3
* gecko: unbreak WebRTC build on DragonFlyjbeich2016-07-091-0/+22
|
* Update to 0.4.15.adamw2016-07-082-4/+4
| | | | | | | | | | | | | | | | | | | | * vacation extension: The sieve_user_email setting is now used in the check for implicit delivery. - imapsieve plugin: For any mail transaction, the mailbox was opened a second time, even if no mailbox rule matched. This was unintentional, useless and caused problems when the imapsieve plugin was used with other plugins like acl. - extprograms plugin: Significantly improved error handling. No stream errors were logged. - extprograms plugin: Fixed bug in handling of result code from remote program (script service). - extprograms plugin: Connection to remote program service was not retried. - Several small fixes based on static analysis. - Fixed handling of quoted string localparts in email addresses. PR: 210905 Submitted by: maintainer (Larry Rosenman)
* Add USES=compiler:c11 to fix build on 9.x.adamw2016-07-081-2/+1
| | | | | | While altering USES, switch from USE_OPENSSL to USES=ssl. Approved by: maintainer (Larry Rosenman)
* Bump PORTREVISION for the icu revert.mat2016-07-074-4/+4
| | | | | | | | | This time not bumping lang/php70, but devel/php70-intl which is the one really depending on icu. PR: 205120 With hat: portmgr Sponsored by: Absolight
* devel/icu: bump PORTREVISION on missing dependent portsgahr2016-07-061-0/+1
| | | | Reported by: rakuco
* devel/icu: bump PORTREVISION on dependent portsgahr2016-07-063-0/+3
|
* Fix build on 9.x.adamw2016-07-061-1/+8
| | | | | | | | | | | Adds compiler:c11 for this error: sha1.h:80: error: static or type qualifiers in abstract declarator dovecot no longer builds againt the old OpenSSL in 9.x base, so require ssl from ports there. Despite the dependency change (only for 9.x), I'm not bumping PORTREVISION because build couldn't complete on 9.x regardless.
* Update dovecot2 to 2.2.25 again, this time with a patch from upstream toadamw2016-07-066-7/+91
| | | | | | | | | fix the kqueue crash. Bump PORTREVISION on pigeonhole and antispam-plugin again. Extra thanks to Larry Rosenman for being on top of the fix. Obtained from: https://github.com/dovecot/core/commit/ffd8dc932516bc55bf01d91355540daab365e5e9
* Update to 1.10.2-141.adamw2016-07-055-12/+547
| | | | | PR: 210580 Approved by: maintainer
* Use LOCALBASE instead of PREFIX for spamassasin detection.kwm2016-07-051-2/+2
| | | | | Reported by: mat@ Pointyhat to: kwm@
* * Teach evolution where to find spamassassin and bogofilter. So junkkwm2016-07-051-2/+10
| | | | | | | | filtering work. * Add LICENSE blob. PR: 202376 (based on) Submitted by: cpm@
* - Switch to options helpersamdmi32016-07-051-4/+9
|
* Remove expired ports without open PRs:rene2016-07-0575-4516/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2016-07-04 security/openpgpsdk: Broken for more than 6 months 2016-07-04 security/radiusniff: Broken for more than 6 months 2016-07-04 security/pear-Auth_OpenID: Broken for more than 6 months 2016-07-04 security/sshit: Broken for more than 6 months 2016-07-04 security/ifd-slb_rf60: Broken for more than 6 months 2016-07-04 security/rainbowcrack: Broken for more than 6 months 2016-07-04 security/vlog: Broken for more than 6 months 2016-07-04 security/cryptstring: Broken for more than 6 months 2016-07-04 x11/libdnd: Broken for more than 6 months 2016-07-04 x11/xlupe: Broken for more than 6 months 2016-07-04 x11/xco: Broken for more than 6 months 2016-07-04 x11/xclick: Broken for more than 6 months 2016-07-04 devel/ocfpcsc: Broken for more than 6 months 2016-07-04 devel/dits: Broken for more than 6 months 2016-07-04 devel/ruby-cache: Broken for more than 6 months 2016-07-04 devel/rapidsvn: Broken for more than 6 months 2016-07-04 devel/svnkit: Broken for more than 6 months 2016-07-04 devel/py-EnthoughtBase: Broken for more than 6 months 2016-07-04 devel/cl-uffi: Broken for more than 6 months 2016-07-04 devel/ruby-event-loop: Broken for more than 6 months 2016-07-04 devel/libqxt: Broken for more than 6 months 2016-07-04 devel/dasm: Broken for more than 6 months 2016-07-04 devel/libopendaap: Broken for more than 6 months 2016-07-04 devel/cl-uffi-sbcl: Depends on expiring devel/cl-uffi 2016-07-04 devel/cvs2p4: Broken for more than 6 months 2016-07-04 devel/bufferpool: Broken for more than 6 months 2016-07-04 devel/ifd-test: Broken for more than 6 months 2016-07-04 devel/eric4: Broken for more than 6 months 2016-07-04 devel/uclmmbase: Broken for more than 6 months 2016-07-04 devel/obfuscatejs: Broken for more than 6 months 2016-07-04 devel/oniguruma: Broken for more than 6 months 2016-07-04 devel/libbnr: Broken for more than 6 months 2016-07-04 devel/c4: Broken for more than 6 months 2016-07-04 devel/memcheck: Broken for more than 6 months 2016-07-04 devel/liblcfg: Broken for more than 6 months 2016-07-04 devel/omake: Broken for more than 6 months 2016-07-04 devel/svndelta: Broken for more than 6 months 2016-07-04 devel/papp: Broken for more than 6 months 2016-07-04 devel/mk: Broken for more than 6 months 2016-07-04 devel/avltree: Broken for more than 6 months 2016-07-04 devel/cbind: Broken for more than 6 months 2016-07-04 devel/tclgetopts: Broken for more than 6 months 2016-07-04 devel/antlrworks: Broken for more than 6 months 2016-07-04 devel/acme: Broken for more than 6 months 2016-07-04 devel/libopensync022: Broken for more than 6 months 2016-07-04 archivers/epkg: Broken for more than 6 months 2016-07-04 print/enscriptfonts: Broken for more than 6 months 2016-07-04 print/mup: Broken for more than 6 months 2016-07-04 lang/lua-mode.el: Broken for more than 6 months 2016-07-04 lang/s9fes: Broken for more than 6 months 2016-07-04 lang/alisp: Broken for more than 6 months 2016-07-04 lang/intel2gas: Broken for more than 6 months 2016-07-04 lang/stalin: Broken for more than 6 months 2016-07-04 french/eric4: Depends on expiring devel/eric4 2016-07-04 textproc/exslt: Broken for more than 6 months 2016-07-04 textproc/xt: Broken for more than 6 months 2016-07-04 textproc/ssddiff: Broken for more than 6 months 2016-07-04 textproc/xslint: Broken for more than 6 months 2016-07-04 textproc/cbedic: Broken for more than 6 months 2016-07-04 textproc/tralics: Broken for more than 6 months 2016-07-04 textproc/docbookide.el: Broken for more than 6 months 2016-07-04 textproc/glpi-plugins-AdditionalReports: Broken for more than 6 months 2016-07-04 textproc/tdhkit: Broken for more than 6 months 2016-07-04 textproc/p5-Groonga-API: Broken for more than 6 months 2016-07-04 textproc/glpi-plugins-DataInjection: Broken for more than 6 months 2016-07-04 dns/ldnsm: Broken for more than 6 months 2016-07-04 japanese/guesswork-classic: Broken for more than 6 months 2016-07-04 japanese/texinfo: Broken for more than 6 months 2016-07-04 japanese/jyuroku: Broken for more than 6 months 2016-07-04 japanese/mtools: Broken for more than 6 months 2016-07-04 palm/pdbar: Broken for more than 6 months 2016-07-04 graphics/gplot: Broken for more than 6 months 2016-07-04 graphics/white_dune: Broken for more than 6 months 2016-07-04 graphics/whirlgif: Broken for more than 6 months 2016-07-04 graphics/libaux: Broken for more than 6 months 2016-07-04 graphics/import-pictures: Broken for more than 6 months 2016-07-04 math/xgobi: Broken for more than 6 months 2016-07-04 math/fricas: Broken for more than 6 months 2016-07-04 math/dcdflib: Broken for more than 6 months 2016-07-04 math/libneural: Broken for more than 6 months 2016-07-04 math/open-axiom: Broken for more than 6 months 2016-07-04 irc/nefarious: Broken for more than 6 months 2016-07-04 irc/slirc: Broken for more than 6 months 2016-07-04 irc/ratbox-respond: Broken for more than 6 months 2016-07-04 irc/qwebirc: Broken for more than 6 months 2016-07-04 biology/platon: Broken for more than 6 months 2016-07-04 news/slnr: Broken for more than 6 months 2016-07-04 science/jmol: Broken for more than 6 months 2016-07-04 net/nstxd: Broken for more than 6 months 2016-07-04 net/sprinkle: Broken for more than 6 months 2016-07-04 editors/ssam: Broken for more than 6 months 2016-07-04 editors/fb: Broken for more than 6 months 2016-07-04 misc/quotes: Broken for more than 6 months 2016-07-04 misc/boxquote.el: Broken for more than 6 months 2016-07-04 misc/pypanda: Broken for more than 6 months 2016-07-04 misc/cuecat: Broken for more than 6 months 2016-07-04 deskutils/displaycalibrator: Broken for more than 6 months 2016-07-04 german/eric4: Depends on expiring devel/eric4 2016-07-04 multimedia/vic: Depends on expiring devel/uclmmbase 2016-07-04 multimedia/ggrab: Broken for more than 6 months 2016-07-04 emulators/dynamips: Broken for more than 6 months 2016-07-04 emulators/dynamips-devel: Broken for more than 6 months 2016-07-04 emulators/sim6811: Broken for more than 6 months 2016-07-04 emulators/minivmac: Broken for more than 6 months 2016-07-04 cad/qcad-partslib: Broken for more than 6 months 2016-07-04 comms/dump1090_mr: Broken for more than 6 months 2016-07-04 x11-fm/asfiles: Depends on expiring x11/libdnd 2016-07-04 x11-fonts/fonts-te: Broken for more than 6 months 2016-07-04 sysutils/rsyncmanager: Broken for more than 6 months 2016-07-04 sysutils/jfbterm: Broken for more than 6 months 2016-07-04 sysutils/daedalus: Broken for more than 6 months 2016-07-04 sysutils/pcfclock: Broken for more than 6 months 2016-07-04 sysutils/vlogger: Broken for more than 6 months 2016-07-04 sysutils/bontmia: Broken for more than 6 months 2016-07-04 mail/pop3gwd: Broken for more than 6 months 2016-07-04 mail/mailtray: Broken for more than 6 months 2016-07-04 mail/pflogstats: Broken for more than 6 months 2016-07-04 mail/exact: Broken for more than 6 months 2016-07-04 mail/wmpop3: Broken for more than 6 months 2016-07-04 mail/qmail-conf: Broken for more than 6 months 2016-07-04 mail/gld: Broken for more than 6 months 2016-07-04 mail/dsbl-testers: Broken for more than 6 months 2016-07-04 mail/vqregister: Broken for more than 6 months 2016-07-04 mail/atmail: Broken for more than 6 months 2016-07-04 mail/ml: Broken for more than 6 months 2016-07-04 net-im/icb: Broken for more than 6 months 2016-07-04 net-im/cicquin: Broken for more than 6 months 2016-07-04 net-im/pidgin-manualsize: Broken for more than 6 months 2016-07-04 net-im/pidgin-rhythmbox: Broken for more than 6 months 2016-07-04 russian/eric4: Depends on expiring devel/eric4 2016-07-04 russian/fortune-bashorgru: Broken for more than 6 months 2016-07-04 www/xpi-clearfields: Broken for more than 6 months 2016-07-04 www/pecl-varnish: Broken for more than 6 months 2016-07-04 www/py-requests-oauth-hook: Broken for more than 6 months 2016-07-04 www/hudson: Broken for more than 6 months 2016-07-04 www/xpi-mldonkey: Broken for more than 6 months 2016-07-04 www/xpi-cookiesafe: Broken for more than 6 months 2016-07-04 www/trac-mastertickets: Broken for more than 6 months 2016-07-04 www/dotclear: Broken for more than 6 months 2016-07-04 www/ruby-wgettsv: Broken for more than 6 months 2016-07-04 www/wwwstat: Broken for more than 6 months 2016-07-04 www/xpi-prism: Broken for more than 6 months 2016-07-04 www/xpi-fasterfox: Broken for more than 6 months 2016-07-04 www/siteframe: Broken for more than 6 months 2016-07-04 www/py-urljr: Broken for more than 6 months 2016-07-04 www/reviewboard: Broken for more than 6 months 2016-07-04 www/xpi-tabletools: Broken for more than 6 months 2016-07-04 www/wikindx: Broken for more than 6 months 2016-07-04 www/typolight: Broken for more than 6 months 2016-07-04 www/varnish-libvmod-header: Broken for more than 6 months 2016-07-04 www/xpi-gbrain: Broken for more than 6 months 2016-07-04 www/trac-robotstxt: Broken for more than 6 months 2016-07-04 www/simplog: Broken for more than 6 months 2016-07-04 www/chtml: Broken for more than 6 months 2016-07-04 databases/postgresql_autodoc: Broken for more than 6 months 2016-07-04 databases/oracle_odbc_driver: Broken for more than 6 months 2016-07-04 databases/mysql-xql: Broken for more than 6 months 2016-07-04 databases/mysql-udf-sys: Broken for more than 6 months 2016-07-04 games/lucidlife: Broken for more than 6 months 2016-07-04 games/gma: Broken for more than 6 months 2016-07-04 games/smiley: Broken for more than 6 months 2016-07-04 games/noegnud-littlehack: Broken for more than 6 months 2016-07-04 games/sdlquake2: Broken for more than 6 months 2016-07-04 games/daimonin: Depends on expiring games/daimonin-music 2016-07-04 games/noegnud-nethack: Broken for more than 6 months 2016-07-04 games/xbomber: Broken for more than 6 months 2016-07-04 games/xwelltris: Broken for more than 6 months 2016-07-04 games/ftjava: Broken for more than 6 months 2016-07-04 games/daimonin-music: Broken for more than 6 months 2016-07-04 games/gno3dtet: Broken for more than 6 months 2016-07-04 games/qtv: Broken for more than 6 months 2016-07-04 games/xwordpy: Broken for more than 6 months 2016-07-04 games/netris: Broken for more than 6 months 2016-07-04 games/rt2-demo: Broken for more than 6 months 2016-07-04 games/noegnud-addons: Broken for more than 6 months 2016-07-04 games/noegnud-nethack-deet: Broken for more than 6 months 2016-07-04 games/live-f1: Broken for more than 6 months 2016-07-04 games/xonix: Broken for more than 6 months 2016-07-04 games/fgkicker: Broken for more than 6 months 2016-07-04 games/tank: Depends on expiring graphics/libaux 2016-07-04 games/linux-nwserver: Broken for more than 6 months 2016-07-04 games/quake2-zaero: Broken for more than 6 months 2016-07-04 games/pyching: Broken for more than 6 months 2016-07-04 games/thevalley: Broken for more than 6 months 2016-07-04 games/xroads: Broken for more than 6 months 2016-07-04 games/fxsudoku: Broken for more than 6 months 2016-07-04 games/sudoku: Broken for more than 6 months 2016-07-04 games/kmancala: Broken for more than 6 months 2016-07-04 games/plonx: Broken for more than 6 months 2016-07-04 games/wmminichess: Broken for more than 6 months 2016-07-04 games/noegnud-slashem: Broken for more than 6 months 2016-07-04 games/latrine: Broken for more than 6 months 2016-07-04 games/pysycache-themes: Broken for more than 6 months 2016-07-04 games/nibbles: Broken for more than 6 months 2016-07-04 games/hlstatsx: Broken for more than 6 months 2016-07-04 audio/streamtuner: Broken for more than 6 months 2016-07-04 audio/mangler: Broken for more than 6 months 2016-07-04 audio/hawkvoice: Broken for more than 6 months 2016-07-04 audio/alac: Broken for more than 6 months 2016-07-04 x11-wm/e-module-mpdule: Broken for more than 6 months 2016-07-04 x11-wm/e-module-tclock: Broken for more than 6 months 2016-07-04 x11-wm/musca: Broken for more than 6 months 2016-07-04 x11-wm/e-module-places: Broken for more than 6 months 2016-07-04 x11-wm/e-module-forecasts: Broken for more than 6 months 2016-07-04 x11-wm/e-module-net: Broken for more than 6 months 2016-07-04 x11-wm/e-module-penguins: Broken for more than 6 months 2016-07-04 ftp/fget: Broken for more than 6 months 2016-07-04 net-mgmt/netmond: Broken for more than 6 months 2016-07-04 net-mgmt/ipfm: Broken for more than 6 months
* Assume maintainership.cy2016-07-051-1/+1
| | | | PR: 210762
* mail/ezmlm-idx: 7.1.1 -> 7.2.2pi2016-07-046-26/+30
| | | | | | | | | - added mysql build fix PR: 209879 Changes: http://untroubled.org/ezmlm/archive/7.2.2/CHANGES Submitted by: Robert Schulze <rs@bytecamp.net> Reviewed by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com>, pawel
* mail/up-imapproxy: Fix build without EGD methodsbrnrd2016-07-032-2/+13
| | | | | | | - Use OPENSSL_NO_EGD define to fix build - Replace USE_OPENSSL with new USES= ssl PR: 200237
* Horde package update:mm2016-07-038-12/+16
| | | | | | | | | | | | | | | | | | | | | | | www/pear-Horde_Css_Parser 1.0.10 -> 1.0.11 devel/pear-Horde_Date 2.3.0 -> 2.3.1 databases/pear-Horde_Db 2.3.1 -> 2.3.2 databases/pear-Horde_HashTable 1.2.4 -> 1.2.5 devel/pear-Horde_Lock 2.1.2 -> 2.1.3 sysutils/pear-Horde_Vfs 2.3.2 -> 2.3.3 ftp/horde-gollem 3.0.8 -> 3.0.9 www/horde-base 5.2.10 -> 5.2.11 mail/horde-imp 6.2.14 -> 6.2.15 mail/horde-ingo 3.2.10 -> 3.2.11 deskutils/horde-kronolith 4.2.16 -> 4.2.17 deskutils/horde-mnemo 4.2.10 -> 4.2.11 deskutils/horde-nag 4.2.9 -> 4.2.10 www/horde-passwd 5.0.4 -> 5.0.5 www/horde-trean 1.1.5 -> 1.1.6 mail/horde-turba 4.2.14 -> 4.2.15 mail/horde-webmail 5.2.14 -> 5.2.15 deskutils/horde-groupware 5.2.14 -> 5.2.15 www/horde-wicked 2.0.5 -> 2.0.6 devel/horde-whups 3.0.7 -> 3.0.8
* mail/heirloom-mailx: Fix build without EGDbrnrd2016-07-022-10/+28
| | | | | | | | - Add patch for building without EGD (OpenSSL 1.1/LibreSSL) - Move from USE_OPENSSL to USES=ssl PR: 205540 Approved by: Maintainer timeout
* Horde package update:mm2016-07-024-6/+8
| | | | | | | | | | | comms/pear-Horde_ActiveSync 2.33.3 -> 2.35.0 devel/pear-Horde_Core 2.23.0 -> 2.24.0 www/pear-Horde_Form 2.0.13 -> 2.0.14 www/pear-Horde_Http 2.1.6 -> 2.1.7 mail/pear-Horde_Imap_Client 2.29.7 -> 2.29.8 mail/pear-Horde_Mime 2.9.5 -> 2.10.0 security/pear-Horde_Share 2.0.10 -> 2.1.0 devel/pear-Horde_Util 2.5.7 -> 2.5.8
* Back out the 2.2.25 update before anybody builds it. I'm getting errorsadamw2016-07-023-25/+5
| | | | | | on production with it: Jul 1 10:10:34 IMAP-jail dovecot: master: Panic: kevent(EV_ADD, READ, 45) failed: Bad file descriptor
* Update dovecot2 to 2.2.25, and bump PORTREVISION on pigeonhole andadamw2016-07-015-6/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | antispam-plugin. * lmtp: Start tracking lmtp_user_concurrency_limit and reject already at RCPT TO stage. This avoids MTA unnecessarily completing DATA only to get an error. * doveadm: Previously only mail settings were read from protocol doveadm { .. } section. Now all settings are. + quota: Added quota_over_flag_lazy_check setting. It avoids checking quota_over_flag always at startup. Instead it's checked only when quota is being read for some other purpose. + auth: Added a new auth policy service: http://wiki2.dovecot.org/Authentication/Policy + auth: Added PBKDF2 password scheme + auth: Added %{auth_user}, %{auth_username} and %{auth_domain} + auth: Added ":remove" suffix to extra field names to remove them. + auth: Added "delay_until=<timestamp>[+<max random secs>]" passdb extra field. The auth will wait until <timestamp> and optionally some randomness and then return success. + dict proxy: Added idle_msecs=<n> parameter. Support async operations. + Performance improvements for handling large mailboxes. + Added lib-dcrypt API for providing cryptographic functions. + Added "doveadm mailbox update" command + imap commands' output now includes timing spent on the "syncing" stage if it's larger than 0. + cassandra: Added metrics=<path> to connect setting to output internal statistics in JSON format every second to <path>. + doveadm mailbox delete: Added -e parameter to delete only empty mailboxes. Added --unsafe option to quickly delete a mailbox, bypassing lazy_expunge and quota plugins. + doveadm user & auth cache flush are now available via doveadm-server. + doveadm service stop <services> will stop specified services while leaving the rest of Dovecot running. + quota optimization: Avoid reading mail sizes for backends which don't need them (count, fs, dirsize) + Added mailbox { autoexpunge_max_mails=<n> } setting. + Added welcome plugin: http://wiki2.dovecot.org/Plugins/Welcome + fts: Added fts_autoindex_exclude setting. - v2.2.24's MIME parser was assert-crashing on mails having truncated MIME headers. - auth: With multiple userdbs the final success/failure result wasn't always correct. The last userdb's result was always used. - doveadm backup was sometimes deleting entire mailboxes unnecessarily. - doveadm: Command -parameters weren't being sent to doveadm-server. - If dovecot.index read failed e.g. because mmap() reached VSZ limit, an empty index could have been opened instead, corrupting the mailbox state. - imapc: Fixed EXPUNGE handling when imapc_features didn't have modseq. - lazy-expunge: Fixed a crash when copying failed. Various other fixes. - fts-lucene: Fixed crash on index rescan. - auth_stats=yes produced broken output - dict-ldap: Various fixes - dict-sql: NULL values crashed. Now they're treated as "not found".
* Add an LDAP option.adamw2016-07-011-1/+6
| | | | | | PR: 210733 Submitted by: jhujhiti at adjectivism dot org Approved by: maintainer (Larry Rosenman)
* - Update to 1.3.0.b3.30062016vsevolod2016-06-303-5/+6
|
* Convert USE_PHP*=yes into USES=php*mat2016-06-285-18/+6
| | | | | | | | PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936
* USEify USES=php.mat2016-06-281-1/+1
| | | | | | | | | | | | | | | | | | | | The following variables have been folded into arguments: - USE_PHPIZE -> USES=php:phpize - USE_PHPEXT -> USES=php:ext - USE_ZENDEXT -> USES=php:zend - USE_PHP_BUILD -> USES=php:build - WANT_PHP_CLI -> USES=php:cli - WANT_PHP_CGI -> USES=php:cgi - WANT_PHP_MOD -> USES=php:mod - WANT_PHP_WEB -> USES=php:web - WANT_PHP_EMB -> USES=php:embed PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936
* - Update to 201606220754ashish2016-06-273-7/+10
| | | | Submitted by: fluffy (private mail)
* - update to 2.3.20160625ohauer2016-06-272-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 20160618 Bugfix(introduced: 20091121): with the introduction of sender_dependent_default_transport_maps, the SMTP daemon was not updated. This resulted in false rejects with sender-dependent "error" transports. Based on a fix by Russell Yanofsky. Files: global/resolve_clnt.c, global/resolve_clnt.h, smtpd/smtpd_check.c, smtpd/smtpd_check.h, smtpd/smtpd_milter.c, smtpd/smtpd_resolve.c, smtpd/smtpd_resolve.h. 20160619 Refinements to the 20160618 fix. For more consistent results with sender address validation, use the recipient address (if available) as the sender-dependent address resolver context. For better caching, pass sender context with all attempts to resolve an email address. File: smtpd/smtpd.c, smtpd/smtpd_check.c, smtpd/smtpd_milter.c. 20160625 Cleanup: the Postfix SMTP server now passes network address and port information to the Cyrus SASL library. Build with ``make makefiles "CCARGS=$CCARGS -DNO_IP_CYRUS_SASL_AUTH"'' for backwards compatibility. Files: makedefs, smtpd/smtpd_sasl_glue.c, xsasl/xsasl.h, xsasl/xsasl_cyrus_server.c, xsasl/xsasl_server.c. Cleanup: dnsblog manpage. File: dnsblog/dnsblog.c.
* Return this back to pool, I no longer use this library.delphij2016-06-271-1/+1
|
* mail/davmail: simplify find flags from update in 417509junovitch2016-06-271-2/+1
| | | | | | - Use find's '-delete' option over '-exec ${RMDIR}' Reported by: mat
* mail/davmail: update 4.6.1 -> 4.7.2junovitch2016-06-264-19/+31
| | | | | | | | | | | | | | | | | - Update rc.d script to run as davmail user rather than root - Update rc.d script to take advantage of daemon(8) rather than hand-rolling process management - Update rev info (checksums, refresh patches, etc.) - Remove .md5 files - Appease testport by removing empty dirs in STAGEDIR not in plist UIDs/GIDs: add davmail user Changes: https://sourceforge.net/p/davmail/code/2427/tree/trunk/releasenotes.txt PR: 209354 Submitted by: John Hein <z7dr6ut7gs@snkmail.com> Approved by: maintainer timeout (7 weeks)
* mail/qmail: Add rc.d script for qmails queue management daemonspi2016-06-253-4/+74
| | | | | PR: 210223 Submitted by: Dirk Engling <erdgeist@erdgeist.org> (maintainer)
* - Update OpenSMTPD-extras to 201606230001 snapshotfluffy2016-06-2318-34/+20
| | | | | | | | | - Consolidate all -extras under one maintainership NOTE: Author still warning everyone about experimental status of filters. All --with-filter-XXX replaced with --with-experimental-filter-XXX Approved by: adamw
* Change all occurrences of xmj@chaot.net to johannes@perceivon.net as the ↵tz2016-06-231-1/+1
| | | | | | | | owner requested. This only affects "Created by" lines with one exception: devel/uclcmd. There the maintainer is changed. This was overlooked in r416918. Approved by: junovitch (mentor)
* - Update OpenSMTPD-extras to 201606212257 snapshotfluffy2016-06-222-5/+5
| | | | | | | | | - Take maintainership from gahr@ NOTE: This snapshot have fixed resolving in filter spamassassin and clamav and removed no longer needed chroot option Approved by: gahr, miwi (mentor, implicit)
* Rename all three p5-ReadLine-(Gnu,Perl,TTYtter) to their real namesmat2016-06-211-1/+1
| | | | | | | | | | | | | p5-Term-ReadLine-(Gnu,Perl,TTYtter). I can't find any reason for p5-ReadLine-Gnu to have been added as ReadLine-Gnu instead of Term-ReadLine-Gnu twenty years ago. devel/p5-Term-ReadLine-Perl was added as a dupplicate a few years back where it should not have, so change its maintainer to be perl@ like devel/p5-ReadLine-Perl had. Sponsored by: Absolight
* - Update to 1.2.8vsevolod2016-06-212-3/+3
|
* - pass GH_TAGNAME to compilervsevolod2016-06-213-5/+13
| | | | | | | | | - add devel/ragel as a build dependency - update to afb80e7 - bump PORTVERSION PR: 209223 Submitted by: Alexander Moisseev
* mail/rubygem-mail_room: Update from 0.6.1 to 0.7.0tz2016-06-212-3/+4
| | | | | | | | | * Backports idle timeout from ruby 2.3.0 * Sets default to 29 minutes to prevent IMAP disconnects * Validates that the timeout does not exceed 29 minutes PR: 209899 Approved by: junovitch (mentor)
* mail/fetchmail: Fix build without SSLv3brnrd2016-06-216-76/+82
| | | | | | | | | | | | | - Fix build with OpenSSL 1.1 and LibreSSL - Stop using pkg-install/pkg-deinstall scripts - Use pkg-plist keywords - Use GSSAPI ports framework - Change X11, POP2 options to use options framework PR: 210130 Submitted by: freebsd-ports@charlieroot.de Reviewed by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer) Approved by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
* With the power of USES=dos2unix, get rid of most patches and filesmat2016-06-212-34/+35
| | | | | | | | | | with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
* - Update to 1.8.6vsevolod2016-06-202-3/+3
|
* mail/roundcube-html5_notifier: 0.5.2 -> 0.6.2pi2016-06-204-5/+11
| | | | | | | | - some additional translations - small fixes, among them issue #29 PR: 210087 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
* - Update to 201606152203p1ashish2016-06-203-40/+4
| | | | - Remove the already upstream-ed diff
* - While Python2 is default, force it as explicit dependency.fluffy2016-06-194-4/+4
| | | | | | Current OpenSMTPD-extras support only Python v2 API, no v3 yet Approved by: miwi (mentor, implicit)
* Rename all files containing a : in their filename.mat2016-06-187-26/+3
| | | | | | | While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
* Fix usage of WITH_OPENSSL_BASE, WITH_OPENSSL_PORT and OPENSSL_PORT.mat2016-06-163-3/+3
| | | | | | | | | | | WITH_OPENSSL_* can't be set after bsd.port.pre.mk. Fold all other usage into using SSL_DEFAULT == foo PR: 210149 Submitted by: mat Exp-run by: antoine Sponsored by: The FreeBSD Foundation, Absolight Differential Revision: https://reviews.freebsd.org/D6577
* Update to 20160611bapt2016-06-132-4/+4
|
* - update to 3.2-20160612ohauer2016-06-134-7/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix build with LibreSSL [1] 20160601 Cleanup: moved parsing of '!' operators from cidr_match.c to dict_cidr.c. Files: util/cidr_match.[hc], util/dict_cidr.c, util/match_ops.c. 20160604 Cleanup: made parsing of '!' operators in regexp and pcre tables consistent with cidr tables. Files: util/dict_regexp.c, util/dict_pcre.c. 20160605 Cleanup: integer wrap-around detection in the MySQL and PostgreSQL clients. This is totally non-critical because Postfix strings are size-limited by design. Files: global/dict_mysqql.c, global/dict_pgsql.c. 20160607 Documentation: dnsblog. 20160609 Documentation: postsuper(1) manpage text for multiple -[dhH] options. File: postsuper/postsuper.c. 20160611 Cleanup: Postfix SMTP server local IP address and port attributes in the policy delegation protocol (attribute names: server_address, server_port), in the Milter protocol (macro names: {daemon_addr}, {daemon_port}) and in the XCLIENT protocol (attribute names: DESTADDR, DESTPORT). Files: proto/MILTER_README.html, proto/SMTPD_POLICY_README.html, cleanup/cleanup.h, cleanup/cleanup_milter.c, global/mail_proto.h, milter/milter.h, smtpd/smtpd.c, smtpd/smtpd.h, smtpd/smtpd_check.c, smtpd/smtpd_haproxy.c, smtpd/smtpd_milter.c, smtpd/smtpd_peer.c. 20140612 Bugfix: missing server address/port conversion. File: smtpd/smtpd_peer.c. Submitted by: brnrd@ [1] Obtained from: http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/mail/postfix/stable/patches/ [1]
* - allow build with openssl / libressl from portsohauer2016-06-131-10/+11
| | | | | | | | | - convert PLIST_SUB into SUB_LIST - bump PORTREVISION - small Makefile tweaks PR: 210028 Submitted by: adamw@
* mail/imapfilter: Update version 2.6.6=>2.6.7bofh2016-06-122-3/+4
|
* mail/p5-Email-Reply: Update version 1.203=>1.204bofh2016-06-122-4/+5
| | | | - Mark NO_ARCH
* mail/mpop: update to 1.2.5jbeich2016-06-122-5/+4
| | | | | Changes: https://sourceforge.net/p/mpop/code/ci/6b5d23 MFH: 2016Q2
* mail/pear-MIME_Type: Update version 1.4.0=>1.4.1bofh2016-06-102-3/+4
|
* mail/roundcube: fix syntax error in patch, bump PORTREVISIONgahr2016-06-102-1/+2
|
* Change MAINTAINER from ports@toco-domains.de to tz@FreeBSD.orgtz2016-06-102-2/+2
| | | | Approved by: junovitch (mentor)
* Allow installation with PHP 7.ale2016-06-101-1/+0
|
* Update to 1.2.0 release.ale2016-06-1011-147/+155
|
* Apply patch from upstream for cross-site scripting vulnerabilityjunovitch2016-06-102-0/+20
| | | | | | | | | PR: 209841 Reported by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com> Approved by: maintainer timeout (2 weeks) Security: CVE-2016-5103 Security: https://vuxml.FreeBSD.org/freebsd/97e86d10-2ea7-11e6-ae88-002590263bf5.html MFH: 2016Q2
* Add some comments to the top describing the available rc.conf flags.adamw2016-06-101-1/+10
| | | | Also, fix a typo.
* It's been a long time since I checked ${PORTSDIR} in _DEPENDS line. Itmat2016-06-092-6/+6
| | | | | | | seems quite a few crept in. Pointy hat to: fluffy, mm, romain Sponsored by: Absolight
* Depend pear-Horde_Mapi on pear-Math_BigIntegermm2016-06-091-0/+3
| | | | PR: 210123
* - Update to 201606062304 development snapshotfluffy2016-06-0715-18/+18
| | | | | | | | - Reset PORTREVISION in slave ports to zero PR: 210086 Submitted by: myself Approved by: gahr, miwi (mentor, implicit)
* - Update to 201606062303ashish2016-06-074-6/+42
| | | | | - Add fix for issue #702 (in OpenSMTPD) which was resulting in build error on FreeBSD 9.x
* mail/msmtp: update to 1.6.5novel2016-06-072-4/+4
|
* Update thunderbird to 45.1.1, enigmail to 1.9.3cmt2016-06-077-151/+129
| | | | | | | PR: 210061 Approved by: jbeich (maintainer) Approved by: rene (mentor) MFH: 2016Q2
* Remove unneeded usage of:mat2016-06-062-10/+6
| | | | | | | | - MASTER_SITE_SUBDIR - ${MASTER_SITES_FOO} - :DEFAULT (and use a default when appropriate) Sponsored by: Absolight
* Install missing ready-to-use OpenSMTPD-extras components:fluffy2016-06-0613-31/+277
| | | | | | | | | | | | | | | | | - filter-monkey - table-ldap - tools-stats Also install experimental components (corresponding groups labelled as "experimental"): - filter bindings to lua, perl and python languages - queue and scheduler bindings to perl and python languages Submitted by: myself Reviewed by: gahr, adamw, miwi Approved by: gahr, adamw, miwi (mentor, implicit) Sponsored by: milk and cookies Differential Revision: https://reviews.freebsd.org/D6084
* mail/phplist: 3.2.4 -> 3.2.5pi2016-06-063-1242/+7
| | | | | | | Changes: https://www.phplist.org/newslist/phplist-3-2-5-whats-new/ PR: 210060 Submitted by: Krzysztof <ports@bsdserwis.com> (maintainer)
* Turn on SASL by defaultbapt2016-06-051-0/+2
|
* Add missing descriptions for optionsbapt2016-06-051-0/+3
|
* Add neomutt to portsbapt2016-06-056-0/+216
| | | | | | The NeoMutt Project is hoping to kick-start development on the Mutt project Integrating many old patches that never found their way to the official mutt
* Deprecate ports broken for more than 6 monthsantoine2016-06-0411-0/+22
|
* mail/milter-greylist-devel: update 4.6a1 -> 4.6robak2016-06-032-10/+8
| | | | | | | | - Fix runtime dependencies PR: 209979 Submitted by: Daniel Austin <freebsd-ports@dan.me.uk> (maintainer) MFH: 2016Q2
* Horde package update:mm2016-06-024-6/+6
| | | | | | | comms/pear-Horde_ActiveSync 2.32.0 -> 2.33.3 mail/pear-Horde_Imap_Client 2.29.6 -> 2.29.7 mail/pear-Horde_Mime 2.9.4 -> 2.9.5 www/horde-ansel 3.0.4 -> 3.0.5
* Allow depending on both mysql's client and servermat2016-06-011-2/+2
| | | | | | | | | | Fix the few users of both the MySQL client and server. PR: 209762 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6575
* mail/courier-pythonfilter: remove optional dependency on expiredrene2016-05-301-15/+4
| | | | | | | | security/py-clamav and simplify option handling. PR: 209843 Submitted by: myself Approved by: maintainer (bsd@dino.sk)
* - Update to 201605221711[1]ashish2016-05-305-85/+41
| | | | | | | | - Add option for table db (aliases)[1] - Add CPE information[1] PR: 209770[1] 208991 Submitted by: fluffy[1]
* - update to 3.2-20160527ohauer2016-05-292-4/+4
| | | | | | | | | | | | 20160526 Feature: cidr tables now support if/endif and negation (by prepending "!" to a pattern), just like regexp and pcre tables. The primarily purpose is to improve readability of complex tables. Files: util/cidr_match.[hc], util/dict_cidr.c, proto/cidr_table. Cleanup: make regexp: and pcre: parser warning messages more similar. Files: dict_regexp.c, dict_pcre.c.
* - Update to 0.0003sunpoet2016-05-292-3/+5
| | | | | | - Add LICENSE_FILE Changes: http://search.cpan.org/dist/Dancer2-Plugin-Email/CHANGES
* - Unconditionally define PORTREVISION in subportsfluffy2016-05-2814-24/+58
| | | | | | | | | | | | | | | to skip unneccessary bump slaves by master port touching - Pass master's CONFIGURE_ARGS to slaves - Option to select mail/opensmtpd[-devel] as build/run dependency (and corresponding libasr via this) - Pass pkgconfig dependency only to subports which need it. - Adjust dependencies in subports Submitted by: myself Reviewed by: adamw, gahr Approved by: adamw, gahr, miwi (mentor, implicit) Sponsored by: milk and cookies Differential Revision: https://reviews.freebsd.org/D6607
* - Allow custom config file in rc script for both stable/devel portsfluffy2016-05-274-16/+16
| | | | | | | | - While here, create makemap symlink only with TABLE_DB enabled Reported by: myself (for adamw) Reviewed by: adamw Approved by: miwi (mentor, implicit)
* - Update to 1.0.0amdmi32016-05-272-5/+10
| | | | | | | | | - Add LICENSE - While here, also add LICENSE_FILE and NO_ARCH PR: 205703 Submitted by: z7dr6ut7gs@snkmail.com Approved by: chalpin@cs.wisc.edu (maintainer)
* mail/opensmtpd: Fix SSL and CA problemsbrnrd2016-05-261-3/+2
| | | | | | | | | | - Change with-ssl to with-ssllib - Change with-ca-file to with-path-CAfile - Remove broken for libasr-devel PR: 208991 Submitted by: fluffy Approved by: maintainer (implicit)
* mail/opensmtpd: Update to 5.9.2brnrd2016-05-266-82/+30
| | | | | | | | | | | | | | | - Update to 5.9.2p1 - Remove usernamelen patch (default 255+1) - Fix renamed configure args - Add symlink for makemap (now included in smtpctl) - Align versioning with other OpenBSD projects - Add _smtpq group - Add UPDATING entry for existing installs - Update pkg-message for existing installs Reviewed by: adamw, mat Approved by: adamw, maintainer (implicit) Differential Revision: D6421
* Remove expired misc/kdehier4 and update all of its consumers to not ↵rene2016-05-262-2/+2
| | | | | | | | | | | | | reference it any longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy. PR: 209014 (partial) Submitted by: myself Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D6542
* - Update to 1.2.7vsevolod2016-05-252-3/+3
|
* Remove useless WRKSRC definitions.mat2016-05-252-4/+0
| | | | | | While there, correct DEV_WARNINGS when they occur. Sponsored by: Absolight
* mail/opensmtpd-extras: update to 201605232202gahr2016-05-252-4/+4
|
* - revover lost checksum for SPF patch in distinfoohauer2016-05-251-0/+2
| | | | Reported by: Andrei <az_at_azsupport.com>
* Disable SSLv2, to fix new/from-ports OpenSSL builds.mandree2016-05-251-1/+2
| | | | | | | | | | | | | | | Newer and ports-based builds define the SSLv2_client_method() in the headers unless OPENSSL_NO_SSL2, or, depending on version, OPENSSL_NO_SSL2_METHOD is defined, however newer OpenSSL versions in FreeBSD no longer provide the implementation in the library. Preload the autoconf (configure) cache to pretend SSLv2_client_method() were universally _un_available, effectively disabling SSLv2 altogether. PR: 209596 Submitted by: peter@ [first proposal], mandree@ [committed proposal] Reported by: peter@ Approved by: chalpin@cs.wisc.edu (maintainer)
* - update to 3.2-20160522ohauer2016-05-252-4/+4
| | | | | | | | | | | 20160521 Bugfix (introduced: Postfix beta): the never-used function mvect_free() attempted to free memory that it has not allocated. File: util/mvect.c. Cleanup: existing if/endif support for pcre and regexp tables, in preparation for new if/endif support for cidr tables. Files: util/dict_regexp.c, util/dict_pcre.c.
* mail/msglint: remove NO_INSTALLpi2016-05-241-1/+0
| | | | Reported by: mat
* New port: mail/msglintpi2016-05-244-0/+30
| | | | | | RFC 822/MIME/DSN/MDN/Tracking-Status message validator WWW: https://tools.ietf.org/tools/msglint/
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵amdmi32016-05-247-7/+3
| | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket
* Convert tab after WWW: in pkg-descrs to single space as per PHBamdmi32016-05-2416-16/+16
| | | | Approved by: portmgr blanket
* - Update to 0.22amdmi32016-05-243-14/+4
| | | | | PR: 209665 Submitted by: mp39590@gmail.com (maintainer)
* mail/sympa: update 6.2.14 -> 6.2.15robak2016-05-235-19/+50
| | | | | | | | - Bugfix release PR: 209667 Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer) MFH: 2016Q2
* Fix dependency.hrs2016-05-221-3/+4
|
* Update to 2.5.8.ume2016-05-202-4/+6
|
* mail/opensmtpd-extras: Update to 2016-05-18 snapshotbrnrd2016-05-206-45/+6
| | | | | | | | | | | - Update to version 201605182041 - Remove post-patch for -clamav -spamassassin (is now configurable) - Remove post-patch for -regex (fixed upstream) - USE_MYSQL to USES= mysql Reviewed by: gahr (maintainer), adamw Approved by: gahr (maintainer), adamw Differential Revision: D6462
* - Fix trailing whitespace in pkg-messagesamdmi32016-05-1929-68/+68
| | | | Approved by: portmgr blanket
* - Fix trailing whitespace in Makefilesamdmi32016-05-194-4/+4
| | | | Approved by: portmgr blanket
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-19115-292/+292
| | | | Approved by: portmgr blanket
* Update rainloop/rainloop-community to 1.10.0-107.adamw2016-05-175-13/+34
| | | | | PR: 209485 Approved by: maintainer (loic dot blot at unix-experience dot fr)
* Fix build.hrs2016-05-171-2/+57
|
* - Split mail/mu into mail/mu4e.hrs2016-05-1712-49/+231
| | | | | | | | - mail/mu4e now installs gzip'd elisp files. - Add mail/mu4e-maildirs, Maildirs extension for Mu4e. - Take maintainership of the related ports. Discussed with: William Waites (maintainer)
* - update to 2.11.8ohauer2016-05-162-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: 20160310 Bugfix (introduced: Postfix 2.6): the Milter SMFIR_CHGFROM (replace sender) request lost the sender_bcc_maps address. Fixed by moving some record keeping to the sender output function. Files: cleanup/cleanup_envelope.c, cleanup/cleanup_addr.c, cleanup/cleanup_milter.c, cleanup/cleanup.h, regression tests. 20160410 Bugfix (introduced: Postfix 2.6): the "bad filetype" header_checks pattern falsely rejected Content-Mumble headers with ``name="example"; x-apple-part-url="example.com"''. Fixed by respecting the ";" separator between content attribute values. Reported by Cedric Knight. File: proto/header_checks. 20160515 Portability: OpenBSD 6.0. Files: makedefs, util/sys_defs.h. MFH: 2016Q2
* - update to 3.2-20160515ohauer2016-05-162-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: 20160330 The collate.pl script by Viktor Dukhovni for grouping Postfix logfile records into "sessions" based on queue ID and process ID information. Files: auxiliary/collate/*. 20160407 Treat SASL_FAIL and SASL_NOMEM as temporary errors. Markus Benning. File: xsasl/xsasl_cyrus_server.c. 20160410 Bugfix (introduced: Postfix 2.6): the "bad filetype" header_checks pattern falsely rejected Content-Mumble headers with ``name="example"; x-apple-part-url="example.com"''. Fixed by respecting the ";" separator between content attribute values. Reported by Cedric Knight. File: proto/header_checks. 20160515 Portability: OpenBSD 6.0. Files: makedefs, util/sys_defs.h, dns/dns_str_resflags.c. MFH: 2016Q2
* - update to 3.1.1ohauer2016-05-162-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: 20160228 Documentation: typos in postfix-tls-script(1) manpage. 20160327 Documentation: line wrapping in postconf(1) manpage. 20160310 Bugfix (introduced: Postfix 2.6): the Milter SMFIR_CHGFROM (replace sender) request lost the sender_bcc_maps address. Fixed by moving some record keeping to the sender output function. Files: cleanup/cleanup_envelope.c, cleanup/cleanup_addr.c, cleanup/cleanup_milter.c, cleanup/cleanup.h, regression tests. 20160410 Bugfix (introduced: Postfix 2.6): the "bad filetype" header_checks pattern falsely rejected Content-Mumble headers with ``name="example"; x-apple-part-url="example.com"''. Fixed by respecting the ";" separator between content attribute values. Reported by Cedric Knight. File: proto/header_checks. 20160515 Portability: OpenBSD 6.0. Files: makedefs, util/sys_defs.h. MFH: 2016Q2
* - Update to 1.8.5vsevolod2016-05-162-3/+3
|
* mail/p5-Email-MIME-RFC2047: 0.93 -> 0.95pi2016-05-153-4/+5
| | | | | | | | | | | | - Don't add whitespace between quoted strings - Allow period in phrase - Optimize regexes - Support RFC2822 comments - Rework documentation - Improve test suite PR: 209507 Submitted by: Henk van Oers <hvo.pm@xs4all.nl> (maintainer)
* Prevent collision with getline(3)bapt2016-05-1420-120/+143
| | | | While here, regenerate patches
* - Clarify LICENSEamdmi32016-05-141-2/+8
| | | | | | | - Add LICENSE_FILE - Fix shebangs Approved by: portmgr blanket
* Cleanup github bits.mat2016-05-122-4/+3
| | | | Sponsored by: Absolight
* - Pass maintainership to submitteramdmi32016-05-121-7/+4
| | | | | | | | | | - While here, minor cleanup: - Clarify LICENSE, add LICENSE_FILE - Remove unneeded *FLAGS - Simplify installation PR: 209453 Submitted by: wwaites@tardis.ed.ac.uk
* Use USES=bdb and USES=mysql.ume2016-05-123-6/+6
|
* mail/rainloop{-community}: 1.9.4.398 -> 1.9.4.415pi2016-05-125-7/+20
| | | | | | | | - several bug fixes PR: 209277 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Approved by: Loic BLOT <loic.blot@unix-experience.fr> (maintainer)
* Prevent collision with getline(3)bapt2016-05-1219-35/+144
|
* Prevent collision with getline(3)bapt2016-05-123-0/+27
|
* Fix rc Scriptarved2016-05-112-2/+2
| | | | | PR: 209448 Submitted by: Miroslav Lachman
* - Make rc.d script able to stop all postsrsd processesamdmi32016-05-112-4/+13
| | | | | | | | | - Document some rc variables - While here, clarify license and fix uneeded variable appends PR: 209255 Submitted by: dgeo@centrale-marseille.fr Approved by: ports@bsdserwis.com (maintainer, for PR), portmgr blanket (for other fixes)
* Update to 1.1.5 release.ale2016-05-112-6/+5
|
* New port: mail/p5-Email-Outlook-Messagepi2016-05-085-0/+48
| | | | | | | | | | | | | | | | This module reads e-mail messages stored as .msg files (such as generated by Outlook), and converts them to Email::MIME objects. It also includes a command-line interface in the form of the msgconvert script. Such files may be identified by file(1) as follows: Composite Document File V2 Document You do not need Outlook installed to use this module. WWW: http://search.cpan.org/dist/Email-Outlook-Message/ PR: 209373 Submitted by: John Hein <z7dr6ut7gs@snkmail.com>
* - fix missing dependency [1]lth2016-05-071-1/+12
| | | | | | | - add LICENSE - bump PORTREVISION Noticed by: John Hein <john.hein@microsemi.com> [1]
* mail/thunderbird: update to 45.1.0jbeich2016-05-066-128/+127
| | | | | | | | | | | - Update ENIGMAIL to 1.9.2 [1] Changes: https://www.mozilla.org/thunderbird/45.1.0/releasenotes/ Changes: https://www.enigmail.net/index.php/en/download/changelog [1] PR: 209155 [1] Submitted by: mi [1] Security: 92d44f83-a7bf-41cf-91ee-3d1b8ecf579f MFH: 2016Q2
* mail/mutt: 1.6.0 -> 1.6.1pi2016-05-063-146/+7
| | | | | | | - bug-fixing release - no new functions PR: 209224 Submitted by: Udo.Schweigert@siemens.com (maintainer)
* gecko: drop unused patchjbeich2016-05-051-26/+0
|
* Update databases/rrdtool to 1.6.0zeising2016-05-033-3/+3
| | | | | | | | | | | | Most notably, this version of rrdtools.so is thread safe, so the rrdtools_th.so library is removed. Bump portrevision for depending ports due to shlib version bump. For full changelog: http://oss.oetiker.ch/rrdtool/pub/CHANGES Reviewed by: kwm Differential Revision: D6168
* mail/dspam: fix build; remove duplicate patch hunks in to filesjunovitch2016-05-022-22/+0
| | | | | | PR: 209184 Submitted by: Danny Warren <danny@dannywarren.com> (maintainer) Pointy hat to: junovitch
* gecko: unbreak WebRTC microphone selection popup with ALSA=onjbeich2016-05-012-0/+25
| | | | | | | | | On FreeBSD sound(4) is enabled by default while alsa-plugins-oss assumes a soundcard is always available. https://bugzilla.mozilla.org/show_bug.cgi?id=1269165 MFH: 2016Q2
* mail/dspam: implement privilege separation (resolves bug running with suexec)junovitch2016-05-019-46/+148
| | | | | | | | | | | | | | | | | | | - Runs as dspam:dspam instead of root:mail. The dspam UID/GID were created in r168311 when the UIDs/GIDs files were added but the port had always used root:mail. This had prevented running the dspam webUI under Apache with suexec due to a minimal requirement of UID/GID of 100. The original unsecure behavior is available with the SETUID option. - Default run directory is now /var/run/dspam. This follows the default upstream behavior and removes the patch to dspam.c as a result. Use RUN_DIR and correct the dspam.conf.sample file accordingly. - Default daemon/client communication port is now 2424. - Regen patches while here (portlint) UPDATING: Document privilege separated dspam PR: 115957 Reported by: tedm@ipinc.net, support@ipinc.net Submitted by: Danny Warren <danny@dannywarren.com> (maintainer)
* - Update to 1.8.4vsevolod2016-05-012-3/+3
|
* - Update to 0.013zi2016-04-302-3/+3
|
* - Update to 1.8.3vsevolod2016-04-302-3/+3
|
* - Update to 1.2.6vsevolod2016-04-292-3/+3
|
* - Update to 1.8.2vsevolod2016-04-292-3/+3
|
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultswills2016-04-2820-20/+20
|
* Update to version 1.7pawel2016-04-283-9/+6
|
* create USES=gem and update rubygem- ports to use itswills2016-04-2820-40/+20
| | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070
* Switch to USES=mysqladamw2016-04-281-1/+1
|
* Update to 0.4.14.adamw2016-04-273-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The most important feature that this new release adds is the IMAPSIEVE capability, which allows executing Sieve scripts at IMAP events. It also adds the ability to obtain trace logs from Sieve execution at actual delivery (or from IMAP), rather than only using the sieve-test command line tool. This release also fixes a bug in the Sieve extprograms plugin that has been bothering a few people for a while now. Changelog v0.4.14: * The address test now allows specifying the X-Original-To header. + Implemented the Sieve imapsieve extension and its IMAP counterpart (RFC 6785) as a set of plugins. This allows running Sieve scripts at IMAP activity, rather than at delivery. There are also facilities for the familiar sieve_before/sieve_after administrator scripts. A user script is defined for a mailbox using an IMAP METADATA entry, whereas administrator scripts are configured using mailbox matching rules defined in the plugin settings. + Adjusted the Sieve ihave extension to allow capability tests to be performed at runtime. This way, scripts can be written that work both at delivery and from IMAP. + Implemented support for runtime trace debugging. This means that detailed information about which commands, actions and tests are performed is written to a file. That file is created in the configured directory, but only if that directory exists. This way, a particular user can be easily singled out for debugging. This works much like the Dovecot rawlog facility. The trace output is identical to what is produced using sieve-test with its "-t" command line option. + Added a "sieve_user_email" setting that configures the user's primary email address. This is mainly useful to have a user email address available in IMAP, where envelope data is unavailable. + Implemented the dovecot-specific "vnd.dovecot.report" extension. This allows sending report messages in the Message Abuse Reporting Format (RFC 5965). - extprograms plugin: Fixed epoll() panic caused by closing the output FD before the output stream. - Made sure that the local part of a mail address is encoded properly using quoted string syntax when it is not a dot-atom. PR: 209084 Submitted by: maintainer (Larry Rosenman)
* Update dovecot2 to 2.2.24, and bump PORTREVISION on antispam-plugin andadamw2016-04-275-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pigeonhole. * doveconf now warns if it sees a global setting being changed when the same setting was already set inside some filters. (A common mistake has been adding more plugins to a global mail_plugins setting after it was already set inside protocol { .. }, which caused the global setting to be ignored for that protocol.) * LMTP proxy: Increased default timeout 30s -> 125s. This makes it less likely to reach the timeout and cause duplicate deliveries. * LMTP and indexer now append ":suffix" to session IDs to make it unique for the specific user's delivery. (Fixes duplicate session ID warnings in stats process.) + Added dict-ldap for performing read-only LDAP dict lookups. + lazy-expunge: All mails can be saved to a single specified mailbox. + mailbox { autoexpunge } supports now wildcards in mailbox names. + doveadm HTTP API: Added support for proxy commands + imapc: Reconnect when getting disconnected in non-selected state. + imapc: Added imapc_features=modseq to access MODSEQs/HIGHESTMODSEQ. This is especially useful for incremental dsync. + doveadm auth/user: Auth lookup performs debug logging if -o auth_debug=yes is given to doveadm. + Added passdb/userdb { auth_verbose=yes|no } setting. + Cassandra: Added user, password, num_threads, connect_timeout and request_timeout settings. + doveadm user -e <value>: Print <value> with %variables expanded. - Huge header lines could have caused Dovecot to use too much memory (depending on config and used IMAP commands). (Typically this would result in only the single user's process dying with out of memory due to reaching service { vsz_limit } - not a global DoS). - dsync: Detect and handle invalid/stale -s state string better. - dsync: Fixed crash caused by specific mailbox renames - auth: Auth cache is now disabled passwd-file. It was unnecessary and it broke %variables in extra fields. - fts-tika: Don't crash if it returns 500 error - dict-redis: Fixed timeout handling - SEARCH INTHREAD was crashing - stats: Only a single fifo_listeners was supported, making it impossible to use both auth_stats=yes and mail stats plugin. - SSL errors were logged in separate "Stacked error" log lines instead of as part of the disconnection reason. - MIME body parser didn't handle properly when a child MIME part's --boundary had the same prefix as the parent.
* Update to 1.2.19.0mat2016-04-264-436/+271
| | | | | | PR: 209045 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* Update to 1.3.2.mat2016-04-268-56/+30
| | | | | | PR: 209044 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* mail/roundcube-carddav: register dependenciesgahr2016-04-261-0/+3
|
* gecko: unbreak build with LIBPROXY=onjbeich2016-04-261-0/+21
| | | | | | PR: 208855 Reported by: Ting-Wei Lan, Walter Schwarzenfeld Submitted by: cmt via r401981
* Move USE_BDB support from bsd.databases.mk to its own file.mat2016-04-261-15/+16
| | | | | | | | | | | | | Also: - Deorbit WANT_BDB_VER, one can use USES=bdb:<ver> instead. - USE_BDB can't happen after bsd.port.pre.mk because it is a USES. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951
* Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.mat2016-04-267-12/+11
| | | | | | | | | | | While there replace USE_SQLITE=x by USES=sqlite:x. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951
* mail/roundcube-carddav: new portgahr2016-04-255-0/+183
| | | | | | | | | This is a plugin for the Roundcube webmailer to access CardDAV servers like owncloud, davical, a Google addressbook or a davmail server. RCMCardDAV supports autodiscovery of your addressbook url via well-known URLs so you can just point it to your servers base url. WWW: http://www.benjamin-schieder.de/carddav.html
* - Update to 0.23sunpoet2016-04-252-3/+3
| | | | Changes: http://search.cpan.org/dist/Mail-GnuPG/Changes
* mail/lens: convert to USES=shebangfix and mark brokenswills2016-04-241-2/+5
|
* Update to new upstream release 2.1.22.mandree2016-04-233-51/+10
| | | | Changelog: http://bazaar.launchpad.net/~mailman-coders/mailman/2.1/view/1643/NEWS#L8
* - Update to 1.2.5vsevolod2016-04-232-3/+3
|
* - Update to 1.3.0b1vsevolod2016-04-224-10/+9
| | | | Submitted by: az
* many ports: mark broken on powerpc64swills2016-04-2210-0/+20
|
* - Update to 1.8.1vsevolod2016-04-222-4/+5
|
* - Update to 4.87vsevolod2016-04-218-116/+38
| | | | | | | | | - Enable recommended default options - Rename no longer experimental options - Add rspamd shutdown patch Exim 4.87 announce link: https://lists.exim.org/lurker/message/20160406.181048.292a54e9.en.html
* - Update to 1.8.0vsevolod2016-04-212-3/+3
|
* - Update to 1.2.4vsevolod2016-04-203-8/+6
| | | | - Exclude reload from rc script as it is broken
* Add a MANAGESIEVE option, to choose whether to install the ManageSieveadamw2016-04-182-7/+13
| | | | | | | subsystem. PR: 208859 Approved by: maintainer (Larry Rosenman)
* Add a list of -extras that are demos or for upstream development ONLY, andadamw2016-04-171-0/+5
| | | | should not be added to ports.
* Add clamav and dkim filters for opensmtpd-extras.adamw2016-04-175-2/+63
| | | | | | | While here, improve the filter-spamassassin port to show the correct port and host. I'm done adding opensmtpd-extras now.
* Add opensmtpd-extras-filter-{dnsbl,pause,regex}adamw2016-04-171-0/+3
|
* Add dnsbl, pause, and regex filters for OpenSMTPD.adamw2016-04-175-30/+86
| | | | | | | | | | -filter-regex needs a post-install target, so I changed the post-install in MASTERDIR to be pre-patch instead. Also, in the opensmtpd-extras/Makefile, change the dependencies to only be run-time, and fix some spacing nits. PORTREVISION bump for dependency changes.
* Add filter-spamassassin. PORTREVISION bump for default dependency change.adamw2016-04-161-3/+14
|
* Add mail/opensmtpd-extras-filter-spamassassin, a filter that pipes messagesadamw2016-04-162-0/+29
| | | | | to the spamassassin daemon. There's no registered dependency on SA, because it should theoretically work for rspamd as well (haven't tested this yet).
* Split opensmtpd-extras into a bunch of slave ports. Right now -extrasadamw2016-04-169-44/+175
| | | | | | | | | | | | only has the table stuff, but there are many more pieces. Having the default package install postgresql, redis, and mysql when all you wanted was passwd support, is overkill. Ports for filters will come soon. The -extras port retains its OPTIONS (and still installs everything possible, so there's no disruption for current users). Approved by: gahr (maintainer)
* - Update to 0.21amdmi32016-04-152-3/+3
| | | | | | PR: 208413 Submitted by: catcher+freebsdbugzilla@lostpackets.de Approved by: maintainer timeout (geier@lostpackets.de, 2 weeks)
* Allow building as now we have high enough version of devel/libgdata in portspawel2016-04-151-2/+0
|
* USE_RC_SUBR=yes has not done anything for a long time, remove it frommat2016-04-141-1/+0
| | | | | | the few remaining ports and make it give an error. Sponsored by: Absolight
* mail/mutt: fix Makefile for -litepi2016-04-131-4/+8
| | | | | PR: 208694 Submitted by: Udo.Schweigert@siemens.com (maintainer)
* Support "make test" by defining TEST_TARGET. [1]mandree2016-04-131-3/+4
| | | | | | | | | Define LICENSE. Remove regression-test target in favor of the framework "make test" feature. (ports/CHANGES 20150928) Submitted by: jbeich@ [1]
* Add a convenience 'regression-test' target.mandree2016-04-131-0/+3
|
* Un-deprecate [1], but block db48.mandree2016-04-131-3/+2
| | | | Reported by: adamw@ [1]
* mail/thunderbird: update to 45.0 (rc1)jbeich2016-04-1334-2015/+439
| | | | | | Changes: https://www.mozilla.org/thunderbird/45.0/releasenotes/ Security: 92d44f83-a7bf-41cf-91ee-3d1b8ecf579f MFH: 2016Q2
* Remove needless MURDER_CFLAGS since r38220.ume2016-04-133-3/+0
|
* - Update to 1.2.3vsevolod2016-04-123-3/+4
|
* Deprecate bogofilter now that databases/db* are no longer in my maintenance.mandree2016-04-121-0/+2
| | | | bogofilter-sqlite and bogofilter-tc are unaffected.
* - Update to 1.9.2sunpoet2016-04-122-3/+6
| | | | | | - Add LICENSE Changes: https://github.com/fphilipe/premailer-rails/blob/master/CHANGELOG.md
* - Update to 0.22sunpoet2016-04-123-5/+5
| | | | | | | - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Mail-GnuPG/Changes
* Update to 0.6.rakuco2016-04-114-41/+9
| | | | | | | Announcement: http://article.gmane.org/gmane.mail.trojita.general/1319 PR: 206587 Approved by: maintainer timeout (77 days)
* mail/mutt: some fixespi2016-04-102-5/+145
| | | | | | | | - changed from USE_AUTOTOOLS (deprecated) to USES=autoreconf - mutt-lite slave port fix for no-libiconv-case PR: 208658 Submitted by: Udo Schweigert <Udo.Schweigert@siemens.com> (maintainer)
* Conver to @sample keywordbapt2016-04-102-21/+7
|
* mail/mutt: 1.5.24 -> 1.6.0pi2016-04-109-945/+178
| | | | | | | | | Changes: - http://www.mutt.org/doc/UPDATING - added base64 option PR: 208641, 208054 Submitted by: Udo.Schweigert@siemens.com (maintainer), ports@bsdserwis.com
* - Add LICENSEsunpoet2016-04-092-134/+6
| | | | - Use RUBYGEM_AUTOPLIST and PLIST_FILES instead of PLIST
* - Fix gemspec for rubygem-sequel 4.33.0 updatesunpoet2016-04-092-1/+13
| | | | | - Update *_DEPENDS: remove redundant LOCALBASE/bin - Bump PORTREVISION for package change
* New port: mail/rubygem-premailer-railspi2016-04-084-0/+29
| | | | | | | | | | | | This gem brings you the power of the premailer gem to Rails without any configuration needs. Create HTML emails, include a CSS file as you do in a normal HTML document and premailer will inline the included CSS. WWW: https://github.com/fphilipe/premailer-rails PR: 208508 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
* New port: mail/rubygem-premailerpi2016-04-085-0/+160
| | | | | | | | | | Improve the rendering of HTML emails by making CSS inline, converting links and warning about unsupported code. WWW: http://premailer.dialect.ca/ PR: 208507 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
* Horde package update:mm2016-04-0710-15/+15
| | | | | | | | | | | | | | | | | | security/pear-Horde_Auth 2.1.11 -> 2.1.12 security/pear-Horde_Crypt 2.7.2 -> 2.7.3 www/pear-Horde_Css_Parser 1.0.8 -> 1.0.9 www/pear-Horde_Dav 1.1.2 -> 1.1.3 mail/pear-Horde_ListHeaders 1.2.3 -> 1.2.4 sysutils/pear-Horde_Log 2.1.3 -> 2.2.0 devel/pear-Horde_Nls 2.1.1 -> 2.2.0 comms/pear-Horde_SyncMl 2.0.6 -> 2.0.7 mail/horde-imp 6.2.13 -> 6.2.14 mail/horde-ingo 3.2.9 -> 3.2.10 deskutils/horde-nag 4.2.8 -> 4.2.9 devel/horde-timeobjects 2.1.1 -> 2.1.2 mail/horde-turba 4.2.13 -> 4.2.14 mail/horde-webmail 5.2.13 -> 5.2.14 deskutils/horde-groupware 5.2.13 -> 5.2.14
* - Add LICENSEamdmi32016-04-065-28/+29
| | | | | - Switch to options helpers - Regenerate patches with `make makepatch`
* - Add LICENSEamdmi32016-04-053-13/+21
| | | | | | | - Fix depends - Switch to HAS_CONFIGURE - Switch to options helpers - Substitude PREFIX in pkg-message and make it dependent on DOCS option
* - Add LICENSEamdmi32016-04-052-11/+9
| | | | | - Add NO_ARCH - Switch to options helpers
* mail/ruby-rfilter: fix build with Ruby 2.2swills2016-04-051-0/+20
|
* Disable SSLv3 and enable TLSv1.1 and TLSv1.2.adamw2016-04-052-1/+259
| | | | | | | | | | | | | | | | | | This is a patch make by Debian's own Noah Meyerhans that disables SSLv3, fixes or removes the tests that choke without SSLv3, and lets IO::Socket::SSL choose the best TLS level rather than forcing it at TLSv1. I can't think of a responsible reason to allow re-enabling it as an OPTION, so add a note to UPDATING warning people of the change and referencing the below PR. PORTREVISION bump. PR: 208225 Submitted by: Sascha Holzleiter Obtained from: https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7199 MFH: 2016Q2
* devel/ruby-gems: Update to 2.6.2swills2016-04-042-14/+14
| | | | | PR: 208371 Submitted by: wen (partial)
* - Clarify LICENSEamdmi32016-04-031-3/+6
| | | | | - Add NO_ARCH - Switch to options helpers
* Update to 1.68. Add LICENSE and NO_ARCH, use OPTIONS helperadamw2016-04-032-9/+9
| | | | | | for post-install, and wrap compound command in parentheses. No ChangeLog available.
* Update dovecot2 to 2.2.23, and bump PORTREVISION on dovecot2-pigeonholeadamw2016-04-034-7/+11
| | | | | | | | | | | | | | | | | and dovecot2-antispam-plugin. From the 2.2.23 release notes: This is a bugfix-only release with various important fixes on top of v2.2.22. - Various fixes to doveadm. Especially running commands via doveadm-server was broken. - director: Fixed user weakness getting stuck in some situations - director: Fixed a situation where directors keep re-sending different states to each others and never becoming synced. - director: Fixed assert-crash related to a slow "user killed" reply - Fixed assert-crash related to istream-concat, which could have been triggered at least by a Sieve script.
* - Update to 1.2.2vsevolod2016-04-012-3/+3
|
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-01422-1481/+1481
| | | | | With hat: portmgr Sponsored by: Absolight
* Fixup some whitespace at the beginning of lines problems.mat2016-04-016-7/+7
| | | | | With hat: portmgr Sponsored by: Absolight
* Add missing dependency to pkgconfig when HTTP optionume2016-04-011-0/+1
| | | | is on.
* New port mail/py-email-reply-parsertj2016-04-014-0/+26
| | | | | | A port of GitHub's Email Reply Parser library, by the fine folks at Zapier. WWW: https://github.com/zapier/email-reply-parser
* Remove expired ports:rene2016-04-014-43/+0
| | | | | | | | | | | | | | | | | | | | 2016-03-31 databases/rubygem-after_commit_queue-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 textproc/rubygem-jekyll-assets1: Use textproc/rubygem-jekyll-assets instead 2016-03-31 devel/rubygem-sprockets-rails-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 mail/rubygem-actionmailer41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 databases/rubygem-activemodel41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 devel/rubygem-activesupport41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 www/rubygem-actionpack41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 devel/rubygem-actionview41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 databases/rubygem-paranoia-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 databases/rubygem-activerecord41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 textproc/rubygem-sass-rails4-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 www/rubygem-turbolinks-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 devel/rubygem-omniauth_crowd-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 devel/rubygem-coffee-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 www/rubygem-railties41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 devel/rubygem-jbuilder-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 textproc/py-genshi-devel: The port is no longer updated and behind the main genshi port
* update thunderbird ports to 38.7.1cmt2016-04-016-125/+124
| | | | | | PR: 208384 Approved by: jbeich (maintainer), rene (mentor) MFH: 2016Q1
* Cleanup dependencies on lang/p5-Scalar-List-Utils.mat2016-03-311-3/+1
| | | | | | | | | | | | | | | The different cases are: - Only bring it if the one bundled with Perl is outdated. - The version bundled with all our Perl is sufficient. - Scalar-List-Util is not really needed by the port. (looking for /(Sub|Scalar|List)::Util/ returns nothing.) While there, do some minor cleanup that caught my eye. PR: 208378 With hat: perl@ Sponsored by: Absolight
* - remove ${PORTSDIR} from dependencyohauer2016-03-302-14/+14
|
* - update to 3.2-20160327ohauer2016-03-302-10/+10
| | | | - remove ${PORTSDIR} from dependency
* - Clarify LICENSEamdmi32016-03-301-36/+21
| | | | | | | | - Add LICENSE_FILE - Add NO_ARCH - Cleanup etcdir handling - Switch to options helpers - Cosmetic fixes
* - Add NO_ARCHamdmi32016-03-292-19/+14
| | | | | - Switch to options helpers - Regenerate patches with `make makepatch`
* - Add LICENSEamdmi32016-03-293-14/+19
| | | | | | - Switch to options helpers - Regenerate patches with `make makepatch` - Don't install COPYING
* - Switch to options helpersamdmi32016-03-294-15/+17
| | | | | - Switch to new test framework - Regenerate patches with `make makepatch`
* - Add LICENSEamdmi32016-03-291-6/+12
| | | | | | - Switch to options helpers - Install more documentation - Switch to @sample
* Bump PORTREVISION for gnutls update in r411990.tijl2016-03-291-0/+1
|
* - Fix plist issue which leads to packaging failure with disabled DOCS or ↵amdmi32016-03-281-3/+0
| | | | | | | | EXAMPLES PR: 207541 Submitted by: stewart.morgan@gmail.com Approved by: m.tsatsenko@gmail.com (maintainer)
* - Update security/gnutls to 3.4.10.tijl2016-03-2711-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | - Rename the LIBDANE option DANE because that's the name of the protocol supported by libgnutls-dane and gnutls-cli. Also clarify the option description. - Add an IDN option. - libgnutls-openssl has been removed in 3.4. Some ports used this library in their LIB_DEPENDS but no port actually required it. - Some old API functions have been removed. Ports that used these have been updated or patched to use the new API. - Add a patch to print/cups to prevent overlinking of libgnutls.so. - Bump PORTREVISION on dependent ports. net-im/jabber: This port used the old API to give users fine grained control over which crypto algorithms were used via a configuration file. It's not immediately obvious how to port this to the new API so the port always uses the defaults now. www/hydra: Mark BROKEN. This uses more removed calls than the other ports, is said to be alpha quality and not fully functional and has been abandoned 10 years ago. PR: 207768 Exp-run by: antoine Approved by: portmgr (antoine)
* gecko: fix an unlikely race with environ(7)jbeich2016-03-262-0/+41
| | | | MFH: 2016Q1
* - Update to 2.6.4sunpoet2016-03-262-4/+4
| | | | | | - Add LICENSE_FILE Changes: https://github.com/mikel/mail/blob/master/CHANGELOG.rdoc
* - Update to 4.03sunpoet2016-03-263-4/+5
| | | | | | | - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Mail-IMAPTalk/Changes
* - Update to 1.2.1vsevolod2016-03-262-3/+3
|
* Make print/ghostscript9-agpl-base the default Ghostscript port. Upstreamtijl2016-03-242-2/+2
| | | | | | | | | | | | | | | | changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base is stuck at 9.06 which is almost 4 years old now. Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version on its own instead of as a variant of other versions. Fix print/ghostscript9-agpl-base to install eps2write. Update math/asymptote to 2.37 to support newer Ghostscript. PR: 208159 Exp-run by: antoine Approved by: portmgr (antoine)
* Horde package update:mm2016-03-2420-30/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | comms/pear-Horde_ActiveSync 2.31.2 -> 2.31.8 devel/pear-Horde_Alarm 2.2.6 -> 2.2.7 www/pear-Horde_Browser 2.0.11 -> 2.0.12 devel/pear-Horde_Cache 2.5.2 -> 2.5.3 archivers/pear-Horde_Compress 2.1.4 -> 2.1.5 devel/pear-Horde_Core 2.22.6 -> 2.23.0 security/pear-Horde_Crypt 2.7.0 -> 2.7.2 devel/pear-Horde_Date 2.2.0 -> 2.3.0 devel/pear-Horde_Exception 2.0.7 -> 2.0.8 www/pear-Horde_Form 2.0.12 -> 2.0.13 security/pear-Horde_Group 2.1.0 -> 2.1.1 devel/pear-Horde_Icalendar 2.1.3 -> 2.1.4 graphics/pear-Horde_Image 2.3.4 -> 2.3.5 mail/pear-Horde_Imap_Client 2.29.5 -> 2.29.6 devel/pear-Horde_Itip 2.1.1 -> 2.1.2 textproc/pear-Horde_JavascriptMinify 1.1.2 -> 1.1.3 devel/pear-Horde_LoginTasks 2.0.6 -> 2.0.7 mail/pear-Horde_Mail_Autoconfig 1.0.2 -> 1.0.3 mail/pear-Horde_Mapi 1.0.6 -> 1.0.8 mail/pear-Horde_Mime 2.9.3 -> 2.9.4 mail/pear-Horde_Mime_Viewer 2.1.2 -> 2.1.3 devel/pear-Horde_Nls 2.1.0 -> 2.1.1 security/pear-Horde_Perms 2.1.6 -> 2.1.7 devel/pear-Horde_Prefs 2.7.5 -> 2.7.6 net/pear-Horde_Rpc 2.1.6 -> 2.1.7 security/pear-Horde_Share 2.0.8 -> 2.0.10 mail/pear-Horde_Smtp 1.9.2 -> 1.9.3 net/pear-Horde_Socket_Client 2.1.0 -> 2.1.1 textproc/pear-Horde_Text_Filter 2.3.3 -> 2.3.4 devel/pear-Horde_Timezone 1.0.10 -> 1.0.11 devel/pear-Horde_Token 2.0.8 -> 2.0.9 sysutils/pear-Horde_Vfs 2.3.1 -> 2.3.2 www/horde-ansel 3.0.3 -> 3.0.4 ftp/horde-gollem 3.0.7 -> 3.0.8 www/horde-base 5.2.9 -> 5.2.10 mail/horde-imp 6.2.12 -> 6.2.13 mail/horde-ingo 3.2.8 -> 3.2.9 deskutils/horde-kronolith 4.2.15 -> 4.2.16 deskutils/horde-mnemo 4.2.9 -> 4.2.10 deskutils/horde-nag 4.2.7 -> 4.2.8 www/horde-trean 1.1.4 -> 1.1.5 mail/horde-turba 4.2.12 -> 4.2.13 mail/horde-webmail 5.2.12 -> 5.2.13 deskutils/horde-groupware 5.2.12 -> 5.2.13 www/horde-wicked 2.0.4 -> 2.0.5
* - Update to 1.2.1.b1vsevolod2016-03-222-5/+5
|
* mail/milter-greylist: Fix optionsfeld2016-03-225-22/+17
| | | | | | | | - Remove DKIM option as it reportedly never worked - Regenerate patches to appease portlint PR: 207246 MFH: 2016Q1
* - Update rspamd to 1.2.0vsevolod2016-03-213-3/+5
| | | | Relnotes: https://rspamd.com/announce/2016/03/21/rspamd-1.2.0.html