From 588b3e6a650aefb2b30cf597ba795d785967209f Mon Sep 17 00:00:00 2001 From: Suhail Khan <26044674+suhailskhan@users.noreply.github.com> Date: Sun, 11 May 2025 12:05:04 -0700 Subject: [PATCH] astroid: update to 0.17 --- mail/astroid/Portfile | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/mail/astroid/Portfile b/mail/astroid/Portfile index f9cfac7e13505..11153dbdda046 100644 --- a/mail/astroid/Portfile +++ b/mail/astroid/Portfile @@ -6,10 +6,9 @@ PortGroup github 1.0 PortGroup compiler_blacklist_versions 1.0 PortGroup boost 1.0 -github.setup astroidmail astroid 0.15 v -# Change github.tarball_from to 'releases' or 'archive' next update -github.tarball_from tarball -revision 6 +github.setup astroidmail astroid 0.17 v +github.tarball_from archive +revision 0 description Astroid Mail long_description A graphical threads-with-tags style, lightweight and fast, e-mail client for Notmuch @@ -19,9 +18,9 @@ categories mail homepage https://astroidmail.github.io/ license GPL-3+ LGPL-2.1+ -checksums rmd160 a7babb6609724a7b8fe950bc1321ee61b2af7609 \ - sha256 0eb8a5d9d6f48eb79a64a35e7dc0919ee0d20c3104c0f7b2c2d185c6ec24df34 \ - size 3365848 +checksums rmd160 da08c298ba82fc96d6007d3784e49d6403d4922a \ + sha256 dd419d4e11d1efa95979472e17cca5066799a5c64a595d5cea2b9e8d9f60f9c8 \ + size 3371728 compiler.cxx_standard 2014 compiler.blacklist-append {clang < 800}