Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jun 2021 10:45:53 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 14239f27d116 - 2021Q2 - mail/sylpheed: Add missing dependency
Message-ID:  <202106061045.156Ajr1n053253@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=14239f27d1169ace26d1913ce7fd1ba0ac097eba

commit 14239f27d1169ace26d1913ce7fd1ba0ac097eba
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2021-06-06 10:41:40 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2021-06-06 10:45:30 +0000

    mail/sylpheed: Add missing dependency
    
    PR:             256378 (based on)
    Notified by:    stage-qa
    MFH:            2021Q1
    
    (cherry picked from commit 06caa0418884a026c1c2e0be94675880371898f4)
---
 mail/sylpheed/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile
index 3351cbb3302a..9b6243d34643 100644
--- a/mail/sylpheed/Makefile
+++ b/mail/sylpheed/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	sylpheed
 PORTVERSION=	3.7.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	mail
 MASTER_SITES=	http://sylpheed.sraoss.jp/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/ \
 		LOCAL/ehaupt
@@ -15,7 +15,8 @@ LICENSE_COMB=	dual
 
 RUN_DEPENDS=	${LOCALBASE}/etc/mime.types:misc/mime-support
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
-		libfreetype.so:print/freetype2
+		libfreetype.so:print/freetype2 \
+		libharfbuzz.so:print/harfbuzz
 
 USES=		desktop-file-utils gettext gmake gnome iconv libtool pkgconfig \
 		tar:bzip2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106061045.156Ajr1n053253>