Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jun 2023 09:32:02 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 049df50817e6 - main - x11/bemenu: update to 0.6.15
Message-ID:  <202306200932.35K9W2G4061417@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=049df50817e69ffef692dd742e16518bfc500ec4

commit 049df50817e69ffef692dd742e16518bfc500ec4
Author:     Zsolt Udvari <uzsolt@uzsolt.hu>
AuthorDate: 2023-06-19 07:22:12 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2023-06-20 09:26:55 +0000

    x11/bemenu: update to 0.6.15
    
    ChangeLog: https://github.com/Cloudef/bemenu/releases/tag/0.6.15
    
     * Add rounded corners/Border radius
     * Add Match/Page Counter
     * docs: add missing options
     * Add fixed height option
     * Fix Makefile to support submodule setups
     * Fix: invisible right border.
     * Fix: select last entry if pointer/touch above last index
     * ESC have no effect under Wayland while enabled Vim binding
     * Small fixes
    
    PR:             272040
    Reported by:    uzsolt@uzsolt.hu (maintainer)
---
 x11/bemenu/Makefile | 5 +++--
 x11/bemenu/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/x11/bemenu/Makefile b/x11/bemenu/Makefile
index 7b200ef4b5ee..d6fb5308774d 100644
--- a/x11/bemenu/Makefile
+++ b/x11/bemenu/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	bemenu
-DISTVERSION=	0.6.14
+DISTVERSION=	0.6.15
 CATEGORIES=	x11
-MASTER_SITES=	https://github.com/Cloudef/bemenu/releases/download/${DISTVERSION}/
 
 MAINTAINER=	uzsolt@uzsolt.hu
 COMMENT=	Dynamic menu library and client program inspired by dmenu
@@ -15,6 +14,8 @@ LICENSE_FILE_LGPL3+ =	${WRKSRC}/LICENSE-LIB
 BUILD_DEPENDS=	scdoc:textproc/scdoc
 
 USES=		gmake
+USE_GITHUB=	yes
+GH_ACCOUNT=	Cloudef
 USE_LDCONFIG=	yes
 LIB_DEPENDS+=	libharfbuzz.so:print/harfbuzz
 MAKEFILE=	GNUmakefile
diff --git a/x11/bemenu/distinfo b/x11/bemenu/distinfo
index a98598d93776..aedb7a01abde 100644
--- a/x11/bemenu/distinfo
+++ b/x11/bemenu/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1682192766
-SHA256 (bemenu-0.6.14.tar.gz) = 603358a039ac0014de14339d3e143dae67035cb84fa7c021563c7798064cdee8
-SIZE (bemenu-0.6.14.tar.gz) = 133648
+TIMESTAMP = 1687007651
+SHA256 (Cloudef-bemenu-0.6.15_GH0.tar.gz) = abad9656b194ac511fd87d3d3ab4b155957fc4e402e76082c7fbefa6e84dad75
+SIZE (Cloudef-bemenu-0.6.15_GH0.tar.gz) = 134318



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306200932.35K9W2G4061417>