Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Mar 2021 19:14:34 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r569582 - head/net-im/profanity
Message-ID:  <202103301914.12UJEYf9003627@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Mar 30 19:14:34 2021
New Revision: 569582
URL: https://svnweb.freebsd.org/changeset/ports/569582

Log:
  Update LIB_DEPENDS
  
  - Bump PORTREVISION for dependency change

Modified:
  head/net-im/profanity/Makefile

Modified: head/net-im/profanity/Makefile
==============================================================================
--- head/net-im/profanity/Makefile	Tue Mar 30 19:13:29 2021	(r569581)
+++ head/net-im/profanity/Makefile	Tue Mar 30 19:14:34 2021	(r569582)
@@ -2,6 +2,7 @@
 
 PORTNAME=	profanity
 PORTVERSION=	0.10.0
+PORTREVISION=	1
 CATEGORIES=	net-im
 
 MAINTAINER=	arved@FreeBSD.org
@@ -19,7 +20,7 @@ LIB_DEPENDS=	libmesode.so:net-im/libmesode \
 		libassuan.so:security/libassuan \
 		libgpg-error.so:security/libgpg-error \
 		libgcrypt.so:security/libgcrypt \
-		libsignal-protocol-c.so:net/libsignal \
+		libsignal-protocol-c.so:net/libsignal-protocol-c \
 		libsqlite3.so:databases/sqlite3
 
 USES=		ncurses pkgconfig ssl python readline autoreconf libtool gnome



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