Received: by mail.netbsd.org (Postfix, from userid 605) id 252F284D9B; Wed, 8 May 2019 01:55:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9F87884D97 for ; Wed, 8 May 2019 01:55:17 +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 QEqWAVO_9tlk for ; Wed, 8 May 2019 01:55:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1AC8E84CFD for ; Wed, 8 May 2019 01:55:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 10C53FB16; Wed, 8 May 2019 01:55:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1557280517144440" MIME-Version: 1.0 Date: Wed, 8 May 2019 01:55:17 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/editors/pluma To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20190508015517.10C53FB16@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. --_----------=_1557280517144440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Wed May 8 01:55:16 UTC 2019 Modified Files: pkgsrc/editors/pluma: Makefile distinfo Log Message: pluma: update to 1.22.1 ### pluma 1.22.1 * tx: sync with transifex * update installation instructions and fix spelling and old reference * Help: replace link linkend with xref linkend * help: update copyright * Use ITS in docbook article info, validate with dbits schemas * Upgrade the manual to docbook 5.0 To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/editors/pluma/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/editors/pluma/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1557280517144440 Content-Disposition: inline Content-Length: 2090 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/pluma/Makefile diff -u pkgsrc/editors/pluma/Makefile:1.20 pkgsrc/editors/pluma/Makefile:1.21 --- pkgsrc/editors/pluma/Makefile:1.20 Thu Apr 25 07:32:51 2019 +++ pkgsrc/editors/pluma/Makefile Wed May 8 01:55:16 2019 @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.20 2019/04/25 07:32:51 maya Exp $ +# $NetBSD: Makefile,v 1.21 2019/05/08 01:55:16 gutteridge Exp $ # XXX: meta-pkgs/mate/Makefile.common includes pyversion.mk which sets the # python version too early and clashes with PYTHON_VERSIONS_INCOMPATIBLE # from libpeas bl3, so we include it early to ensure a valid version is # chosen. This is not ideal, please fix it properly at some point. -PKGREVISION= 1 .include "../../devel/libpeas/buildlink3.mk" .include "../../meta-pkgs/mate/Makefile.common" -DISTNAME= pluma-${VERSION} +DISTNAME= pluma-${VERSION:R}.1 CATEGORIES= editors COMMENT= Small and lightweight UTF-8 text editor for MATE Index: pkgsrc/editors/pluma/distinfo diff -u pkgsrc/editors/pluma/distinfo:1.6 pkgsrc/editors/pluma/distinfo:1.7 --- pkgsrc/editors/pluma/distinfo:1.6 Wed Mar 6 08:03:22 2019 +++ pkgsrc/editors/pluma/distinfo Wed May 8 01:55:16 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.6 2019/03/06 08:03:22 gutteridge Exp $ +$NetBSD: distinfo,v 1.7 2019/05/08 01:55:16 gutteridge Exp $ -SHA1 (pluma-1.22.0.tar.xz) = a427e728afd5be8777c4823638eb5e5b73fb74fc -RMD160 (pluma-1.22.0.tar.xz) = 86e1229cda53602bd18bc1b3e18c4cf54e03b26d -SHA512 (pluma-1.22.0.tar.xz) = 7c74c2ce0a89ec3813c936449d3114957e7b319433875ef567ecc508a28a1d3ddc3d0da418b2eb1278b6dc9dbaa3c75a279524f5a061b5aecb52955edcf28f51 -Size (pluma-1.22.0.tar.xz) = 3235612 bytes +SHA1 (pluma-1.22.1.tar.xz) = d3483e70f8172980359669b9128b4756a0f3a94e +RMD160 (pluma-1.22.1.tar.xz) = acc68fedaddfa1939e7af2bbf4ed5bc21e2581cc +SHA512 (pluma-1.22.1.tar.xz) = 0d3f07b2e8c736c9e1ad64ed5cb749db6088868e9bc27aa786cbb0c3fe72715f0fd4dd53999502a4333ec82110148b772c0dde81433d0936d2d3c2d04804026a +Size (pluma-1.22.1.tar.xz) = 3236724 bytes SHA1 (patch-configure) = c2f4aef21c7b23bafeb0c6d3f751e7d21e0a618e --_----------=_1557280517144440--