Tue Jan 24 05:14:55 2023 UTC ()
finch: Remove PKGREVISION following chat/libpurple update


(triaxx)
diff -r1.88 -r1.89 pkgsrc/chat/finch/Makefile

cvs diff -r1.88 -r1.89 pkgsrc/chat/finch/Makefile (expand / switch to unified diff)

--- pkgsrc/chat/finch/Makefile 2022/11/23 16:19:27 1.88
+++ pkgsrc/chat/finch/Makefile 2023/01/24 05:14:54 1.89
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.88 2022/11/23 16:19:27 adam Exp $ 1# $NetBSD: Makefile,v 1.89 2023/01/24 05:14:54 triaxx Exp $
2 2
3PKGNAME= finch-${PIDGIN_VERSION} 3PKGNAME= finch-${PIDGIN_VERSION}
4PKGREVISION= 1 
5 4
6COMMENT= Multi-protocol console instant messaging client 5COMMENT= Multi-protocol console instant messaging client
7 6
8.include "../../chat/libpurple/Makefile.common" 7.include "../../chat/libpurple/Makefile.common"
9 8
10USE_TOOLS+= intltool msgfmt perl 9USE_TOOLS+= intltool msgfmt perl
11 10
12CONFIGURE_ARGS+= --enable-consoleui 11CONFIGURE_ARGS+= --enable-consoleui
13CONFIGURE_ARGS+= --without-x 12CONFIGURE_ARGS+= --without-x
14CONFIGURE_ENV+= ac_cv_path_pythonpath= 13CONFIGURE_ENV+= ac_cv_path_pythonpath=
15 14
16#CONFIGURE_ARGS+= --disable-plugins 15#CONFIGURE_ARGS+= --disable-plugins
17 16