Sat Dec 30 01:34:44 2023 UTC (145d)
https


(zafer)
diff -r1.29 -r1.30 pkgsrc/chat/telepathy-haze/Makefile

cvs diff -r1.29 -r1.30 pkgsrc/chat/telepathy-haze/Makefile (expand / switch to unified diff)

--- pkgsrc/chat/telepathy-haze/Makefile 2023/11/08 13:18:18 1.29
+++ pkgsrc/chat/telepathy-haze/Makefile 2023/12/30 01:34:43 1.30
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.29 2023/11/08 13:18:18 wiz Exp $ 1# $NetBSD: Makefile,v 1.30 2023/12/30 01:34:43 zafer Exp $
2 2
3DISTNAME= telepathy-haze-0.8.0 3DISTNAME= telepathy-haze-0.8.0
4PKGREVISION= 16 4PKGREVISION= 16
5CATEGORIES= chat 5CATEGORIES= chat
6MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-haze/ 6MASTER_SITES= https://telepathy.freedesktop.org/releases/telepathy-haze/
7 7
8MAINTAINER= jaapb@NetBSD.org 8MAINTAINER= jaapb@NetBSD.org
9#HOMEPAGE= https://telepathy.freedesktop.org/doc/telepathy-haze/ 9#HOMEPAGE= https://telepathy.freedesktop.org/doc/telepathy-haze/
10COMMENT= Libpurple connection manager for Telepathy 10COMMENT= Libpurple connection manager for Telepathy
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14USE_TOOLS= gmake pkg-config 14USE_TOOLS= gmake pkg-config
15PYTHON_VERSIONS_ACCEPTED= 27 # as of 0.8.0 15PYTHON_VERSIONS_ACCEPTED= 27 # as of 0.8.0
16 16
17.include "../../lang/python/batteries-included.mk" 17.include "../../lang/python/batteries-included.mk"
18.include "../../lang/python/application.mk" 18.include "../../lang/python/application.mk"
19.include "../../chat/libpurple/buildlink3.mk" 19.include "../../chat/libpurple/buildlink3.mk"