Received: by mail.netbsd.org (Postfix, from userid 605) id CE17A85595; Sun, 27 Aug 2017 15:59:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 60E6584D76 for ; Sun, 27 Aug 2017 15:59: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 U1a7jQh5ivoX for ; Sun, 27 Aug 2017 15:59: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 E59C084D21 for ; Sun, 27 Aug 2017 15:59:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DC5F0FA94; Sun, 27 Aug 2017 15:59:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150384959176200" MIME-Version: 1.0 Date: Sun, 27 Aug 2017 15:59:51 +0000 From: "Patrick Welche" Subject: CVS commit: pkgsrc/editors/gedit3 To: pkgsrc-changes@NetBSD.org Reply-To: prlw1@netbsd.org X-Mailer: log_accum Message-Id: <20170827155951.DC5F0FA94@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. --_----------=_150384959176200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: prlw1 Date: Sun Aug 27 15:59:51 UTC 2017 Modified Files: pkgsrc/editors/gedit3: Makefile distinfo Log Message: Update gedit3 to 3.22.0 ============ gedit 3.22.1 ============ - Misc bugfixes - Translation updates To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/editors/gedit3/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/editors/gedit3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150384959176200 Content-Disposition: inline Content-Length: 1661 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/gedit3/Makefile diff -u pkgsrc/editors/gedit3/Makefile:1.35 pkgsrc/editors/gedit3/Makefile:1.36 --- pkgsrc/editors/gedit3/Makefile:1.35 Tue Aug 1 14:58:57 2017 +++ pkgsrc/editors/gedit3/Makefile Sun Aug 27 15:59:51 2017 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2017/08/01 14:58:57 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2017/08/27 15:59:51 prlw1 Exp $ -DISTNAME= gedit-3.22.0 -PKGREVISION= 2 +DISTNAME= gedit-3.22.1 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gedit/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/editors/gedit3/distinfo diff -u pkgsrc/editors/gedit3/distinfo:1.13 pkgsrc/editors/gedit3/distinfo:1.14 --- pkgsrc/editors/gedit3/distinfo:1.13 Sat Nov 26 10:21:47 2016 +++ pkgsrc/editors/gedit3/distinfo Sun Aug 27 15:59:51 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2016/11/26 10:21:47 prlw1 Exp $ +$NetBSD: distinfo,v 1.14 2017/08/27 15:59:51 prlw1 Exp $ -SHA1 (gedit-3.22.0.tar.xz) = 2c2de5b4e20af09b1be3b86f00b3ec1a6c847e53 -RMD160 (gedit-3.22.0.tar.xz) = e0f1160f92541313abb2eb56355f218085bc0d07 -SHA512 (gedit-3.22.0.tar.xz) = 7137fe96cca072c294dea545cb7fafee7ca2da84d8b7756e03a5f5dde6cdca8a3eec6f58136cec0aeeb49c294acd000f01bf3a44447411924aff107dbab26efb -Size (gedit-3.22.0.tar.xz) = 2957520 bytes +SHA1 (gedit-3.22.1.tar.xz) = 10da4b317f0bb0577306e9d35f0d8a3b0185b2e8 +RMD160 (gedit-3.22.1.tar.xz) = 08f674e54adbffd31eed47ab09aeee41aaa41ad6 +SHA512 (gedit-3.22.1.tar.xz) = 7251732f353b1d9dab0fe447fe90b2259df34ff0694d8731ce3be531c21ac82ab6e7f4a07090aeef364640154f4ba6103539a253bc7942952dcf1e331418f0eb +Size (gedit-3.22.1.tar.xz) = 2948048 bytes --_----------=_150384959176200--