Received: by mail.netbsd.org (Postfix, from userid 605) id 32BB084D33; Sun, 5 Jan 2020 16:39:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B0E7384D20 for ; Sun, 5 Jan 2020 16:39:19 +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 klwc0ppnRHxa for ; Sun, 5 Jan 2020 16:39:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1B08B84CEF for ; Sun, 5 Jan 2020 16:39:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 119ECFA97; Sun, 5 Jan 2020 16:39:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157824235937050" MIME-Version: 1.0 Date: Sun, 5 Jan 2020 16:39:19 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/misc/orca To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200105163919.119ECFA97@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. --_----------=_157824235937050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun Jan 5 16:39:18 UTC 2020 Modified Files: pkgsrc/misc/orca: Makefile Log Message: orca: Remove gnome-mag dependency To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 pkgsrc/misc/orca/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157824235937050 Content-Disposition: inline Content-Length: 737 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/orca/Makefile diff -u pkgsrc/misc/orca/Makefile:1.46 pkgsrc/misc/orca/Makefile:1.47 --- pkgsrc/misc/orca/Makefile:1.46 Sun Nov 3 17:04:25 2019 +++ pkgsrc/misc/orca/Makefile Sun Jan 5 16:39:18 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2019/11/03 17:04:25 rillig Exp $ +# $NetBSD: Makefile,v 1.47 2020/01/05 16:39:18 nia Exp $ DISTNAME= orca-2.32.1 PKGREVISION= 2 @@ -21,7 +21,6 @@ DEPENDS+= ${PYPKGPREFIX}-gnome2>=2.28:.. DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.22:../../x11/py-gtk2 DEPENDS+= ${PYPKGPREFIX}-cairo-[0-9]*:../../graphics/py-cairo DEPENDS+= gnome-speech>=0.4.25:../../audio/gnome-speech -DEPENDS+= gnome-mag>=0.16.2:../../x11/gnome-mag GNU_CONFIGURE= yes USE_LIBTOOL= yes --_----------=_157824235937050--