Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 214F8AE862 for ; Thu, 21 Aug 2014 21:33:12 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7F31814A200; Thu, 21 Aug 2014 21:33:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 592D514A1CB for ; Thu, 21 Aug 2014 21:33:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id l5FJaZ1DPqHb for ; Thu, 21 Aug 2014 21:33:07 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id C3FA814A17D for ; Thu, 21 Aug 2014 21:33:07 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id C211596; Thu, 21 Aug 2014 21:33:07 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 21 Aug 2014 21:33:07 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/py-qt4 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20140821213307.C211596@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Thu Aug 21 21:33:07 UTC 2014 Modified Files: pkgsrc/x11/py-qt4: Makefile PLIST.common distinfo pkgsrc/x11/py-qt4/patches: patch-aa Log Message: Update to 4.11.1: v4.11.1 3rd July 2014 - Added the -tr-function, -trUtf8-function and -translate-function command line options to pylupdate4. - Bug fixes. v4.11 26th May 2014 - By default a Python slot is only invoked if the underlying C++ instance still exists. - Added the no_receiver_check argument to connect(). - Added support for Qt v4.8.6. - Added --target-py-version, --sysroot and --no-tools options to configure-ng.py. - Cross-compiling (specifically to iOS and Android when building against Qt v5) is now supported. - SIP v4.16 is now required. - Bug fixes. v4.10.4 14th March 2014 - Added the port of the webftpclient from Moritz Warning. - The --use-arch argument to configure.py can now be specified more than once. - Bug fixes. v4.10.3 21st August 2013 - Bug fixes. To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 pkgsrc/x11/py-qt4/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/py-qt4/PLIST.common cvs rdiff -u -r1.32 -r1.33 pkgsrc/x11/py-qt4/distinfo cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/py-qt4/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.