pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/gajim



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Nov 26 12:29:21 UTC 2018

Modified Files:
        pkgsrc/chat/gajim: Makefile

Log Message:
chat/gajim: Depend on sqlite3.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/chat/gajim/Makefile

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

Modified files:

Index: pkgsrc/chat/gajim/Makefile
diff -u pkgsrc/chat/gajim/Makefile:1.45 pkgsrc/chat/gajim/Makefile:1.46
--- pkgsrc/chat/gajim/Makefile:1.45     Mon Nov 19 14:50:24 2018
+++ pkgsrc/chat/gajim/Makefile  Mon Nov 26 12:29:20 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2018/11/19 14:50:24 nia Exp $
+# $NetBSD: Makefile,v 1.46 2018/11/26 12:29:20 nia Exp $
 
 DISTNAME=      gajim-1.1.0
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    chat python
 MASTER_SITES=  https://www.gajim.org/downloads/1.1/
 
@@ -27,6 +27,7 @@ DEPENDS+=     ${PYPKGPREFIX}-keyring-[0-9]*:
 DEPENDS+=      ${PYPKGPREFIX}-nbxmpp-[0-9]*:../../chat/py-nbxmpp
 DEPENDS+=      ${PYPKGPREFIX}-OpenSSL-[0-9]*:../../security/py-OpenSSL
 DEPENDS+=      ${PYPKGPREFIX}-precis-i18n-[0-9]*:../../textproc/py-precis-i18n
+DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
 
 .include "options.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"



Home | Main Index | Thread Index | Old Index