Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Mar 2016 14:12:07 +0000 (UTC)
From:      Tilman Keskinoz <arved@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r410752 - head/net-im/profanity
Message-ID:  <201603101412.u2AEC747074690@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arved
Date: Thu Mar 10 14:12:07 2016
New Revision: 410752
URL: https://svnweb.freebsd.org/changeset/ports/410752

Log:
  Switch to libotr instead of libotr3
  
  PR:		207880
  Submitted by:	Sascha Holzleiter

Modified:
  head/net-im/profanity/Makefile

Modified: head/net-im/profanity/Makefile
==============================================================================
--- head/net-im/profanity/Makefile	Thu Mar 10 14:11:16 2016	(r410751)
+++ head/net-im/profanity/Makefile	Thu Mar 10 14:12:07 2016	(r410752)
@@ -2,6 +2,7 @@
 
 PORTNAME=	profanity
 PORTVERSION=	0.4.7
+PORTREVISION=	1
 CATEGORIES=	net-im
 MASTER_SITES=	http://www.profanity.im/
 
@@ -14,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 LIB_DEPENDS=	libstrophe.so:${PORTSDIR}/net-im/libstrophe \
 		libglib-2.0.so:${PORTSDIR}/devel/glib20 \
 		libcurl.so:${PORTSDIR}/ftp/curl \
-		libotr.so.2:${PORTSDIR}/security/libotr3 \
+		libotr.so.5:${PORTSDIR}/security/libotr \
 		libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \
 		libgpgme.so:${PORTSDIR}/security/gpgme
 



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