Hi ports@,

this is an update for fvwm3 to version 1.1.0 [1].

Tested on amd64.


[1] https://github.com/fvwmorg/fvwm3/releases/tag/1.1.0


Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/fvwm3/Makefile,v
diff -u -p -r1.13 Makefile
--- Makefile    3 Dec 2023 14:16:24 -0000       1.13
+++ Makefile    8 May 2024 12:21:17 -0000
@@ -1,6 +1,6 @@
 COMMENT=       multiple virtual desktop window manager
 
-VERSION=       1.0.9
+VERSION=       1.1.0
 DISTNAME=      fvwm3-${VERSION}
 
 CATEGORIES=     x11
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/fvwm3/distinfo,v
diff -u -p -r1.6 distinfo
--- distinfo    3 Dec 2023 14:16:24 -0000       1.6
+++ distinfo    8 May 2024 12:21:17 -0000
@@ -1,2 +1,2 @@
-SHA256 (fvwm3-1.0.9.tar.gz) = xtBBGpe2IdjA7tNbxBZ4BBUUgOhH9kaUrcqOVd0ZBkg=
-SIZE (fvwm3-1.0.9.tar.gz) = 4525552
+SHA256 (fvwm3-1.1.0.tar.gz) = y0J9WNSeT42wE9h4+pqno2DphwbxxtCOo62AZq6GYNM=
+SIZE (fvwm3-1.1.0.tar.gz) = 4527424
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/x11/fvwm3/patches/patch-configure,v
diff -u -p -r1.5 patch-configure
--- patches/patch-configure     3 Dec 2023 14:25:09 -0000       1.5
+++ patches/patch-configure     8 May 2024 12:21:17 -0000
@@ -1,12 +1,12 @@
 Index: configure
 --- configure.orig
 +++ configure
-@@ -11784,7 +11784,7 @@ then :
- else $as_nop
- 
+@@ -12221,7 +12221,7 @@ then :
+ else case e in #(
+   e)
      with_intl=maybe
 -    intl_LIBS="-l${smr_lib}"
 +    intl_LIBS="-l${smr_lib} -liconv"
- 
+  ;;
+ esac
  fi
- 
Index: patches/patch-fvwm_style_c
===================================================================
RCS file: patches/patch-fvwm_style_c
diff -N patches/patch-fvwm_style_c
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-fvwm_style_c  8 May 2024 12:21:17 -0000
@@ -0,0 +1,14 @@
+Fix from fvwm3 commit 8aac73da2c502511b4d0376d593b66bccc44423a
+
+Index: fvwm/style.c
+--- fvwm/style.c.orig
++++ fvwm/style.c
+@@ -2036,7 +2036,7 @@ static int style_set_border_colorset(window_style *ps,
+               this_many = BP_SIZE;
+       }
+ 
+-      if (this_many < 2 && this_many > 8)
++      if (this_many < 2 || this_many > 8)
+               return 1;
+ 
+       for (upto = 0; upto < this_many; upto++) {
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/x11/fvwm3/pkg/PLIST,v
diff -u -p -r1.5 PLIST
--- pkg/PLIST   3 Dec 2023 14:16:24 -0000       1.5
+++ pkg/PLIST   8 May 2024 12:21:17 -0000
@@ -39,7 +39,6 @@ libexec/fvwm3/${VERSION}/FvwmTalk
 @man man/man1/fvwm3-FvwmMFL.1
 @man man/man1/fvwm3-FvwmPager.1
 @man man/man1/fvwm3-FvwmPerl.1
-@man man/man1/fvwm3-FvwmPrompt.1
 @man man/man1/fvwm3-FvwmRearrange.1
 @man man/man1/fvwm3-FvwmScript.1
 @man man/man1/fvwm3-convert-2.6.1

Reply via email to