Received: by mail.netbsd.org (Postfix, from userid 605) id 8D01084D40; Fri, 30 Aug 2019 06:33:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1436A84CDC for ; Fri, 30 Aug 2019 06:33:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 1_a5O9WLH2rK for ; Fri, 30 Aug 2019 06:33:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6EE3184CCF for ; Fri, 30 Aug 2019 06:33:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 68F1FFBF4; Fri, 30 Aug 2019 06:33:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156714681874990" MIME-Version: 1.0 Date: Fri, 30 Aug 2019 06:33:38 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/x11/qt5-qtbase To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20190830063338.68F1FFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_156714681874990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Fri Aug 30 06:33:38 UTC 2019 Modified Files: pkgsrc/x11/qt5-qtbase: Makefile.common Log Message: qt5-qtbase: note Makefile.common used by qt5-qtspeech To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/x11/qt5-qtbase/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_156714681874990 Content-Disposition: inline Content-Length: 829 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/qt5-qtbase/Makefile.common diff -u pkgsrc/x11/qt5-qtbase/Makefile.common:1.31 pkgsrc/x11/qt5-qtbase/Makefile.common:1.32 --- pkgsrc/x11/qt5-qtbase/Makefile.common:1.31 Sun Apr 28 12:46:31 2019 +++ pkgsrc/x11/qt5-qtbase/Makefile.common Fri Aug 30 06:33:38 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.31 2019/04/28 12:46:31 maya Exp $ +# $NetBSD: Makefile.common,v 1.32 2019/08/30 06:33:38 markd Exp $ # used by x11/qt5-mysql/Makefile # used by x11/qt5-odbc/Makefile # used by x11/qt5-psql/Makefile @@ -17,6 +17,7 @@ # used by x11/qt5-qtscript/Makefile # used by x11/qt5-qtsensors/Makefile # used by x11/qt5-qtserialport/Makefile +# used by x11/qt5-qtspeech/Makefile # used by x11/qt5-qtsvg/Makefile # used by x11/qt5-qttools/Makefile # used by x11/qt5-qttranslations/Makefile --_----------=_156714681874990--