pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt4-libs Bump PKGREVISION for xmlpatterns fix.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e86490a6d3a4
branches:  trunk
changeset: 570794:e86490a6d3a4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Feb 03 15:41:17 2010 +0000

description:
Bump PKGREVISION for xmlpatterns fix.

diffstat:

 x11/qt4-libs/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 1fbd8d2e32f0 -r e86490a6d3a4 x11/qt4-libs/Makefile
--- a/x11/qt4-libs/Makefile     Wed Feb 03 14:43:57 2010 +0000
+++ b/x11/qt4-libs/Makefile     Wed Feb 03 15:41:17 2010 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.42 2010/02/03 14:21:16 adam Exp $
+# $NetBSD: Makefile,v 1.43 2010/02/03 15:41:17 wiz Exp $
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 .include "../../x11/qt4-libs/Makefile.common"
 
 PKGNAME=       qt4-libs-${QTVERSION}
-PKGREVISION=   2
+PKGREVISION=   3
 COMMENT=       C++ X GUI toolkit
 
 # XXX this is to test what really gets installed when 'do-install' is disabled
@@ -44,7 +44,7 @@
 .endfor
        ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} ${WRKSRC}/bin/uic3 \
            ${DESTDIR}${QTPREFIX}/bin
-.for incl in corelib gui multimedia network opengl qt3support script scripttools sql svg xml xmlpatterns testlib 3rdparty/webkit/WebCore
+.for incl in corelib gui multimedia network opengl qt3support script scripttools sql svg testlib xml xmlpatterns 3rdparty/webkit/WebCore
        cd ${WRKSRC}/src/${incl} && env ${MAKE_ENV} ${INSTALL_ENV} \
                ${MAKE_PROGRAM} install_flat_headers install_targ_headers install_class_headers
 .endfor



Home | Main Index | Thread Index | Old Index