Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2026 17:54:04 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 11a840368066 - main - mail/astroid: simple attempt to unbreak the port's build
Message-ID:  <6a1c75bc.1c691.1e3e6406@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=11a840368066bb411a0ad1281c1ee133b9e60b8c

commit 11a840368066bb411a0ad1281c1ee133b9e60b8c
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2026-05-31 17:52:16 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2026-05-31 17:52:16 +0000

    mail/astroid: simple attempt to unbreak the port's build
    
    Starting with version 1.80, girepository have been moved
    from gobject-introspection into glib itself.  While here,
    wrap USES line so it fits standard 80x25 terminal width.
    
    Fixes:  aaa3495b3377
---
 mail/astroid/Makefile | 11 ++++++-----
 mail/astroid/distinfo |  4 +++-
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/mail/astroid/Makefile b/mail/astroid/Makefile
index 2f4e214dbd55..8fde588b75a1 100644
--- a/mail/astroid/Makefile
+++ b/mail/astroid/Makefile
@@ -4,12 +4,13 @@ DISTVERSION=	0.17
 PORTREVISION=	4
 CATEGORIES=	mail
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES=	ad5b290816c57cae153ebf2dfbd64e8c7924344c.patch:-p1
+
 MAINTAINER=	mylan.connolly@gmail.com
 COMMENT=	Graphical email client for notmuch, inspired by sup and others
 WWW=		https://astroidmail.github.io/
 
-BROKEN=		fails to build, fatal error: 'girepository.h' file not found
-
 LICENSE=	GPLv3+ LGPL21+
 LICENSE_COMB=	dual
 LICENSE_FILE_GPLv3+ =	${WRKSRC}/COPYING.GPL-3.0+
@@ -28,12 +29,12 @@ LIB_DEPENDS=	libboost_filesystem.so:devel/boost-libs \
 		libsoup-2.4.so:devel/libsoup
 RUN_DEPENDS=	notmuch:mail/notmuch
 
-USES=		cmake compiler:c++17-lang desktop-file-utils gettext-runtime gnome \
-		pkgconfig
+USES=		cmake compiler:c++17-lang desktop-file-utils \
+		gettext-runtime gnome pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	astroidmail
 USE_GNOME=	atk atkmm cairo cairomm gdkpixbuf glib20 glibmm gtk30 \
-		gtkmm30 introspection libsigc++20 pango pangomm vte3
+		gtkmm30 libsigc++20 pango pangomm vte3
 
 USE_CXXSTD=	c++17
 
diff --git a/mail/astroid/distinfo b/mail/astroid/distinfo
index 7fa2ba81ffc1..32bcd9a80b61 100644
--- a/mail/astroid/distinfo
+++ b/mail/astroid/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1756292988
+TIMESTAMP = 1744609789
 SHA256 (astroidmail-astroid-v0.17_GH0.tar.gz) = dd419d4e11d1efa95979472e17cca5066799a5c64a595d5cea2b9e8d9f60f9c8
 SIZE (astroidmail-astroid-v0.17_GH0.tar.gz) = 3371728
+SHA256 (ad5b290816c57cae153ebf2dfbd64e8c7924344c.patch) = 006cfbc7e20fdeb4e7b6c78d2a43b6cd2e3424c4fa7947bb19b13f91a4fbaa30
+SIZE (ad5b290816c57cae153ebf2dfbd64e8c7924344c.patch) = 1223


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1c75bc.1c691.1e3e6406>