git: 6aac9f0fbc68 - main - x11-wm/evilwm: update to 1.4.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 08 Jun 2023 11:35:38 UTC
The branch main has been updated by fuz:
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(-)
diff --git a/x11-wm/evilwm/Makefile b/x11-wm/evilwm/Makefile
index ef7092814d8b..beb9799943fc 100644
--- a/x11-wm/evilwm/Makefile
+++ b/x11-wm/evilwm/Makefile
@@ -1,16 +1,22 @@
PORTNAME= evilwm
-PORTVERSION= 1.1.1
+DISTVERSION= 1.4.1
CATEGORIES= x11-wm
MASTER_SITES= http://www.6809.org.uk/evilwm/
-MAINTAINER= lasg@lasg.dk
+MAINTAINER= cmangin@arobas.net
COMMENT= Minimalist window manager based on 9wm
WWW= https://www.6809.org.uk/evilwm/
+LICENSE= AEWM
+LICENSE_FILE= ${WRKSRC}/README
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+LICENSE_NAME= AEWM License
+
USES= gmake localbase:ldflags xorg
USE_XORG= x11 xpm xext xrandr xrender
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" prefix="${PREFIX}" \
mandir="${MANPREFIX}/man"
+INSTALL_TARGET= install-strip
PLIST_FILES= bin/evilwm \
man/man1/evilwm.1.gz \
@@ -21,7 +27,7 @@ OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for f in ChangeLog README TODO doc/standards.html
+.for f in ChangeLog README TODO doc/build.html doc/evilwm.html
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
diff --git a/x11-wm/evilwm/distinfo b/x11-wm/evilwm/distinfo
index e3bc3f62d6e2..289edf259aed 100644
--- a/x11-wm/evilwm/distinfo
+++ b/x11-wm/evilwm/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1436791316
-SHA256 (evilwm-1.1.1.tar.gz) = 79589c296a5915ee0bae1d231e8912601fc794d9f0a9cacb6b648ff9a5f2602a
-SIZE (evilwm-1.1.1.tar.gz) = 40150
+TIMESTAMP = 1684970152
+SHA256 (evilwm-1.4.1.tar.gz) = 789dcf0a59af3c56c0016c728cbba11fa60150bb52be711bbb21a42eb40e8391
+SIZE (evilwm-1.4.1.tar.gz) = 73653