Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 4DF501A9217 for ; Sat, 9 Jan 2021 05:21:01 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6C3DE84D6A; Sat, 9 Jan 2021 05:21:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A077484D33 for ; Sat, 9 Jan 2021 05:20:59 +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 jGAq8Ol9VAfa for ; Sat, 9 Jan 2021 05:20:59 +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 12B3384CDC for ; Sat, 9 Jan 2021 05:20:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 06BEAFA9D; Sat, 9 Jan 2021 05:20:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161016965931520" MIME-Version: 1.0 Date: Sat, 9 Jan 2021 05:20:59 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/emulators/vice To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210109052059.06BEAFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161016965931520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Jan 9 05:20:58 UTC 2021 Modified Files: pkgsrc/emulators/vice: Makefile PLIST Log Message: (emulators/vice) Add dos2unix-[0-9]* for DEPENDS, adjust PLIST To generate a diff of this commit: cvs rdiff -u -r1.154 -r1.155 pkgsrc/emulators/vice/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/emulators/vice/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161016965931520 Content-Disposition: inline Content-Length: 1581 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/vice/Makefile diff -u pkgsrc/emulators/vice/Makefile:1.154 pkgsrc/emulators/vice/Makefile:1.155 --- pkgsrc/emulators/vice/Makefile:1.154 Fri Jan 1 16:23:44 2021 +++ pkgsrc/emulators/vice/Makefile Sat Jan 9 05:20:58 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.154 2021/01/01 16:23:44 rhialto Exp $ +# $NetBSD: Makefile,v 1.155 2021/01/09 05:20:58 mef Exp $ DISTNAME= vice-3.5 PKGREVISION= 1 @@ -41,6 +41,7 @@ CONFIGURE_ARGS+= --enable-html-docs INFO_FILES= yes REQD_DIRS+= ${PREFIX}/share/vice +DEPENDS+= dos2unix-[0-9]*:../../converters/dos2unix BUILD_DEPENDS+= xa65-[0-9]*:../../devel/xa65 REPLACE_BASH+= src/arch/gtk3/data/unix/mkdesktopfile.sh Index: pkgsrc/emulators/vice/PLIST diff -u pkgsrc/emulators/vice/PLIST:1.29 pkgsrc/emulators/vice/PLIST:1.30 --- pkgsrc/emulators/vice/PLIST:1.29 Fri Jan 1 12:46:03 2021 +++ pkgsrc/emulators/vice/PLIST Sat Jan 9 05:20:58 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.29 2021/01/01 12:46:03 rhialto Exp $ +@comment $NetBSD: PLIST,v 1.30 2021/01/09 05:20:58 mef Exp $ bin/c1541 bin/cartconv bin/petcat @@ -16,7 +16,6 @@ bin/xvic @comment ${PLIST.desktop}etc/xdg/menus/applications-merged/vice-org-vice-org.menu ${PLIST.desktop}share/applications/vice-org-vsid.desktop ${PLIST.desktop}share/applications/vice-org-x128.desktop -${PLIST.desktop}share/applications/vice-org-x64.desktop ${PLIST.desktop}share/applications/vice-org-x64dtv.desktop ${PLIST.desktop}share/applications/vice-org-x64sc.desktop ${PLIST.desktop}share/applications/vice-org-xcbm2.desktop --_----------=_161016965931520--