svn commit: r569582 - head/net-im/profanity

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Mar 30 19:14:35 UTC 2021


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 at 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


More information about the svn-ports-head mailing list