Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Oct 2020 10:57:38 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553430 - head/irc/polari
Message-ID:  <202010271057.09RAvce3062523@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Tue Oct 27 10:57:38 2020
New Revision: 553430
URL: https://svnweb.freebsd.org/changeset/ports/553430

Log:
  Add a missing dependency
  
  Otherwise, Polari does not start.
  
  PR:		239582
  Submitted by:	Greg V <greg%unrelenting.technology>
  Approved by:	portmgr blanket
  MFH:		2020Q4 (runtime fix)

Modified:
  head/irc/polari/Makefile

Modified: head/irc/polari/Makefile
==============================================================================
--- head/irc/polari/Makefile	Tue Oct 27 09:50:00 2020	(r553429)
+++ head/irc/polari/Makefile	Tue Oct 27 10:57:38 2020	(r553430)
@@ -3,6 +3,7 @@
 
 PORTNAME=	polari
 PORTVERSION=	3.38.0
+PORTREVISION=	1
 CATEGORIES=	irc gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome
@@ -20,7 +21,8 @@ LIB_DEPENDS=	libtelepathy-glib.so:net-im/telepathy-gli
 		libsecret-1.so:security/libsecret \
 		libtelepathy-logger.so:net-im/telepathy-logger
 RUN_DEPENDS=	gjs-console:lang/gjs \
-		telepathy-idle>0:net-im/telepathy-idle
+		telepathy-idle>0:net-im/telepathy-idle \
+		gspell>0:textproc/gspell
 
 PORTSCOUT=	limitw:1,even
 



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