diff options
Diffstat (limited to 'mail/astroid')
-rw-r--r-- | mail/astroid/Makefile | 9 | ||||
-rw-r--r-- | mail/astroid/distinfo | 6 | ||||
-rw-r--r-- | mail/astroid/files/patch-CMakeLists.txt | 10 |
3 files changed, 16 insertions, 9 deletions
diff --git a/mail/astroid/Makefile b/mail/astroid/Makefile index 3255bbbb325b..506e823f4d3a 100644 --- a/mail/astroid/Makefile +++ b/mail/astroid/Makefile @@ -1,7 +1,6 @@ PORTNAME= astroid DISTVERSIONPREFIX= v -DISTVERSION= 0.16 -PORTREVISION= 16 +DISTVERSION= 0.17 CATEGORIES= mail MAINTAINER= mylan.connolly@gmail.com @@ -13,12 +12,10 @@ LICENSE_COMB= dual LICENSE_FILE_GPLv3+ = ${WRKSRC}/COPYING.GPL-3.0+ LICENSE_FILE_LGPL21+ = ${WRKSRC}/COPYING.LGPL-2.1+ -BROKEN= fails to build with boost-1.85+ - BUILD_DEPENDS= scdoc:textproc/scdoc \ notmuch>0:mail/notmuch -LIB_DEPENDS= libboost_system.so:devel/boost-libs \ - libjavascriptcoregtk-4.0.so:www/webkit2-gtk@40 \ +LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ + libjavascriptcoregtk-4.1.so:www/webkit2-gtk@41 \ libgmime-3.0.so:mail/gmime30 \ libgnutls.so:security/gnutls \ libpcre2-8.so:devel/pcre2 \ diff --git a/mail/astroid/distinfo b/mail/astroid/distinfo index d1496b79c9cc..7fa2ba81ffc1 100644 --- a/mail/astroid/distinfo +++ b/mail/astroid/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1645195442 -SHA256 (astroidmail-astroid-v0.16_GH0.tar.gz) = 32ecb8c2fafe67f70c7d5f2bc60bda1796d98a56a75f7868c7c1ca50cd7baf5e -SIZE (astroidmail-astroid-v0.16_GH0.tar.gz) = 3370206 +TIMESTAMP = 1756292988 +SHA256 (astroidmail-astroid-v0.17_GH0.tar.gz) = dd419d4e11d1efa95979472e17cca5066799a5c64a595d5cea2b9e8d9f60f9c8 +SIZE (astroidmail-astroid-v0.17_GH0.tar.gz) = 3371728 diff --git a/mail/astroid/files/patch-CMakeLists.txt b/mail/astroid/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..1a920a83c15b --- /dev/null +++ b/mail/astroid/files/patch-CMakeLists.txt @@ -0,0 +1,10 @@ +--- CMakeLists.txt.orig 2025-04-14 05:49:49 UTC ++++ CMakeLists.txt +@@ -116,7 +116,6 @@ find_package ( Boost REQUIRED + log + thread + date_time +- system + ) + + find_package (Protobuf CONFIG) |