pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

profanity: Use libmesode



Module Name:	pkgsrc-wip
Committed By:	Jonathan Schleifer <js%heap.zone@localhost>
Pushed By:	js
Date:		Mon Jan 23 22:35:15 2017 +0100
Changeset:	424420454f21a802088878a063dbbb6ac94255d8

Modified Files:
	profanity/Makefile

Log Message:
profanity: Use libmesode

libstrophe does not support TLS verification.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=424420454f21a802088878a063dbbb6ac94255d8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 profanity/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/profanity/Makefile b/profanity/Makefile
index fa12a4a..17dd8ea 100644
--- a/profanity/Makefile
+++ b/profanity/Makefile
@@ -22,8 +22,8 @@ pre-configure:
 .include "../../devel/libuuid/buildlink3.mk"
 .include "../../devel/ncursesw/buildlink3.mk"
 .include "../../devel/readline/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libstrophe+=	libstrophe>=0.9.1
-.include "../../wip/libstrophe/buildlink3.mk"
+BUILDLINK_API_DEPENDS.libmesode+=	libmesode>=0.9.1
+.include "../../wip/libmesode-git/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../lang/python/pyversion.mk"


Home | Main Index | Thread Index | Old Index