52 Commits

Author SHA1 Message Date
Adam Weinberger 94be418de3 various: Bump PORTREVISION after go124-1.24.4 update 2025-06-06 16:00:53 -04:00
Adam Weinberger 0bdd2ad334 go: Bump go124-dependent ports
Earlier I bumped the default Go to 1.24. Ports that specify a lower
version will still build with those lower version (for now), so they
don't need a bumping. Instead I'm bumping anything that (now) has go124
as a dependency.
2025-05-21 15:58:15 -04:00
Adam Weinberger a4e30d4f4f go: Bump ports for go124 update 2025-04-01 22:07:58 -04:00
Adam Weinberger d0642a6176 Bump all go ports for yesterday's releases 2025-03-05 11:02:56 -05:00
Yuvakiran Rayapureddy 7bf1f6892d mail/aerc: update to 0.20.1
ChangeLog: https://git.sr.ht/~rjarry/aerc/refs/0.20.1

Fixes

 * `:sign` and `:encrypt` descriptions overflow the review screen.
 * Some messages are hidden when using client side threading.

PR:		284412
Reported by:	iamsleepy@ryuki.me (maintainer)
2025-01-30 10:01:30 +01:00
Yuvakiran Rayapureddy 163c26e72f mail/aerc: Update 0.19.0 → 0.20.0
Changelog:
https://git.sr.ht/~rjarry/aerc/refs/0.20.0

PR:	284356
2025-01-27 15:12:34 +03:00
Yuvakiran Rayapureddy 4454314909 mail/aerc: Update to 0.19.0
Changelog: https://git.sr.ht/~rjarry/aerc/refs/0.19.0

PR:		284076
Approved by:	submitter is maintainer
2025-01-18 15:25:23 +01:00
Ashish SHUKLA aa8c0111bf all: Bump after lang/go121 update 2024-08-09 06:24:08 +00:00
Yuvakiran Rayapureddy bbfd58316f mail/aerc: update 0.18.1 → 0.18.2
Fixed:
 - Builtin `calendar` filter error with non-GNU Awk.
 - Detection of unicode width measurements on tmux 3.4.
 - Dropping of events during large pastes.
 - Home and End key decoding for the st terminal.

Changelog:
https://git.sr.ht/~rjarry/aerc/refs/0.18.2

PR:	280606
2024-08-04 12:42:47 +03:00
Yuvakiran Rayapureddy c3f44f5b92 mail/aerc: update 0.18.0 → 0.18.1
Changelog:
https://git.sr.ht/~rjarry/aerc/refs/0.18.1

PR:	280348
2024-07-18 17:52:47 +03:00
Torsten Zuehlsdorff 8aef05ad4e mail/aerc: Update from 0.16.0 to 0.18.0
Changelog:

  # Added

  - Add `[ui].msglist-scroll-offset` option to set a scroll offset for
    the message list.
  - Add new `:align` command to align the selected message at the top,
    center, or bottom of the message list.
  - Inline image previews when no filter is defined for `image/*` and the
    terminal supports it.
  - `:bounce` command to reintroduce messages into the transport system.
  - Message counts are available in statusline templates.
  - Execute IPC commands verbatim by providing the command and its args
    as a single argument in the shell.
  - Virtually any key binding can now be configured in `binds.conf`,
    including Shift+Alt+Control modifier combinations.
  - Configure default message list `:split` or `:vsplit` on startup with
    `message-list-split` in `aerc.conf`.
  - Create notmuch named queries with the `:query` command.
  - Specify a ":q" alias for quit.
  - The `:detach` command now understands globs similar to `:attach`.
  - Match filters on filename via `.filename,~<regexp> =`.
  - Tell aerc how to handle file-based operations on multi-file notmuch
    messages with the account config option `multi-file-strategy` and the
    `-m` flag to `:archive`, `:copy`, `:delete`, and `:move`.
  - Add `[ui].dialog-{position,width,height}` to set the position, width
    and height of popover dialogs.
  - New `pgp-self-encrypt` option in `accounts.conf`.
  - Add `--no-ipc` flag to run `aerc mailto:...`, `aerc mbox:...`, and
    `aerc :<command...>` within the current aerc instance and prevent
    listening for IPC calls from other aerc instances.
  - Add config options `disable-ipc-mailto` and `disable-ipc-mbox` to
    make `mailto:...` and `mbox:...` commands always run in a new aerc
    instance.
  - Set global options in `accounts.conf` by placing them at the top of
    the file.
  - Silently close the terminal tab after piping a message to a command
    with `:pipe -s <cmd>`.
  - New `tag-modified` hook for notmuch and JMAP accounts.
  - New `flag-changed` hook.
  - Notmuch search term completions to `:query`.
  - Notmuch completions for `:cf`, `:filter` and `:search`.
  - Add `imaps+insecure` to the available protocols, for connections that
    should ignore issues with certificate verification.
  - Add `[ui].select-last-message` option to position cursor at the
    bottom of the view.
  - Propagate terminal bell from the built-in terminal.
  - Added `AERC_FOLDER_ROLE` to hooks that have `AERC_FOLDER`.
  - Added `{{.AccountBackend}}` to templates.
  - Added `AERC_ACCOUNT_BACKEND` to hooks with `AERC_ACCOUNT`.
  - Per folder key bindings can now be defined for the message viewer.
  - Allow using existing directory name with `:query -f`.
  - Allow specifying the folder to delete with `:rmdir`.
  - The address book is now used for `:cc`, `:bcc` and `:forward`.
  - Allow fallback to threading by subject with
    `[ui].threading-by-subject`.

  # Fixed

  - Calendar responses now ignore case.
  - Allow account- and folder-specific binds to coexist.
  - Fixed crash when running `:send` with a `:preview` tab focused.
  - Deadlock when running `aerc mailto:foo@bar.com` without another
    instance of aerc already running.
  - Prevent a freeze for large-scale deletions with IMAP.
  - `Mime-Version` is no longer inserted in signed text parts headers.
    MTAs normalizing header case will not corrupt signatures anymore.
  - Restore previous behaviour of the new message bell which was broken
    in the last two releases for at least some setups.

  # Changed

  - The default `[ui]` settings and the `default` styleset have changed
    extensively. A no-color theme can be restored with the `monochrome`
    styleset.
  - The default `colorize` theme has been changed to use the base
    terminal colors.
  - The `[viewer]` section of stylesets now preserve default values as
    documented in `aerc-stylesets(7)` unless explicitly overridden.
  - Add Message-ID to the variables of `[hooks].mail-received`.
  - The `TrayInfo` template variable now includes a visual mark mode
    indicator.
  - The `disable-ipc` option in `aerc.conf` completely disables IPC.
  - Improved readability of the builtin `calendar` filter.
  - `:open` commands now preserve the original filename.
  - Unparsable accounts are skipped, instead of aerc exiting with an
    error.

  # Deprecated

  - Built-in descriptions for the default keybinds shown on the review
    screen will be deprecated in a future release. Descriptions can be
    added to those keybinds with inline comments in binds.conf.

  Taken from:
    https://git.sr.ht/~rjarry/aerc/refs/0.18.0

PR:		280172
Approved by:	Yuvakiran Rayapureddy <iamsleepy@ryuki.me> (maintainer)
2024-07-08 10:41:41 +02:00
Ashish SHUKLA c4b51c2028 all: Bump after lang/go121 update 2024-07-03 08:29:54 +00:00
Ashish SHUKLA 746fa696a1 all: Bump after lang/go121 update
MFH:		2024Q2
2024-06-15 09:52:17 +00:00
Ashish SHUKLA fce0cc3272 all: Bump after lang/go121 update
MFH:		2024Q2
2024-05-13 17:56:04 +00:00
Ashish SHUKLA 32b284679a all: Bump after lang/go121 update
MFH:		2024Q2
2024-04-15 08:20:04 +00:00
Muhammad Moinur Rahman a5a000df3b lang/go: Change DEFAULT to 1.21
PR:		277776
Approved by:	portmgr (exp-run)
2024-03-24 15:29:00 +01:00
Ashish SHUKLA 7e5aa2085f all: Bump PORTREVISION after lang/go* update
PR:		276530
2024-02-11 10:39:17 +00:00
Ashish SHUKLA 0505b712df all: Bump PORTREVISION after lang/go* update
PR:		274405
2023-12-07 02:22:10 +00:00
Yuvakiran Rayapureddy c559a8b10b mail/aerc: Update to 0.16.0
- clean up and improve port

Submitter becomes maintainer.

Changelog: https://git.sr.ht/~rjarry/aerc/refs/0.16.0

PR:		274383
2023-10-11 02:04:38 -04:00
Dmitri Goutnik 8e4bc57934 all: Bump PORTREVISION after lang/go* update 2023-09-08 09:34:56 -05:00
Dmitri Goutnik 09b993031a all: Bump PORTREVISION after lang/go{119,120} update 2023-08-04 09:24:50 -05:00
Dmitri Goutnik ff40d94c1d all: Bump PORTREVISION after lang/go{119,120} update 2023-04-08 10:13:25 -05:00
Dmitri Goutnik 09079730e9 all: Bump PORTREVISION after Go ports update 2023-03-09 14:18:07 -05:00
Dmitri Goutnik 56b5ec772f all: Bump PORTREVISION after lang/go{119,120} update 2023-02-15 14:06:01 -05:00
Dmitri Goutnik 2297efc51b all: Bump PORTREVISION after GO_DEFAULT update. 2023-02-09 16:55:23 -05:00
Dmitri Goutnik 3b383d833a all: Bump PORTVERSION after lang/go{118,119} update 2023-01-14 06:31:17 -05:00
Dmitri Goutnik d9ad1002d5 all: Bump PORTREVISION after lang/go{118,119} update 2022-12-11 06:17:27 -05:00
Dmitri Goutnik bde51869ee all: Bump PORTREVISION after lang/go{118,119} update 2022-10-06 14:24:26 -05:00
Dmitri Goutnik f05c98fffb all: Bump PORTREVISION after lang/go{118,119} update 2022-09-08 11:33:18 -05:00
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00
Stefan Eßer b7f05445c0 Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Dmitri Goutnik 4476f89764 all: Bump PORTREVISION after Go update
Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
2022-08-03 16:35:13 -05:00
Fernando Apesteguía 098b622dd3 mail/aerc: update to 0.10.0
PR:	264817
Reported by:	phil@krylov.eu
2022-07-20 14:04:27 +02:00
Dmitri Goutnik 153cb65ac8 all: Bump PORTREVISION after lang/go{117,118} update 2022-07-14 07:46:05 -05:00
Dmitri Goutnik 309cdeccd8 */*: Bump port revisons after lang/go{117,118} update 2022-06-07 16:56:10 -05:00
Guangyuan Yang d690b5102f */*: Bump PORTREVISION after lang/go 1.18 update 2022-03-30 03:01:44 -04:00
Mathieu Arnold cf118ccf87 One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold 305f148f48 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Jan Beich 6a8382c076 mail/aerc: unbreak fetch due to dependency rename
$ make checksum TRYBROKEN= MASTER_SITE_BACKUP= DISTDIR=$(mktemp -dt distfiles)
[...]
=> ProtonMail-crypto-71bec3603bf3_GH0.tar.gz doesn't seem to exist in /tmp/distfiles.vIqG0oUY/.
=> Attempting to fetch https://codeload.github.com/ProtonMail/crypto/tar.gz/71bec3603bf3?dummy=/ProtonMail-crypto-71bec3603bf3_GH0.tar.gz
fetch: https://codeload.github.com/ProtonMail/crypto/tar.gz/71bec3603bf3?dummy=/ProtonMail-crypto-71bec3603bf3_GH0.tar.gz: size unknown
fetch: https://codeload.github.com/ProtonMail/crypto/tar.gz/71bec3603bf3?dummy=/ProtonMail-crypto-71bec3603bf3_GH0.tar.gz: size of remote file is not known
ProtonMail-crypto-71bec3603bf3_GH0.tar.gz             1939 kB 2391 kBps    00s
=> Fetched file size mismatch (expected 1985666, actual 1985937)
=> Couldn't fetch it - please try to retrieve this
=> port manually into /tmp/distfiles.vIqG0oUY/ and try again.
*** Error code 1
2021-02-18 00:00:43 +00:00
Jan Beich 2c37533f6e Unbreak fetch from git.sr.ht
GZIP compression ratio and Git footer have changed e.g.,

 method  crc     date  time    compressed uncompressed  ratio uncompressed_name
-defla 944caee6 Dec  7 21:15        12482        71680  82.5% scdoc-1.11.1.tar
+defla 944caee6 Feb 17 23:20        12510        71680  82.5% scdoc-1.11.1.tar

 ---
-2.26.2
+2.30.0
2021-02-17 23:39:04 +00:00
Tobias Kortkamp f35841a5de Reset MAINTAINER 2020-09-28 05:05:24 +00:00
Tobias Kortkamp 9fb90ac243 mail/aerc: Update to 0.4.0
Changes:	https://git.sr.ht/~sircmpwn/aerc/refs/0.4.0
2020-05-30 00:23:55 +00:00
Tobias Kortkamp 29821c9ccf mail/aerc: Unbreak on arm64
# git.sr.ht/~sircmpwn/pty
vendor/git.sr.ht/~sircmpwn/pty/pty_freebsd.go:50:20: undefined: fiodgnameArg
vendor/git.sr.ht/~sircmpwn/pty/pty_freebsd.go:63:12: undefined: _C_SPECNAMELEN
vendor/git.sr.ht/~sircmpwn/pty/pty_freebsd.go:66:9: undefined: fiodgnameArg
# golang.org/x/sys/unix
vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go:400:12: undefined: uint128

http://thunderx1.nyi.freebsd.org/data/head-arm64-default/p518178_s355024/logs/errors/aerc-0.3.0.log

Unbreak by updating golang.org/x/sys to 33540a1f6037 which adds
support for FreeBSD arm64 and generating the missing
git.sr.ht/~sircmpwn/pty/ztypes_freebsd_arm64.go.

PR:		242312
2019-12-02 22:54:19 +00:00
Tobias Kortkamp 05b731e678 mail/aerc: Update to 0.3.0
Changes:	https://git.sr.ht/~sircmpwn/aerc/refs/0.3.0
2019-11-22 12:13:16 +00:00
Dmitri Goutnik d84aa50743 Bump PORTREVISION after r517743 to force relinking.
Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D21854
2019-11-16 12:52:39 +00:00
Tobias Kortkamp 11bf3c0d3d mail/aerc: Update to 0.2.1
Changes:	https://git.sr.ht/~sircmpwn/aerc/refs/
2019-07-30 15:06:50 +00:00
Tobias Kortkamp c93b732d07 mail/aerc: Update to latest commit 2019-07-27 08:54:51 +00:00
Tobias Kortkamp 0675eea8bf mail/aerc: Update to latest commit 2019-07-17 04:14:04 +00:00
Tobias Kortkamp cd27efc0b6 mail/aerc: Update to latest commit 2019-07-03 12:47:49 +00:00
Tobias Kortkamp 7b402c3980 mail/aerc: Drop custom do-{build,install} targets after r505321 2019-06-29 04:02:08 +00:00