Received: by mail.netbsd.org (Postfix, from userid 605) id 64F0B84CE3; Fri, 2 Jul 2021 09:01:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E603284D61 for ; Fri, 2 Jul 2021 09:01:52 +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 Kh4IQjcl_VDz for ; Fri, 2 Jul 2021 09:01:52 +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 6C2EE84D57 for ; Fri, 2 Jul 2021 09:01:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 67895FA95; Fri, 2 Jul 2021 09:01:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1625216511223150" MIME-Version: 1.0 Date: Fri, 2 Jul 2021 09:01:51 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/pangomm To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210702090151.67895FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1625216511223150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Jul 2 09:01:51 UTC 2021 Modified Files: pkgsrc/devel/pangomm: Makefile distinfo Log Message: pangomm: updated to 2.46.1 2.46.1 (stable): Build: * Meson build: Use relative paths to untracked/ * pangommconfig.h.*: Don't dllimport on MinGW * Meson build: Make it possible to use pangomm as a subproject * Meson build: No implicit_include_directories To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 pkgsrc/devel/pangomm/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/pangomm/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1625216511223150 Content-Disposition: inline Content-Length: 1729 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/pangomm/Makefile diff -u pkgsrc/devel/pangomm/Makefile:1.63 pkgsrc/devel/pangomm/Makefile:1.64 --- pkgsrc/devel/pangomm/Makefile:1.63 Mon May 31 20:04:34 2021 +++ pkgsrc/devel/pangomm/Makefile Fri Jul 2 09:01:51 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.63 2021/05/31 20:04:34 wiz Exp $ +# $NetBSD: Makefile,v 1.64 2021/07/02 09:01:51 adam Exp $ -DISTNAME= pangomm-2.46.0 -PKGREVISION= 1 +DISTNAME= pangomm-2.46.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pangomm/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/devel/pangomm/distinfo diff -u pkgsrc/devel/pangomm/distinfo:1.16 pkgsrc/devel/pangomm/distinfo:1.17 --- pkgsrc/devel/pangomm/distinfo:1.16 Thu Apr 8 21:15:47 2021 +++ pkgsrc/devel/pangomm/distinfo Fri Jul 2 09:01:51 2021 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.16 2021/04/08 21:15:47 adam Exp $ +$NetBSD: distinfo,v 1.17 2021/07/02 09:01:51 adam Exp $ -SHA1 (pangomm-2.46.0.tar.xz) = 04b10887b7af64e27dcbf57115fcbc841fff8799 -RMD160 (pangomm-2.46.0.tar.xz) = 4e3bba7dc2e006f903907803e8d0b7a0b2063cc0 -SHA512 (pangomm-2.46.0.tar.xz) = bd193788b9fd12c637a779c37894336cb0ea37ccd2b173816baacd72e485997b0500cf257e2fb58bb325c74f756245b61509984bd5ff8643ab73355028590ff6 -Size (pangomm-2.46.0.tar.xz) = 672008 bytes +SHA1 (pangomm-2.46.1.tar.xz) = 47b933e78dca2b69e416fe789de3d129343bf936 +RMD160 (pangomm-2.46.1.tar.xz) = 242673beb42a5a437d33051c7bff579156363505 +SHA512 (pangomm-2.46.1.tar.xz) = cb375af9422d8fa7683fcdd4dc9b9179b48dcfd2278a587fcfc86a04c5c0bbd5feb348a2b45c7bf233a3ad68a9614c66c8300fd4d287b5e144d336441f5aa46a +Size (pangomm-2.46.1.tar.xz) = 672952 bytes SHA1 (patch-meson.build) = b09516870f4e33aab8d4039f995aedd4dc236832 --_----------=_1625216511223150--