Bug 271619 - x11-wm/evilwm: update to version 1.4.1
Summary: x11-wm/evilwm: update to version 1.4.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Robert Clausecker
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-25 00:24 UTC by Chris Mangin
Modified: 2023-06-08 11:37 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (lasg)


Attachments
Patch to version 1.4.1 (1.03 KB, patch)
2023-05-25 00:25 UTC, Chris Mangin
fuz: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Mangin 2023-05-25 00:24:17 UTC

    
Comment 1 Chris Mangin 2023-05-25 00:25:53 UTC
Created attachment 242386 [details]
Patch to version 1.4.1
Comment 2 Robert Clausecker freebsd_committer freebsd_triage 2023-05-25 09:26:41 UTC
Comment on attachment 242386 [details]
Patch to version 1.4.1

Do you have a changelog for this update?
Comment 3 Chris Mangin 2023-05-25 13:36:06 UTC
This is from the Changelog since version 1.1.1:

Version 1.4.1, Wed Nov  2 2022

  * Add "raise" function to complement "lower" [Juan Pedro Vallejo]
  * Allow '=' in option arguments, needed for -bind [Burkhard Kleemeier]

Version 1.4.0, Tue Sep 27 2022

  * Send more accurate response to _NET_REQUEST_FRAME_EXTENTS.
  * Support arbitrary key binds and semi-arbitrary button binds.
  * Reread config and remanage all windows on SIGHUP.

Version 1.3.1, Fri Jul 30 2021

  * Documentation updates & fixes only.

Version 1.3.0, Fri Jul 16 2021

  * Add EWMH 1.5 _NET_WM_STATE_FOCUSED support.
  * Add basic multi-monitor support when Randr >= 1.5 available.
  * Remove border when window is maximised (useful for multi-monitor).
  * Set _NET_FRAME_EXTENTS whenever relevant.
  * Add new -wholescreen option to reinstate old behaviour of treating screen
    as one large display.
  * Remove -DVWM build option.  User can run with "-numvdesks 1" if necessary.

Version 1.2.1, Mon Jul  5 2021

  * Fix QWERTZ_KEYMAP build option [Sime Ramov]

Version 1.2.0, Mon Jul  5 2021

  * Code reorder.  Better code separation and many more/better comments.
  * Don't focus mapped window if pointer not on same screen [by Ben Stern]
  * Added QWERTZ_KEYMAP build option [by Thomas Egerer]
  * Remove option to exclude help and error messages.
  * Set focus to root window when closing current [adapted from Arch patch]
  * Add tiny configure script to help with Debian multiarch cross-builds.
  * Generate some documentation from HTML source.
Comment 4 Robert Clausecker freebsd_committer freebsd_triage 2023-05-25 23:14:17 UTC
Thank you.  We can proceed once maintainer approval has been obtained or two weeks have passed.
Comment 5 Robert Clausecker freebsd_committer freebsd_triage 2023-06-07 08:08:32 UTC
Assuming the maintainer doesn't respond by tomorrow, would you like to become maintainer of this port?

QA: will change to DISTVERSION on commit.
QA: will define LICENSE on commit.
QA: will define INSTALL_TARGET=install-strip on commit.
Comment 6 Chris Mangin 2023-06-07 12:58:28 UTC
Yes, I'll take it if the maintainer doesn't respond.
Comment 7 Lars Sommer 2023-06-07 13:37:26 UTC
(In reply to Chris from comment #6)
Sorry for late response. I am _very_ open to let a new one be maintainer. I am too far away from the project at the moment. So all good with me! :-)
Comment 8 Robert Clausecker freebsd_committer freebsd_triage 2023-06-07 14:25:10 UTC
Comment on attachment 242386 [details]
Patch to version 1.4.1

Thanks you for your response and approval!
Comment 9 commit-hook freebsd_committer freebsd_triage 2023-06-08 11:36:16 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6aac9f0fbc6809e99d94f3188dce698f412491b1

commit 6aac9f0fbc6809e99d94f3188dce698f412491b1
Author:     Chris <cmangin@arobas.net>
AuthorDate: 2023-06-07 08:07:22 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-06-08 10:51:06 +0000

    x11-wm/evilwm: update to 1.4.1

     - define LICENSE
     - switch to DISTVERSION
     - set INSTALL_TARGET=install-strip
     - submitter becomes maintainer

    Upstream Changes:

    Version 1.4.1, Wed Nov  2 2022

      * Add "raise" function to complement "lower" [Juan Pedro Vallejo]
      * Allow '=' in option arguments, needed for -bind [Burkhard Kleemeier]

    Version 1.4.0, Tue Sep 27 2022

      * Send more accurate response to _NET_REQUEST_FRAME_EXTENTS.
      * Support arbitrary key binds and semi-arbitrary button binds.
      * Reread config and remanage all windows on SIGHUP.

    Version 1.3.1, Fri Jul 30 2021

      * Documentation updates & fixes only.

    Version 1.3.0, Fri Jul 16 2021

      * Add EWMH 1.5 _NET_WM_STATE_FOCUSED support.
      * Add basic multi-monitor support when Randr >= 1.5 available.
      * Remove border when window is maximised (useful for multi-monitor).
      * Set _NET_FRAME_EXTENTS whenever relevant.
      * Add new -wholescreen option to reinstate old behaviour of treating screen
        as one large display.
      * Remove -DVWM build option.  User can run with "-numvdesks 1" if necessary.

    Version 1.2.1, Mon Jul  5 2021

      * Fix QWERTZ_KEYMAP build option [Sime Ramov]

    Version 1.2.0, Mon Jul  5 2021

      * Code reorder.  Better code separation and many more/better comments.
      * Don't focus mapped window if pointer not on same screen [by Ben Stern]
      * Added QWERTZ_KEYMAP build option [by Thomas Egerer]
      * Remove option to exclude help and error messages.
      * Set focus to root window when closing current [adapted from Arch patch]
      * Add tiny configure script to help with Debian multiarch cross-builds.
      * Generate some documentation from HTML source.

    PR:             271619
    Approved by:    lasg@lasg.dk (maintainer)

 x11-wm/evilwm/Makefile | 12 +++++++++---
 x11-wm/evilwm/distinfo |  6 +++---
 2 files changed, 12 insertions(+), 6 deletions(-)
Comment 10 Robert Clausecker freebsd_committer freebsd_triage 2023-06-08 11:37:25 UTC
Thank you for your submission.