Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=YvGTSFZa; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=OnMIS2bj Received: by mail.netbsd.org (Postfix, from userid 605) id D788D84F44; Wed, 15 May 2024 13:30:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715779853; bh=dV2pXZMYch5b3TC24ozQI+tatlB2xAsYpZhdfBkCES8=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=YvGTSFZaVOR+5vjotlWfmSS53Vnm5cRxEsvXHPFH6sH+Hy+ANPpOwE+Vu3HIvvyVe xylVvDnfWFWyQltbmgh30oUQK6teWra+R56zSasXxiNARlXKR8cPUr6d2XZDUGNqD5 Cuf/IKNwUtmN5iceJ5r/I50iJtJm6e2EKEu86Bqo= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C884084CCC for ; Wed, 15 May 2024 13:30:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 LKC5A5QKjtf0 for ; Wed, 15 May 2024 13:30:51 +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 22EF984F2E for ; Wed, 15 May 2024 13:30:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715779851; bh=dV2pXZMYch5b3TC24ozQI+tatlB2xAsYpZhdfBkCES8=; h=Date:From:Subject:To:Reply-To; b=OnMIS2bjyWT4jL1/3Tb2mHr0ymqaIaacJyhIpMlg9pM0CzG8HmNETbksyZwDRMXes 7zw+YweLKbPkNKmtNGOjwCu4E/mUuUTibudOlkmdwW+OTb4+B/8x+24R/3s1TLK5+a s2VwgaD80ZnOA4po9pEwh9aj3N8uhXP9d+Uhmx4w= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1C3E4FA2C; Wed, 15 May 2024 13:30:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_17157798517810" MIME-Version: 1.0 Date: Wed, 15 May 2024 13:30:51 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/misc/emacspeak To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240515133051.1C3E4FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_17157798517810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed May 15 13:30:51 UTC 2024 Modified Files: pkgsrc/misc/emacspeak: Makefile Log Message: emacspeak: add comment about distfile status Based on an explanation by adr. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/emacspeak/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_17157798517810 Content-Disposition: inline Content-Length: 899 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/emacspeak/Makefile diff -u pkgsrc/misc/emacspeak/Makefile:1.2 pkgsrc/misc/emacspeak/Makefile:1.3 --- pkgsrc/misc/emacspeak/Makefile:1.2 Tue May 14 08:19:11 2024 +++ pkgsrc/misc/emacspeak/Makefile Wed May 15 13:30:50 2024 @@ -1,9 +1,15 @@ -# $NetBSD: Makefile,v 1.2 2024/05/14 08:19:11 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2024/05/15 13:30:50 wiz Exp $ DISTNAME= emacspeak-60.0 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GITHUB:=tvraman/} GITHUB_PROJECT= emacspeak +# The .tar.bz2 of release 60.0 is broken and upstream won't fix +# it. Switch to the auto-generated repository snapshot for the 60.0 +# release instead. This file is much bigger than the .tar.bz2 (100 +# MB vs. 5 MB) so we should switch back to .tar.bz2 on the next +# release. +#EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://emacspeak.sourceforge.net/ --_----------=_17157798517810--