pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/lurch-purple



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Jan  4 15:11:38 UTC 2019

Modified Files:
        pkgsrc/chat/lurch-purple: Makefile distinfo

Log Message:
chat/lurch-purple: Update to 0.6.8

Changes:

* Makefile adaptations should help building and running this for some. Thanks for the pull requests.
* Fixed some bugs regarding carbons and sending messages to yourself, also added NULL checks so that it plays nicer with other plugins which might set the message to NULL
* Update submodules and their dependencies, most importantly libsignal-protocol-c to 2.3.2
* Add plugin preferences prototype: Single option is logging verbosity on the debug log


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/chat/lurch-purple/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/chat/lurch-purple/distinfo

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

Modified files:

Index: pkgsrc/chat/lurch-purple/Makefile
diff -u pkgsrc/chat/lurch-purple/Makefile:1.2 pkgsrc/chat/lurch-purple/Makefile:1.3
--- pkgsrc/chat/lurch-purple/Makefile:1.2       Sun Dec  9 18:52:17 2018
+++ pkgsrc/chat/lurch-purple/Makefile   Fri Jan  4 15:11:37 2019
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2018/12/09 18:52:17 adam Exp $
+# $NetBSD: Makefile,v 1.3 2019/01/04 15:11:37 nia Exp $
 
-VERSION=       0.6.7
+VERSION=       0.6.8
 DISTNAME=      lurch-${VERSION}-src
 PKGNAME=       lurch-purple-${VERSION}
-PKGREVISION=   1
 CATEGORIES=    chat security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=gkdr/lurch/releases/download/v${VERSION}/}
 
@@ -12,7 +11,7 @@ HOMEPAGE=     https://github.com/gkdr/lurch
 COMMENT=       XEP-0384: OMEMO Encryption for libpurple
 LICENSE=       gnu-gpl-v3
 
-WRKSRC=                ${WRKDIR}
+WRKSRC=                ${WRKDIR}/lurch-${VERSION}
 USE_TOOLS+=    cmake gmake pkg-config
 USE_LANGUAGES= c c++
 

Index: pkgsrc/chat/lurch-purple/distinfo
diff -u pkgsrc/chat/lurch-purple/distinfo:1.1 pkgsrc/chat/lurch-purple/distinfo:1.2
--- pkgsrc/chat/lurch-purple/distinfo:1.1       Tue Nov 27 17:44:14 2018
+++ pkgsrc/chat/lurch-purple/distinfo   Fri Jan  4 15:11:37 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2018/11/27 17:44:14 nia Exp $
+$NetBSD: distinfo,v 1.2 2019/01/04 15:11:37 nia Exp $
 
-SHA1 (lurch-0.6.7-src.tar.gz) = 3e2b561e118dbadb74796e25a25f4734a6f9f9bb
-RMD160 (lurch-0.6.7-src.tar.gz) = 236d06d8f330f218bb7900bb947200fd81794a27
-SHA512 (lurch-0.6.7-src.tar.gz) = c71a0049039eb2272f6fb7bf66a85d8b199f81bb0bdd4fb84c9c5526f7ae88b13614d9824a0887db5663aabed692c9e137de32db2599c1fd3e5c4309915b188f
-Size (lurch-0.6.7-src.tar.gz) = 377646 bytes
+SHA1 (lurch-0.6.8-src.tar.gz) = bbdb9299551a6c7022300f277c1591a2d8a5eca6
+RMD160 (lurch-0.6.8-src.tar.gz) = 4868fede497f193037a4dcc8367aa793898e283b
+SHA512 (lurch-0.6.8-src.tar.gz) = 8b93523049d05a00f1d7286ec9d0d8d03c7ae46793ac72ea08c0d12cb5193324be4805fb6278d6c0f906d9c63db9d7ce6ca2a21442236df51e0ee0b48de6ef1d
+Size (lurch-0.6.8-src.tar.gz) = 398267 bytes
 SHA1 (patch-Makefile) = f2e73ad5cf22ff9f700f87d5d2664aaea2addf8b



Home | Main Index | Thread Index | Old Index