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 9ED567A218 for ; Thu, 12 Jan 2017 16:53:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4DCF2858D9; Thu, 12 Jan 2017 16:53:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D2C86858D6 for ; Thu, 12 Jan 2017 16:53:22 +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 9zWQzoFNEt4R for ; Thu, 12 Jan 2017 16:53:22 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 69BC0857FB for ; Thu, 12 Jan 2017 16:53:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 605CAFBA6; Thu, 12 Jan 2017 16:53:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1484240002270200" MIME-Version: 1.0 Date: Thu, 12 Jan 2017 16:53:22 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/flex To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170112165322.605CAFBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1484240002270200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Jan 12 16:53:22 UTC 2017 Modified Files: pkgsrc/devel/flex: Makefile distinfo Removed Files: pkgsrc/devel/flex/patches: patch-src_FlexLexer.h Log Message: Remove now unneeded patch, lilypond seems to build fine without it. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 pkgsrc/devel/flex/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/flex/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/devel/flex/patches/patch-src_FlexLexer.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1484240002270200 Content-Disposition: inline Content-Length: 1439 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/flex/Makefile diff -u pkgsrc/devel/flex/Makefile:1.56 pkgsrc/devel/flex/Makefile:1.57 --- pkgsrc/devel/flex/Makefile:1.56 Sun Jan 1 13:53:16 2017 +++ pkgsrc/devel/flex/Makefile Thu Jan 12 16:53:22 2017 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.56 2017/01/01 13:53:16 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2017/01/12 16:53:22 wiz Exp $ DISTNAME= flex-2.6.3 +PKGREVISION= 1 CATEGORIES= devel lang MASTER_SITES= ${MASTER_SITE_GITHUB:=westes/} GITHUB_RELEASE= v${PKGVERSION_NOREV} Index: pkgsrc/devel/flex/distinfo diff -u pkgsrc/devel/flex/distinfo:1.30 pkgsrc/devel/flex/distinfo:1.31 --- pkgsrc/devel/flex/distinfo:1.30 Sun Jan 1 13:53:16 2017 +++ pkgsrc/devel/flex/distinfo Thu Jan 12 16:53:22 2017 @@ -1,9 +1,8 @@ -$NetBSD: distinfo,v 1.30 2017/01/01 13:53:16 wiz Exp $ +$NetBSD: distinfo,v 1.31 2017/01/12 16:53:22 wiz Exp $ SHA1 (flex-2.6.3.tar.gz) = 8008eb0e4ccc634c334ac1d9e04716be2ba527a9 RMD160 (flex-2.6.3.tar.gz) = 992f79f75e167bd062b8c8f00c783ea6349f9fd4 SHA512 (flex-2.6.3.tar.gz) = f14b1af7ddd148660737991787fcf13d86cc0bef3859ed6c2135963373e76524d70382795c845cb6491b0435f8c40ba81e17f15267592b8d1656cfd4c3430b00 Size (flex-2.6.3.tar.gz) = 1405560 bytes -SHA1 (patch-src_FlexLexer.h) = 9a585219bc8f24c862070969045739d6a303b0bf SHA1 (patch-tests_Makefile.am) = f30524f9b8c22a37cb04b4406ec142ea1ecb8e59 SHA1 (patch-tests_Makefile.in) = 709d5f117418bbcbcc54926f582bc808daf12f3b --_----------=_1484240002270200--