Received: by mail.netbsd.org (Postfix, from userid 605) id 1778A84CF7; Sat, 26 Oct 2019 12:51:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 91D7884CE2 for ; Sat, 26 Oct 2019 12:51:19 +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 W-fNGkN6Zhyc for ; Sat, 26 Oct 2019 12:51: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 211A084CD3 for ; Sat, 26 Oct 2019 12:51:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 153F0FA8A; Sat, 26 Oct 2019 12:51:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157209427925350" MIME-Version: 1.0 Date: Sat, 26 Oct 2019 12:51:19 +0000 From: "Kamil Rytarowski" Subject: CVS commit: pkgsrc/graphics/eog To: pkgsrc-changes@NetBSD.org Reply-To: kamil@netbsd.org X-Mailer: log_accum Message-Id: <20191026125119.153F0FA8A@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. --_----------=_157209427925350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kamil Date: Sat Oct 26 12:51:19 UTC 2019 Modified Files: pkgsrc/graphics/eog: Makefile Log Message: eog: Set PREV_PKGPATH To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101 pkgsrc/graphics/eog/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157209427925350 Content-Disposition: inline Content-Length: 685 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/eog/Makefile diff -u pkgsrc/graphics/eog/Makefile:1.100 pkgsrc/graphics/eog/Makefile:1.101 --- pkgsrc/graphics/eog/Makefile:1.100 Fri Oct 25 14:37:27 2019 +++ pkgsrc/graphics/eog/Makefile Sat Oct 26 12:51:18 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.100 2019/10/25 14:37:27 kamil Exp $ +# $NetBSD: Makefile,v 1.101 2019/10/26 12:51:18 kamil Exp $ DISTNAME= eog-3.24.1 PKGREVISION= 6 @@ -11,6 +11,8 @@ HOMEPAGE= https://www.gnome.org/ COMMENT= Eye of GNOME: an image viewing and cataloging program LICENSE= gnu-gpl-v2 +PREV_PKGPATH= graphics/eog3 + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake intltool msgfmt pkg-config --_----------=_157209427925350--