Tue May 15 07:18:04 2012 UTC ()
Bump PKGREVISION, last patches for latest glib2 affect to installed header
files, it is required to build depending packages.


(obache)
diff -r1.8 -r1.9 pkgsrc/chat/meanwhile/Makefile

cvs diff -r1.8 -r1.9 pkgsrc/chat/meanwhile/Makefile (switch to unified diff)

--- pkgsrc/chat/meanwhile/Makefile 2012/05/06 17:53:22 1.8
+++ pkgsrc/chat/meanwhile/Makefile 2012/05/15 07:18:04 1.9
@@ -1,29 +1,29 @@ @@ -1,29 +1,29 @@
1# $NetBSD: Makefile,v 1.8 2012/05/06 17:53:22 dholland Exp $ 1# $NetBSD: Makefile,v 1.9 2012/05/15 07:18:04 obache Exp $
2# 2#
3 3
4DISTNAME= meanwhile-1.0.2 4DISTNAME= meanwhile-1.0.2
5PKGREVISION= 3 5PKGREVISION= 4
6CATEGORIES= chat 6CATEGORIES= chat
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=meanwhile/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=meanwhile/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://meanwhile.sourceforge.net/ 10HOMEPAGE= http://meanwhile.sourceforge.net/
11COMMENT= Lotus SameTime compatible chat protocol 11COMMENT= Lotus SameTime compatible chat protocol
12 12
13LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16
17GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
18USE_LIBTOOL= yes 18USE_LIBTOOL= yes
19USE_TOOLS+= pkg-config 19USE_TOOLS+= pkg-config
20 20
21CONFIGURE_ARGS+= --disable-doxygen 21CONFIGURE_ARGS+= --disable-doxygen
22 22
23CHECK_WRKREF_SKIP+= share/doc/meanwhile-doc-1.0.2/samples/build 23CHECK_WRKREF_SKIP+= share/doc/meanwhile-doc-1.0.2/samples/build
24 24
25PKGCONFIG_OVERRIDE+= meanwhile.pc.in 25PKGCONFIG_OVERRIDE+= meanwhile.pc.in
26 26
27.include "../../devel/glib2/buildlink3.mk" 27.include "../../devel/glib2/buildlink3.mk"
28 28
29.include "../../mk/bsd.pkg.mk" 29.include "../../mk/bsd.pkg.mk"