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

Tilman Keskinoz arved at FreeBSD.org
Mon Nov 11 17:30:18 UTC 2019


Author: arved
Date: Mon Nov 11 17:30:17 2019
New Revision: 517269
URL: https://svnweb.freebsd.org/changeset/ports/517269

Log:
  Enable OMEMO support
  Bump PORTREVISION
  
  PR:		241381
  Reported by:	pvoigt at uos.de

Modified:
  head/net-im/profanity/Makefile

Modified: head/net-im/profanity/Makefile
==============================================================================
--- head/net-im/profanity/Makefile	Mon Nov 11 16:47:17 2019	(r517268)
+++ head/net-im/profanity/Makefile	Mon Nov 11 17:30:17 2019	(r517269)
@@ -2,6 +2,7 @@
 
 PORTNAME=	profanity
 PORTVERSION=	0.7.1
+PORTREVISION=	1
 CATEGORIES=	net-im
 
 MAINTAINER=	arved at FreeBSD.org
@@ -18,7 +19,8 @@ LIB_DEPENDS=	libmesode.so:net-im/libmesode \
 		libgpgme.so:security/gpgme \
 		libassuan.so:security/libassuan \
 		libgpg-error.so:security/libgpg-error \
-		libgcrypt.so:security/libgcrypt
+		libgcrypt.so:security/libgcrypt \
+		libsignal-protocol-c.so:net/libsignal
 
 USES=		ncurses pkgconfig ssl python readline autoreconf libtool gnome
 USE_GNOME=	glib20
@@ -28,7 +30,8 @@ GH_PROJECT=	profanity
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-otr --enable-python-plugins --enable-c-plugins \
-		--enable-pgp --enable-icons=no --with-xscreensaver=no
+		--enable-pgp --enable-icons=no --with-xscreensaver=no \
+		--enable-omemo
 CONFIGURE_ENV=	LIBS="${CFLAGS} -lcrypto"
 INSTALL_TARGET=	install-strip
 OPTIONS_DEFINE=	NOTIFY


More information about the svn-ports-all mailing list