From nobody Thu Dec 02 05:16:57 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 7AEA018AE56D; Thu, 2 Dec 2021 05:16:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4J4PMZ0vKZz4bZj; Thu, 2 Dec 2021 05:16:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F3962171F7; Thu, 2 Dec 2021 05:16:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1B25GvLk089627; Thu, 2 Dec 2021 05:16:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1B25GvlX089626; Thu, 2 Dec 2021 05:16:57 GMT (envelope-from git) Date: Thu, 2 Dec 2021 05:16:57 GMT Message-Id: <202112020516.1B25GvlX089626@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Alexey Dokuchaev Subject: git: 61c98459cc53 - main - x11-wm/icewm: update IceWM to version 2.9.1 (bugfix release). List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: danfe X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 61c98459cc535ec6a48cace160ae00e7c417b277 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638422218; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Uojiz+SeGOcgJqI5LfAKEUAIzfTkXRFGhcVOmys1oAY=; b=oQjldHX9XaKMmMRl3OM/4pMvsdlj5Cmv78qzudezlF64ECXmeILZhEoFxUAMul2B2ZUbqM WLVbotLmBGjj2wybIFSTTTNZJOc0oUSikt2Pqui2/3TGu39eKsm0iMglnYH54ZOuAKeHu1 dXUKAaxQAPV7OrRaqRkPFbtK2j0fh2T+9uiyzyjJtxw94C2l2sGhXkixWwsmoiozR0FRRr ibKmP7D1A6+vkaJb8M3kgWiP+TlbXrohZXck98uUaCFxSMW2QEQH/70DiNZGFLnuzVjOYW GZE8RQtG5FQ11UrGSRpwgcqctrb/q2fE592mxoaFu1rn47uOrKrEOq+l7N+2NA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638422218; a=rsa-sha256; cv=none; b=aIzvwY+xOuHkDbd7NEwszeZIHwoINBXsJ0zxdJVoOWHNVRi2Bs+mCSJ7906lZ3spE0Ac9j Fso+kCsL6Ugy10qQ74ARAgOItxbHSCRzP150ZN19ykabyKVuH9yL3c4ZV61jgwgej21qOc UXXm972vVmNtkF3gL8Spkk2Obzsl+zVOOW46Sc9tj5fPOWwnM0mkJfkdM83SHNNJSNlx51 1qKFo329RPX8rggXHFt1QXqO1YxW/AM45QeoKry1P2Hoj4zigsX5mprRTXh7VHdi7Yvx8f I3ueIDGyrS+3e/tu1v0+YEvZfMBH7gKFFuJafj4CjPi6YGsGX7QKnHLgrvATbA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=61c98459cc535ec6a48cace160ae00e7c417b277 commit 61c98459cc535ec6a48cace160ae00e7c417b277 Author: Alexey Dokuchaev AuthorDate: 2021-12-02 05:16:32 +0000 Commit: Alexey Dokuchaev CommitDate: 2021-12-02 05:16:33 +0000 x11-wm/icewm: update IceWM to version 2.9.1 (bugfix release). --- x11-wm/icewm/Makefile | 6 +++++- x11-wm/icewm/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index 460e3b239c1e..344e4811e800 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -1,7 +1,7 @@ # Created by: Yukihiro Nakai PORTNAME= icewm -PORTVERSION= 2.9.0 +PORTVERSION= 2.9.1 CATEGORIES= x11-wm MASTER_SITES= https://github.com/ice-wm/icewm/releases/download/${PORTVERSION}/ @@ -60,6 +60,10 @@ post-extract: @${LN} -sf ${STARTUP_PIXMAP} ${WRKSRC}/lib/${dir}/start.xpm .endfor +post-patch: + @${REINPLACE_CMD} -e '/#include ,; G; }' ${WRKSRC}/src/akeyboard.cc + post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ChangeLog NEWS README TODO doc/*.html diff --git a/x11-wm/icewm/distinfo b/x11-wm/icewm/distinfo index d95c625ad28a..ae7d9d8c9a16 100644 --- a/x11-wm/icewm/distinfo +++ b/x11-wm/icewm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1637720210 -SHA256 (icewm-2.9.0.tar.lz) = c76a8c9965a1edde4f2446b47ee17c8564e0e20f3d8474465f6d4c54d1125ac4 -SIZE (icewm-2.9.0.tar.lz) = 1745872 +TIMESTAMP = 1638412605 +SHA256 (icewm-2.9.1.tar.lz) = d5e76ed1dc6a1665b92fef9b7ba8bf047ed53d1a317619b213ea46dc36fae133 +SIZE (icewm-2.9.1.tar.lz) = 1747544