Greetings,

The attached diff updates x11/menumaker to the latest release.

What's new upstream
===================
This is mainly a bugfix release; on top of that, support for Sakura, QTerminal and Alacritty terminal emulators (the latter is not available on OpenBSD) has been added.


What's new in the port
======================
Since this is a trivial update, I took the opportunity to adjust the Makefile's indentation (hoping this doesn't create troubles for the review).

All the best

--
Alessandro De Laurenzis
[mailto:jus...@atlantide.mooo.com]
Web: http://www.atlantide.mooo.com
LinkedIn: http://it.linkedin.com/in/delaurenzis
Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/menumaker/Makefile,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 Makefile
--- Makefile	3 Jul 2020 21:13:23 -0000	1.6
+++ Makefile	7 Nov 2020 15:15:56 -0000
@@ -1,9 +1,8 @@
 # $OpenBSD: Makefile,v 1.6 2020/07/03 21:13:23 sthen Exp $
 
 COMMENT =	menu generation utility for X window managers
-DISTNAME =	menumaker-0.99.11
+DISTNAME =	menumaker-0.99.12
 CATEGORIES =	x11
-REVISION =	0
 
 MASTER_SITES =	${MASTER_SITE_SOURCEFORGE:=menumaker/}
 
@@ -11,16 +10,16 @@ HOMEPAGE =	http://menumaker.sourceforge.
 MAINTAINER =	Alessandro De Laurenzis <jus...@atlantide.mooo.com>
 
 # BSD
-PERMIT_PACKAGE =	Yes
+PERMIT_PACKAGE = Yes
 
-MODULES =		lang/python
-MODPY_VERSION =		${MODPY_DEFAULT_VERSION_3}
+MODULES =	lang/python
+MODPY_VERSION =	${MODPY_DEFAULT_VERSION_3}
 
-CONFIGURE_STYLE =	gnu
+CONFIGURE_STYLE = gnu
 
-MAKE_FLAGS =		PYTHON=${MODPY_BIN}
+MAKE_FLAGS =	PYTHON=${MODPY_BIN}
 
-NO_TEST =		Yes
+NO_TEST =	Yes
 
 post-install:
 	${MODPY_BIN} ${MODPY_LIBDIR}/compileall.py \
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/menumaker/distinfo,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 distinfo
--- distinfo	18 Apr 2020 09:01:37 -0000	1.2
+++ distinfo	7 Nov 2020 15:15:56 -0000
@@ -1,2 +1,2 @@
-SHA256 (menumaker-0.99.11.tar.gz) = nYMa267yEB2LjYLkjXZMLBqAo46X3PkHQOtUDm2z+TY=
-SIZE (menumaker-0.99.11.tar.gz) = 205196
+SHA256 (menumaker-0.99.12.tar.gz) = 46NWYYalqe1Nchwed4ilryQ8jIpFuW/m//PpRYAomww=
+SIZE (menumaker-0.99.12.tar.gz) = 206208

Reply via email to