Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 96AC97A2BC for ; Tue, 18 Apr 2017 01:16:55 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4095784DD9; Tue, 18 Apr 2017 01:16:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C485A84D80 for ; Tue, 18 Apr 2017 01:16:54 +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 lAytZWfiEpdo for ; Tue, 18 Apr 2017 01:16:54 +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 5EAA984CE2 for ; Tue, 18 Apr 2017 01:16:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5532AFBE4; Tue, 18 Apr 2017 01:16:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149247821497590" MIME-Version: 1.0 Date: Tue, 18 Apr 2017 01:16:54 +0000 From: "Min Sik Kim" Subject: CVS commit: pkgsrc/textproc/xhtmldiff To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20170418011654.5532AFBE4@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. --_----------=_149247821497590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: minskim Date: Tue Apr 18 01:16:54 UTC 2017 Modified Files: pkgsrc/textproc/xhtmldiff: Makefile Log Message: Bump PKGREVISION for dependency change To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/xhtmldiff/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149247821497590 Content-Disposition: inline Content-Length: 611 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/xhtmldiff/Makefile diff -u pkgsrc/textproc/xhtmldiff/Makefile:1.10 pkgsrc/textproc/xhtmldiff/Makefile:1.11 --- pkgsrc/textproc/xhtmldiff/Makefile:1.10 Tue Apr 18 00:56:31 2017 +++ pkgsrc/textproc/xhtmldiff/Makefile Tue Apr 18 01:16:54 2017 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2017/04/18 00:56:31 minskim Exp $ +# $NetBSD: Makefile,v 1.11 2017/04/18 01:16:54 minskim Exp $ DISTNAME= xhtmldiff-1.2.2 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://theinternetco.net/projects/ruby/ # necessary since it will be overwritten by gem.mk --_----------=_149247821497590--