Received: by mail.netbsd.org (Postfix, from userid 605) id 9D53D84DAB; Tue, 1 Oct 2019 13:14:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2370A84D82 for ; Tue, 1 Oct 2019 13:14:11 +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 q-p3IxChHJZN for ; Tue, 1 Oct 2019 13:14:10 +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 93D3284D4B for ; Tue, 1 Oct 2019 13:14:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 885D3FBF4; Tue, 1 Oct 2019 13:14:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1569935650246320" MIME-Version: 1.0 Date: Tue, 1 Oct 2019 13:14:10 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/converters/fribidi To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20191001131410.885D3FBF4@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. --_----------=_1569935650246320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Oct 1 13:14:10 UTC 2019 Modified Files: pkgsrc/converters/fribidi: Makefile distinfo Log Message: fribidi: Update to 1.0.7 Overview of changes between 1.0.6 and 1.0.7 ============================================= * This is a minor bugfix that removes symlinks and updates the meson version. Overview of changes between 1.0.5 and 1.0.6 ============================================= * This is a minor bugfix release that fixes a list of minor issues that have turned up during the last year. * Various compilation and cross compilation issues. * Various minor header cleanups. * Removed libc's bsearch for performance and portability reasons To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/converters/fribidi/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/converters/fribidi/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1569935650246320 Content-Disposition: inline Content-Length: 1668 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/converters/fribidi/Makefile diff -u pkgsrc/converters/fribidi/Makefile:1.25 pkgsrc/converters/fribidi/Makefile:1.26 --- pkgsrc/converters/fribidi/Makefile:1.25 Tue Sep 17 16:43:01 2019 +++ pkgsrc/converters/fribidi/Makefile Tue Oct 1 13:14:10 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2019/09/17 16:43:01 nia Exp $ +# $NetBSD: Makefile,v 1.26 2019/10/01 13:14:10 nia Exp $ -DISTNAME= fribidi-1.0.5 +DISTNAME= fribidi-1.0.7 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_GITHUB:=fribidi/} EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/converters/fribidi/distinfo diff -u pkgsrc/converters/fribidi/distinfo:1.12 pkgsrc/converters/fribidi/distinfo:1.13 --- pkgsrc/converters/fribidi/distinfo:1.12 Tue Sep 17 16:43:01 2019 +++ pkgsrc/converters/fribidi/distinfo Tue Oct 1 13:14:10 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2019/09/17 16:43:01 nia Exp $ +$NetBSD: distinfo,v 1.13 2019/10/01 13:14:10 nia Exp $ -SHA1 (fribidi-1.0.5.tar.bz2) = 39d2bcb3ef93365222e7cdaf648cd167785ec3bf -RMD160 (fribidi-1.0.5.tar.bz2) = 22358fe74a9854dbe84efba2015373b841e5cc51 -SHA512 (fribidi-1.0.5.tar.bz2) = c8fb32468be4c461832d586d6c6af65fad1cfe9d5b2fed405f247d6974425ccedeb21ad11609fbcabc3ae5d635d78d88c12d201a4d19ef997e9497054afcdeb2 -Size (fribidi-1.0.5.tar.bz2) = 2082617 bytes +SHA1 (fribidi-1.0.7.tar.bz2) = 8dd337f24cc65b1e3157ad9d2e11fdfed37b52de +RMD160 (fribidi-1.0.7.tar.bz2) = 91e1984a05e4c973e100da8379c8458cb38285bc +SHA512 (fribidi-1.0.7.tar.bz2) = c7a1834eb5e79e337b31c62b75e9ab61f761cc5d6eef5c9ac9610f69ed044ce9d2d2efac150cad167eea3e1d573b27765e5d01abc4b4f9e43c7903d5980ba8c0 +Size (fribidi-1.0.7.tar.bz2) = 2074943 bytes --_----------=_1569935650246320--