Received: by mail.netbsd.org (Postfix, from userid 605) id 3F37C84E5F; Mon, 24 Oct 2022 16:48:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6DB2484D51 for ; Mon, 24 Oct 2022 16:48:20 +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 M_4dgA1IZjku for ; Mon, 24 Oct 2022 16:48:19 +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 C715E84D05 for ; Mon, 24 Oct 2022 16:48:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B46BDFA90; Mon, 24 Oct 2022 16:48:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1666630099159630" MIME-Version: 1.0 Date: Mon, 24 Oct 2022 16:48:19 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/wm/enlightenment16 To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20221024164819.B46BDFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1666630099159630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Mon Oct 24 16:48:19 UTC 2022 Modified Files: pkgsrc/wm/enlightenment16: Makefile distinfo Removed Files: pkgsrc/wm/enlightenment16/patches: patch-src_menus.c Log Message: enlightenment16: update to 1.0.26 e16 v1.0.26 - 2022-10-24 ------------------------ - 1.0.26 - Update po - autofoo: Rework git tag/release stuff - autofoo: Fix incorrect handling of no-container option - Handle quoting in StrlistDecodeEscaped() - eesh: Improve argument passing - Portuguese translation update (Hugo Carvalho) - Fix some clang-analyzer complaints - autofoo: Drop pkg_revision some more - edge: Prevent pointer click and motion events propagating to root - edge: Refactor window creation - edge: Cosmetics - events: Discard all but last reparent event in queue for window - events: Trivial cleanup - menus: Fix potential crash - autofoo: Drop pkg_revision - French translation update (Philippe J. Guillaumie) To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/wm/enlightenment16/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/wm/enlightenment16/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/wm/enlightenment16/patches/patch-src_menus.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1666630099159630 Content-Disposition: inline Content-Length: 1731 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/wm/enlightenment16/Makefile diff -u pkgsrc/wm/enlightenment16/Makefile:1.22 pkgsrc/wm/enlightenment16/Makefile:1.23 --- pkgsrc/wm/enlightenment16/Makefile:1.22 Sun Sep 11 12:52:09 2022 +++ pkgsrc/wm/enlightenment16/Makefile Mon Oct 24 16:48:19 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2022/09/11 12:52:09 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2022/10/24 16:48:19 gutteridge Exp $ -DISTNAME= e16-1.0.25 +DISTNAME= e16-1.0.26 PKGNAME= ${DISTNAME:S/e/enlightenment/} -PKGREVISION= 4 CATEGORIES= wm x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/} Index: pkgsrc/wm/enlightenment16/distinfo diff -u pkgsrc/wm/enlightenment16/distinfo:1.9 pkgsrc/wm/enlightenment16/distinfo:1.10 --- pkgsrc/wm/enlightenment16/distinfo:1.9 Thu Jul 14 00:53:02 2022 +++ pkgsrc/wm/enlightenment16/distinfo Mon Oct 24 16:48:19 2022 @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.9 2022/07/14 00:53:02 gutteridge Exp $ +$NetBSD: distinfo,v 1.10 2022/10/24 16:48:19 gutteridge Exp $ -BLAKE2s (e16-1.0.25.tar.gz) = 992c5e56d045f797fa2010b6bd8ffc2da7390809fc0530f7b06063405de6aca8 -SHA512 (e16-1.0.25.tar.gz) = 6c69c2e345350115281c822805a072644cf3ce6c16e5c963146924ed94af235c51c5fd846ebba9ad97a6da2c397eafc54d3ffbcd460bb14c903ef3a4bf0621b1 -Size (e16-1.0.25.tar.gz) = 2395514 bytes +BLAKE2s (e16-1.0.26.tar.gz) = a6bb822d20004fbed92e04243d5dad64063a4908f46e5b5f9c9c505281908b22 +SHA512 (e16-1.0.26.tar.gz) = 4a14fd7df5621bc291b053b9da4a1d384b058e8099d6c4856f8ec334559ee8b9346e13f1609909402932dead6ffd9cc3d3f9a36401a38bebe9ec3d4335015926 +Size (e16-1.0.26.tar.gz) = 2407581 bytes SHA1 (patch-ac) = a5a2f2b0377212178480cc94e6975dd4ff364ced -SHA1 (patch-src_menus.c) = 8ae49e4fcd0733e0e9afea41a1038f5c52167cc6 --_----------=_1666630099159630--