Received: by mail.netbsd.org (Postfix, from userid 605) id 9452F84D45; Wed, 22 Apr 2020 08:18:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 19FAC84CDF for ; Wed, 22 Apr 2020 08:18:29 +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 B-HPP5rjux4T for ; Wed, 22 Apr 2020 08:18:28 +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 863B784C85 for ; Wed, 22 Apr 2020 08:18:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7574FFB27; Wed, 22 Apr 2020 08:18:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1587543508233000" MIME-Version: 1.0 Date: Wed, 22 Apr 2020 08:18:28 +0000 From: "pin" Subject: CVS commit: pkgsrc/editors/focuswriter To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20200422081828.7574FFB27@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. --_----------=_1587543508233000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Wed Apr 22 08:18:28 UTC 2020 Modified Files: pkgsrc/editors/focuswriter: Makefile distinfo Log Message: update editors/focuswriter to 1.7.6 Changes in version 1.7.6 -FIXED: Did not load locales with underscores -FIXED: Compile failure due to missing header -Translation updates: Slovenian, Swedish, Turkish To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/focuswriter/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/editors/focuswriter/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1587543508233000 Content-Disposition: inline Content-Length: 1990 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/focuswriter/Makefile diff -u pkgsrc/editors/focuswriter/Makefile:1.2 pkgsrc/editors/focuswriter/Makefile:1.3 --- pkgsrc/editors/focuswriter/Makefile:1.2 Sun Apr 12 08:28:35 2020 +++ pkgsrc/editors/focuswriter/Makefile Wed Apr 22 08:18:28 2020 @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2020/04/12 08:28:35 adam Exp $ +# $NetBSD: Makefile,v 1.3 2020/04/22 08:18:28 pin Exp $ -DISTNAME= focuswriter-1.7.5 -PKGREVISION= 1 +DISTNAME= focuswriter-1.7.6 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GITHUB:=gottcode/} GITHUB_TAG= v${PKGVERSION_NOREV} -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= pin@NetBSD.org HOMEPAGE= https://gottcode.org/focuswriter/ COMMENT= Simple, distraction-free writing environment LICENSE= gnu-gpl-v3 Index: pkgsrc/editors/focuswriter/distinfo diff -u pkgsrc/editors/focuswriter/distinfo:1.1 pkgsrc/editors/focuswriter/distinfo:1.2 --- pkgsrc/editors/focuswriter/distinfo:1.1 Mon Apr 6 08:28:38 2020 +++ pkgsrc/editors/focuswriter/distinfo Wed Apr 22 08:18:28 2020 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.1 2020/04/06 08:28:38 pin Exp $ +$NetBSD: distinfo,v 1.2 2020/04/22 08:18:28 pin Exp $ -SHA1 (focuswriter-1.7.5.tar.gz) = 01cee2ef864eecf8f1ee1a483b23f4ded1c04633 -RMD160 (focuswriter-1.7.5.tar.gz) = 4a5c606ed76c38f50c2bd83114cee9bf55033f0f -SHA512 (focuswriter-1.7.5.tar.gz) = eda2f56e761dcc62eebaed4800e24843351bd5617c8f84db22c3af0619fb16be983230165dd9b45991e91d65617d3793bf03b8fd7d5c26dbd8140bbd269e2bc0 -Size (focuswriter-1.7.5.tar.gz) = 10512339 bytes +SHA1 (focuswriter-1.7.6.tar.gz) = 3fe8e25f101d4713ea8654816c4d14e1eb4f1067 +RMD160 (focuswriter-1.7.6.tar.gz) = fab4dc2ed9a3e53aef2c6a55242e620a89b68e81 +SHA512 (focuswriter-1.7.6.tar.gz) = 6c4e4f5f68ee9006f84b71fbd3200d8fcfc3a72a1b834d046a7fa38873debdfbd3f314de1fb5b96dd77c9b2bc32f39e35436c459debedad6aea9bfba7337ef72 +Size (focuswriter-1.7.6.tar.gz) = 10513715 bytes SHA1 (patch-focuswriter.pro) = 23764285b604fc533c28b67d25e62d5498d5f7b0 --_----------=_1587543508233000--