Received: by mail.netbsd.org (Postfix, from userid 605) id 415DB84E6B; Wed, 26 Oct 2022 10:13:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 708CC84E62 for ; Wed, 26 Oct 2022 10:13:34 +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 JWD6-T36yobj for ; Wed, 26 Oct 2022 10:13:34 +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 B6F6D84E61 for ; Wed, 26 Oct 2022 10:13:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A43FDFA90; Wed, 26 Oct 2022 10:13:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1666779213151260" MIME-Version: 1.0 Date: Wed, 26 Oct 2022 10:13:33 +0000 From: "Patrick Welche" Subject: CVS commit: pkgsrc/meta-pkgs/gnome To: pkgsrc-changes@NetBSD.org Reply-To: prlw1@netbsd.org X-Mailer: log_accum Message-Id: <20221026101333.A43FDFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1666779213151260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: prlw1 Date: Wed Oct 26 10:13:33 UTC 2022 Modified Files: pkgsrc/meta-pkgs/gnome: Makefile Log Message: Given how compatible evince 3.34 and 43 are, flip evince3->evince anyway. OK wiz@ To generate a diff of this commit: cvs rdiff -u -r1.150 -r1.151 pkgsrc/meta-pkgs/gnome/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1666779213151260 Content-Disposition: inline Content-Length: 981 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/gnome/Makefile diff -u pkgsrc/meta-pkgs/gnome/Makefile:1.150 pkgsrc/meta-pkgs/gnome/Makefile:1.151 --- pkgsrc/meta-pkgs/gnome/Makefile:1.150 Wed Oct 26 07:28:24 2022 +++ pkgsrc/meta-pkgs/gnome/Makefile Wed Oct 26 10:13:33 2022 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.150 2022/10/26 07:28:24 prlw1 Exp $ +# $NetBSD: Makefile,v 1.151 2022/10/26 10:13:33 prlw1 Exp $ PKGNAME= gnome-3.38.1 +PKGREVISION= 1 CATEGORIES= meta-pkgs MAINTAINER= pkgsrc-users@NetBSD.org @@ -24,7 +25,7 @@ DEPENDS+= accountsservice-[0-9]*:../../s DEPENDS+= adwaita-icon-theme-[0-9]*:../../graphics/adwaita-icon-theme #DEPENDS+= cheese-[0-9]*:../../graphics/cheese DEPENDS+= file-roller-[0-9]*:../../archivers/file-roller -DEPENDS+= evince-[0-9]*:../../print/evince3 +DEPENDS+= evince-[0-9]*:../../print/evince DEPENDS+= dconf-[0-9]*:../../devel/dconf-editor #DEPENDS+= evolution-[0-9]*:../../mail/evolution #DEPENDS+= epiphany-[0-9]*:../../www/epiphany --_----------=_1666779213151260--