Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Oct 2020 10:58:35 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r553431 - branches/2020Q4/irc/polari
Message-ID:  <202010271058.09RAwZsY062701@repo.freebsd.org>

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

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

Modified:
  branches/2020Q4/irc/polari/Makefile
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/irc/polari/Makefile
==============================================================================
--- branches/2020Q4/irc/polari/Makefile	Tue Oct 27 10:57:38 2020	(r553430)
+++ branches/2020Q4/irc/polari/Makefile	Tue Oct 27 10:58:34 2020	(r553431)
@@ -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?202010271058.09RAwZsY062701>