svn commit: r410752 - head/net-im/profanity
Tilman Keskinoz
arved at FreeBSD.org
Thu Mar 10 14:12:09 UTC 2016
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
More information about the svn-ports-all
mailing list