Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
18 Feb 2021 00:00:43
0.4.0

|
jbeich  |
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 |
17 Feb 2021 23:39:05
0.4.0

|
jbeich  |
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 |
28 Sep 2020 05:05:25
0.4.0

|
tobik  |
Reset MAINTAINER |
30 May 2020 00:23:55
0.4.0

|
tobik  |
mail/aerc: Update to 0.4.0
Changes: https://git.sr.ht/~sircmpwn/aerc/refs/0.4.0 |
02 Dec 2019 22:54:19
0.3.0_1

|
tobik  |
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 |
22 Nov 2019 12:13:16
0.3.0

|
tobik  |
mail/aerc: Update to 0.3.0
Changes: https://git.sr.ht/~sircmpwn/aerc/refs/0.3.0 |
16 Nov 2019 12:52:40
0.2.1_1

|
dmgk  |
Bump PORTREVISION after r517743 to force relinking.
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D21854 |
30 Jul 2019 15:06:51
0.2.1

|
tobik  |
mail/aerc: Update to 0.2.1
Changes: https://git.sr.ht/~sircmpwn/aerc/refs/ |
27 Jul 2019 08:54:51
0.1.1.166

|
tobik  |
mail/aerc: Update to latest commit |
17 Jul 2019 04:14:04
0.1.1.117

|
tobik  |
mail/aerc: Update to latest commit |
03 Jul 2019 12:47:49
0.1.1.77

|
tobik  |
mail/aerc: Update to latest commit |
29 Jun 2019 04:02:08
0.1.1.53

|
tobik  |
mail/aerc: Drop custom do-{build,install} targets after r505321 |
17 Jun 2019 13:35:18
0.1.1.53

|
tobik  |
mail/aerc: Update to latest master
Also fix handling of tcell dependency which is actually replaced
with a patched version. |
10 Jun 2019 17:00:26
0.1.1.37

|
tobik  |
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 (Only the first 15 lines of the commit message are shown above ) |