Commit Graph

22259 Commits

Author SHA1 Message Date
MANTANI Nobutaka e17825e891 Update to the snapshot on 2019-06-23. 2019-06-30 06:39:03 +00:00
Tobias C. Berner 4d160bfcf5 graphics/poppler: update to 0.78.0
Release 0.78.0:
        core:
         * Fix line annotation arrows for usage in dimensioning
         * Handle Ink annots without an InkList but with an AP
         * Fix typos preventing parsing of Movie start and duration
         * Fix crash on malformed files

        glib:
         * Add poppler_document_create_dests_tree()
         * Don't use the deprecated g_type_class_add_private()
         * Document the differences between render() and render_for_printing()
         * Fix introspection for poppler_document_new_from_data
         * Don't create PopplerInputStream with length 0. Issue #414
         * Document G_IO_ERROR as a possible error condition
         * docs: Add index for API new in 0.78

        build system:
         * Fixes cross compilation of gir in Void Linux
         * Add -Wshadow to the default warning flags
         * install pkg-config pc files if pkg-config is found

PR:		238857
Exp-run by:	antoine
Approved by:	gnome (kwm, implicit)
2019-06-29 08:55:17 +00:00
Tobias Kortkamp 7b402c3980 mail/aerc: Drop custom do-{build,install} targets after r505321 2019-06-29 04:02:08 +00:00
Alexey Dokuchaev c54f3cac10 Add missing USES+=iconv because most of Mailutils programs use functions
it provides, but dependency was not recorded in the package.  This bug
went unnoticed for a long time because `libiconv.so.2' library typically
exists on any FreeBSD installation, and was revealed by recent exp-run.

Since port revision was bumped just now in the previous commit, abuse it
and do not bump again.

PR:	229613
2019-06-27 09:28:35 +00:00
Alexey Dokuchaev 3186e08e7c Update Guile to version 2.2.5, modern stable version, and fix dependent
ports to build against it.  Most changes are rather minor and mechanical
except for the devel/gdb (obtained via their bugtracker [1], courtesy of
Doug Evans).  One port (science/meep) I had to mark BROKEN after fixing
it proved to be very tedious and actually unreliable.  It is very old,
there are newer versions available so it should be fixed by updating.

One port (devel/libruin) had revealed a bug in the new Guile code (an
auxiliary script, really) that had to be worked-round; reference to the
problematic upstream commit is provided in the patch.

PR:		229613
Exp-run by:	antoine

[1] https://sourceware.org/bugzilla/show_bug.cgi?id=21104#c8
2019-06-27 09:02:56 +00:00
Rene Ladan d2eb50ab00 Clean up final leftovers from Qt4.
Submitted by:	rene
Reviewed by:	mat, tcberner
Differential Revision:	https://reviews.freebsd.org/D20725
2019-06-26 11:52:23 +00:00
Alexey Dokuchaev cbe8c05f72 Update to version 3.7.
Submitted by:	maintainer
2019-06-24 10:14:07 +00:00
Olli Hauer 6f79463d88 - convert pkg-message to UCL 2019-06-23 10:04:22 +00:00
Olli Hauer acc3c8442f - update to 3.5-20190621
- convert pkg-message to UCL
2019-06-23 10:03:06 +00:00
Christoph Moench-Tegeder 2c4ffaa87c mail/thunderbird: update to 60.7.2 (release)
Release notes: https://www.thunderbird.net/en-US/thunderbird/60.7.2/releasenotes/

Approved by:	gecko@ (jbeich@, implicit)
MFH:		2019Q2
Security:	49beb00f-a6e1-4a42-93df-9cb14b4c2bee
2019-06-21 11:59:57 +00:00
Piotr Kubaj 3a6eb54cac mail/dcc-dccd: reroll tarball, bump PORTREVISION
Upstream has rerolled the tarball:
 "I discovered that I had made a mistake in
including files related to the old licenses in the tarball. They were
in pre-2019/LICENSE-rep,v and pre-2019/RESTRICTIONS,v"

PR:		238734
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D20707
2019-06-21 11:44:43 +00:00
Christoph Moench-Tegeder 7af3f1e827 mail/thunderbird: update to 60.7.2 (rc1)
Release Notes (soon): https://www.thunderbird.net/en-US/thunderbird/60.7.2/releasenotes/

Approved by:	gecko@ (jbeich@, implicit)
MFH:		2019Q2
2019-06-20 16:19:26 +00:00
Piotr Kubaj b42b0e4988 mail/dcc-dccd: upgrade to 2.3.167
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D20696
2019-06-19 23:11:29 +00:00
Guido Falsi ad1ecbc81b - Simplify XFCE MASTER_SITES usage
- Update XFCE Master sites list

Submitted by:		olivierd
Reviewed by:		mat
Approved by:		portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D8416
2019-06-19 16:14:27 +00:00
Mathieu Arnold 2ce0cb26fa Update the rest of my ports to UCL pkg-message. 2019-06-19 15:20:22 +00:00
Renato Botelho 8fb25f87f2 Take maintainership 2019-06-18 13:51:17 +00:00
Tobias Kortkamp fd2b9625c6 mail/aerc: Update to latest master
Also fix handling of tcell dependency which is actually replaced
with a patched version.
2019-06-17 13:35:17 +00:00
Dmitry Marakasov 4fc25fcfc3 - Update WWW
Approved by:	portmgr blanket
2019-06-17 09:01:58 +00:00
Olli Hauer 2243081405 - update to 3.5-20190615
Incompatibility with snapshot 20190615
  ====================================

  The Postfix TLS library by default no longer waits after sending a
  TLS 'close' notification. This should be safe with TLSv1.2 and
  later. Specify "tls_fast_shutdown_enable = no" to enable historical
  Postfix behavior.

  Major changes with snapshot 20190615
  ====================================

  After sending a TLS 'close' notification, the Postfix library by
  default no longer waits for the TLS peer to respond. According to
  RFC 2246 (TLSv1.2) section 7.2.1, "It is not required for the
  initiator of the close to wait for the responding close_notify alert
  before closing the read side of the connection."

  The SMTP+LMTP delivery agent can now prepend Delivered-To, X-Original-To
  and Return-Path headers, just like the pipe(8) delivery agent. This
  uses the same "flags=DOR" command-line flags in master.cf. See the
  smtp(8) manpage for details.

  This obsoletes the "lmtp_assume_final = yes" setting, and replaces
  it with "flags=...X...", for consistency with pipe(8).
2019-06-17 04:11:44 +00:00
Sunpoet Po-Chuan Hsieh 5568411e8c Update to 3.007
Changes:	https://metacpan.org/changes/distribution/Mail-Box-IMAP4
2019-06-14 20:19:55 +00:00
Mathieu Arnold 481a970de4 Really fix rc files.
Pointy hat:	mat, for assuming the patch was ok and only giving it a quick glance.
2019-06-14 11:12:08 +00:00
Piotr Kubaj d6f9c77b18 mail/dcc-dccd: fix startup scripts
Fix startup scripts so that PREFIX is not %D.

PR:		238501
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D20611
2019-06-14 07:17:02 +00:00
Cy Schubert 207d8ec2b2 Update 2.8.0 --> 2.9.0
exmh 2.9.0 is not hosted on any tcl/tk site at the moment.
The standard SF download helper fails to work in this case.
2019-06-14 00:05:04 +00:00
Fernando Apesteguía 826ff513f1 mail/notmuch: update to 0.29.1
- The sources are now compressed with xz instead of gzip.
- Support for GMime 2.6 was dropped and GMime 3.0.3 or later is required now.
- drop workaround for info(1) on FreeBSD 10 since it's no longer supported
- drop workaround for Sphinx since another one was included in notmuch's upstream

ChangeLog: https://notmuchmail.org/pipermail/notmuch/2019/028257.html

PR:	238418
Submitted by:	seschwar@gmail.com (maintainer)
2019-06-13 21:27:41 +00:00
Matthias Andree b382077c8d mail/mailman: fix cron/rundig if HTDIG option is enabled [1]
Ditto for the two Mailman/Cgi/remote?mmsearch.

PR:		238508 [1]
Reported by:	asp-freebsd@partan.com [1]
2019-06-13 18:32:35 +00:00
Sunpoet Po-Chuan Hsieh b38d4a71d6 Update to 3.006
Changes:	https://metacpan.org/changes/distribution/Mail-Box-IMAP4
2019-06-13 15:48:53 +00:00
Christoph Moench-Tegeder b49f81b002 mail/thunderbird: update to 60.7.1 (rc1)
Release Notes (soon):
  https://www.thunderbird.net/en-US/thunderbird/60.7.1/releasenotes/

Approved by:	jbeich (gecko@, implicit)
MFH:		2019Q2
2019-06-13 15:29:23 +00:00
Piotr Kubaj 7056a4ed6f mail/dcc-dccd: update to 2.3.165
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D20593
2019-06-11 08:44:34 +00:00
Piotr Kubaj e3a9cd8e0a mail/dcc-dccd: update to 2.3.164, use /var/db/dcc instead of /var/db, various cleanups
PR:		220978
Submitted by:	kai
Reported by:	mi@ALDAN.algebra.com
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D20155
2019-06-10 20:04:46 +00:00
Tobias Kortkamp 58a7a27e6c New port: mail/aerc
Aerc is an email client that runs in your terminal.  It is highly
efficient and extensible, perfect for the discerning hacker.

Some of its more interesting features include:

- Editing emails in an embedded terminal tmux-style, allowing you
  to check on incoming emails and reference other threads while you
  compose your replies
- Render HTML emails with an interactive terminal web browser,
  highlight patches with diffs, and browse with an embedded less
  session
- Vim-style keybindings and ex-command system, allowing for powerful
  automation at a single keystroke
- First-class support for working with git & email
- Open a new tab with a terminal emulator and a shell running for
  easy access to nearby git repos for parallel work
- Support for multiple accounts, with support for IMAP, Maildir, SMTP,
  and sendmail transfer protocols
- CalDAV and CardDAV support for synchronizing contacts & calendar
  events
- Asynchronous IMAP support ensures the UI never gets locked up by
  a flaky network, as mutt often does
- Efficient network usage - aerc only downloads the information
  which is necessary to present the UI, making for a snappy and
  bandwidth-efficient experience

WWW: https://aerc-mail.org/
2019-06-10 17:00:26 +00:00
Koichiro Iwao 68a3f31eb9 mail/roundcube-html5_notifier: Update to 0.6.3
pt_BR, zh_CN translations has been added.

Relnotes:	https://github.com/stremlau/html5_notifier/releases/tag/v0.6.3
2019-06-08 13:26:33 +00:00
Guido Falsi 982303158c Add LICENSE 2019-06-07 13:54:12 +00:00
Sunpoet Po-Chuan Hsieh b1fce6e474 Update to 3.005
Changes:	https://metacpan.org/changes/distribution/Mail-Box-IMAP4
2019-06-06 18:36:49 +00:00
Baptiste Daroussin 6847f4d9d8 Convert pkg-message to ucl format.
It means the message specifying the rename of the binary mutt to neomutt
will only be shown to people installing neomutt from the first time
and to people upgrading from a version of neomutt which used to have the
binary named mutt
2019-06-04 06:02:20 +00:00
Tobias C. Berner d163307e80 graphics/poppler: update to 0.77.0
Release 0.77.0:
        core:
         * Fix crash on signature handling. Issue #766
         * Fix small memory leak in SignatureHandler::getCertificateInfo
         * Splash: Restrict filling of overlapping boxes. Issue #750
         * Fix crash on malformed files

        qt5:
         * Fix optional content handling with exclusive layers

        cpp:
         * Make render_page thread-safe

        utils:
         * pdfsig: Fix small memory leak
         * pdftotext: Fix typo in manpage

PR:		238115
Exp-run by:	antoine
Approved by:	gnome (kwm, implicit)
2019-06-01 06:39:22 +00:00
Tobias Kortkamp 7b79a6bb65 mail/prom-wl: Do not install files for xemacs
It was removed in 2014.
2019-05-30 08:04:49 +00:00
Jochen Neumeister 476104262e Update to 4.2.25
Sponsored by:	Netzkommune GmbH
2019-05-30 06:41:34 +00:00
Jochen Neumeister 142e19fcf3 Update to 6.2.24
Sponsored by:	Netzkommune GmbH
2019-05-30 06:41:06 +00:00
Steve Wills 123a7a969c mail/nullmailer: Fix send fail on GnuTLS
PR:		237613
Submitted by:	David Hauweele <david@hauweele.net>
2019-05-30 01:47:53 +00:00
Steve Wills 413381c4b8 mail/py-dkimpy: update to 0.9.2
PR:		238222
Submitted by:	Kevin Golding <ports@caomhin.org> (maintainer)
2019-05-29 23:32:20 +00:00
Alex Kozlov 5d3181d2b5 - Update to 1.12.0 [*]
- Clean up patches due to upstream whitespace cleanup/changes
- Mark NNTP patch broken with 1.12.0
- VVV quote patch broken. Add to files/ fixed version until updated upstream
- Update extra-patch-maildir-mtime* due to upstream 6317a30369e
- Remove extra-patch-smime-outlook. The code [2] backing this patch was removed

[*] http://www.mutt.org/relnotes/1.12/

PR:	238179
Submitted by:	Derek Schrock <dereks@lifeofadishwasher.com> (maintainer)
2019-05-29 17:41:34 +00:00
Emanuel Haupt 125dd818e5 Update to 1.3.1 2019-05-29 11:29:51 +00:00
Matthias Fechner 19d42ddbfd Upgrade all ports required by www/gitlab-ce 11.11 from rails 5.0.x to 5.1.x. 2019-05-28 10:27:05 +00:00
Hajimu UMEMOTO 6ef0146e84 Update to 2.5.13. 2019-05-27 13:47:30 +00:00
Hajimu UMEMOTO 59af71dea8 Update to 3.0.10. 2019-05-27 13:46:21 +00:00
Tobias Kortkamp 8c3c208a2b mail/trojita: Spell CPE_VENDOR correctly 2019-05-25 16:46:56 +00:00
Tobias Kortkamp 8764ffbd63 mail/davmail: Assign to jjuanino
PR:		238117
Submitted by:	jjuanino@gmail.com
2019-05-25 13:06:29 +00:00
Tobias Kortkamp d68e03cc71 mail/davmail: Reset MAINTAINER after > 3 months maintainer timeout
PR:		235424
2019-05-25 12:45:19 +00:00
Jan Beich 57382b6429 gecko: drop unused libvorbis dep after r485460 2019-05-25 11:51:15 +00:00
Steve Wills bac0dda9ad mail/davmail: update to 5.1.0
PR:		235424
Submitted by:	jjuanino@gmail.com and Sean Farley <scf@FreeBSD.org>
Approved by:	maintainer timeout (john.c.prather@gmail.com, >3 months)
2019-05-24 15:49:46 +00:00