Received: by mail.netbsd.org (Postfix, from userid 605) id 8F81584D5F; Sat, 13 Jan 2018 05:04:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E115184D58 for ; Sat, 13 Jan 2018 05:04:38 +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 jrW9S5mEn3pc for ; Sat, 13 Jan 2018 05:04:38 +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 6A49D84CED for ; Sat, 13 Jan 2018 05:04:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 60949FBDE; Sat, 13 Jan 2018 05:04:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151581987896520" MIME-Version: 1.0 Date: Sat, 13 Jan 2018 05:04:38 +0000 From: "Izumi Tsutsui" Subject: CVS commit: pkgsrc/emulators/PC6001VX To: pkgsrc-changes@NetBSD.org Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20180113050438.60949FBDE@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. --_----------=_151581987896520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tsutsui Date: Sat Jan 13 05:04:38 UTC 2018 Modified Files: pkgsrc/emulators/PC6001VX: Makefile distinfo Removed Files: pkgsrc/emulators/PC6001VX/patches: patch-PC6001VX.pro Log Message: PC6001VX: revert previous rpath patch since ffmpeg3 has been fixed. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/emulators/PC6001VX/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/emulators/PC6001VX/distinfo cvs rdiff -u -r1.4 -r0 pkgsrc/emulators/PC6001VX/patches/patch-PC6001VX.pro Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151581987896520 Content-Disposition: inline Content-Length: 1469 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/PC6001VX/Makefile diff -u pkgsrc/emulators/PC6001VX/Makefile:1.15 pkgsrc/emulators/PC6001VX/Makefile:1.16 --- pkgsrc/emulators/PC6001VX/Makefile:1.15 Sun Jan 7 20:58:56 2018 +++ pkgsrc/emulators/PC6001VX/Makefile Sat Jan 13 05:04:38 2018 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2018/01/07 20:58:56 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2018/01/13 05:04:38 tsutsui Exp $ VERSION= 2.31.1 DISTNAME= PC6001VX_${VERSION}_src PKGNAME= ${DISTNAME:S/_src//:S/_/-/} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= emulators MASTER_SITES= http://eighttails.up.seesaa.net/bin/ Index: pkgsrc/emulators/PC6001VX/distinfo diff -u pkgsrc/emulators/PC6001VX/distinfo:1.5 pkgsrc/emulators/PC6001VX/distinfo:1.6 --- pkgsrc/emulators/PC6001VX/distinfo:1.5 Sun Jan 7 20:58:56 2018 +++ pkgsrc/emulators/PC6001VX/distinfo Sat Jan 13 05:04:38 2018 @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.5 2018/01/07 20:58:56 joerg Exp $ +$NetBSD: distinfo,v 1.6 2018/01/13 05:04:38 tsutsui Exp $ SHA1 (PC6001VX_2.31.1_src.tar.gz) = 4e53d3b10ccc6bb8d92c0e7939c61e9df0271c26 RMD160 (PC6001VX_2.31.1_src.tar.gz) = 82e853e4d395354759c25c0721c22cf2bc11f001 SHA512 (PC6001VX_2.31.1_src.tar.gz) = eeb882357710053fc175ae763d3cea4b959a71d2a2fb6cf51a5424ffa0be95026b78d1d71b6f362e255de234a5061acbe2f86800de044cc20629579b3d1c666a Size (PC6001VX_2.31.1_src.tar.gz) = 2053290 bytes -SHA1 (patch-PC6001VX.pro) = 8ffb35ececbdd3b2d0cc9a10243f8458a46310eb --_----------=_151581987896520--