Index: x11/mlvwm/Makefile
===================================================================
RCS file: /cvs/ports/x11/mlvwm/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 Makefile
--- x11/mlvwm/Makefile 6 Feb 2021 14:49:13 -0000 1.1.1.1
+++ x11/mlvwm/Makefile 1 Apr 2021 15:19:51 -0000
@@ -2,7 +2,7 @@
COMMENT = Macintosh-like virtual window manager
-V = 0.9.2
+V = 0.9.3
DISTNAME = mlvwm-$V
CATEGORIES = x11
Index: x11/mlvwm/distinfo
===================================================================
RCS file: /cvs/ports/x11/mlvwm/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 distinfo
--- x11/mlvwm/distinfo 6 Feb 2021 14:49:13 -0000 1.1.1.1
+++ x11/mlvwm/distinfo 1 Apr 2021 15:19:51 -0000
@@ -1,2 +1,2 @@
-SHA256 (mlvwm-0.9.2.tar.gz) = PFmHyYeiaVMZNKaVJnK3gdBqanVPEtc9BEgPiCqQv64=
-SIZE (mlvwm-0.9.2.tar.gz) = 91677
+SHA256 (mlvwm-0.9.3.tar.gz) = DBXgTQjZTLcxz/a0i8uhNfBIqSxHdGSEap4eY/Xc9k4=
+SIZE (mlvwm-0.9.3.tar.gz) = 92454
Index: x11/mlvwm/patches/patch-mlvwm_menus_c
===================================================================
RCS file: x11/mlvwm/patches/patch-mlvwm_menus_c
diff -N x11/mlvwm/patches/patch-mlvwm_menus_c
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ x11/mlvwm/patches/patch-mlvwm_menus_c 1 Apr 2021 15:19:51 -0000
@@ -0,0 +1,14 @@
+$OpenBSD$
+
+Index: mlvwm/menus.c
+--- mlvwm/menus.c.orig
++++ mlvwm/menus.c
+@@ -115,8 +115,6 @@ void RedrawMenu( MenuLabel *m, Bool onoroff )
+
+ void RedrawMenuBar( void )
+ {
+- int lp;
+-
+ if( Scr.flags&SYSTEM8 )
+ DrawShadowBox( 0, 0, Scr.MyDisplayWidth, MENUB_H, Scr.MenuBar, 1,
+ Scr.WhiteGC, Scr.Gray1GC, SHADOW_ALL );
Simple maintainer update of x11/mlvwm to 0.9.3, tested on amd64.
Changes in this release[0]:
- Fixed RestartSystem()/Done() to correctly restart into other window managers.
- Added RoundedScreenCorners configuration (default: disabled.)
- More accurate sizing & styling of menu bar, window title bars &
controls, scroll bars, and resize handle.
- Changed default menu bar height to 20px.
- Changed default font size to 12px.
- Changed default scroll bar width/height to 16px.
- Updated documentation.
[0] https://github.com/morgant/mlvwm/releases/tag/0.9.3
Index: x11/mlvwm/Makefile
===================================================================
RCS file: /cvs/ports/x11/mlvwm/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 Makefile
--- x11/mlvwm/Makefile 6 Feb 2021 14:49:13 -0000 1.1.1.1
+++ x11/mlvwm/Makefile 1 Apr 2021 15:19:51 -0000
@@ -2,7 +2,7 @@
COMMENT = Macintosh-like virtual window manager
-V = 0.9.2
+V = 0.9.3
DISTNAME = mlvwm-$V
CATEGORIES = x11
Index: x11/mlvwm/distinfo
===================================================================
RCS file: /cvs/ports/x11/mlvwm/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 distinfo
--- x11/mlvwm/distinfo 6 Feb 2021 14:49:13 -0000 1.1.1.1
+++ x11/mlvwm/distinfo 1 Apr 2021 15:19:51 -0000
@@ -1,2 +1,2 @@
-SHA256 (mlvwm-0.9.2.tar.gz) = PFmHyYeiaVMZNKaVJnK3gdBqanVPEtc9BEgPiCqQv64=
-SIZE (mlvwm-0.9.2.tar.gz) = 91677
+SHA256 (mlvwm-0.9.3.tar.gz) = DBXgTQjZTLcxz/a0i8uhNfBIqSxHdGSEap4eY/Xc9k4=
+SIZE (mlvwm-0.9.3.tar.gz) = 92454
Index: x11/mlvwm/patches/patch-mlvwm_menus_c
===================================================================
RCS file: x11/mlvwm/patches/patch-mlvwm_menus_c
diff -N x11/mlvwm/patches/patch-mlvwm_menus_c
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ x11/mlvwm/patches/patch-mlvwm_menus_c 1 Apr 2021 15:19:51 -0000
@@ -0,0 +1,14 @@
+$OpenBSD$
+
+Index: mlvwm/menus.c
+--- mlvwm/menus.c.orig
++++ mlvwm/menus.c
+@@ -115,8 +115,6 @@ void RedrawMenu( MenuLabel *m, Bool onoroff )
+
+ void RedrawMenuBar( void )
+ {
+- int lp;
+-
+ if( Scr.flags&SYSTEM8 )
+ DrawShadowBox( 0, 0, Scr.MyDisplayWidth, MENUB_H,
Scr.MenuBar, 1,
+ Scr.WhiteGC, Scr.Gray1GC,
SHADOW_ALL );
No comments:
Post a Comment