Hello ports,

Here is a small patch to x11/enlightenment to update it to version 1.0.30, the latest available version upstream.

This update includes a number of bugfixes (mostly to eesh and session handling), translation updates, and some changes to dbus functionality. Note, the removal of enlightenment.menu (as noted in the PLIST diff) is an upstream change, which deprecated this menu entry. As an enlightenment DR16 user, I've built, installed and tested this release on my OpenBSD-current workstation and haven't found any issues.

Full e16 changelog for 1.0.30 is here: https://git.enlightenment.org/e16/e16/src/tag/v1.0.30/ChangeLog

This is my first time submitting a patch to ports@, so if anybody has any feedback I'm very open to hearing it (on or off list).

Thanks,
Rane

Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/enlightenment/Makefile,v
diff -u -p -u -p -r1.86 Makefile
--- Makefile    30 Jun 2024 02:02:33 -0000      1.86
+++ Makefile    7 Oct 2024 04:55:57 -0000
@@ -1,6 +1,6 @@
 COMMENT=       themed window manager

-V=             1.0.29
+V=             1.0.30
 REVISION=      1
 DISTNAME=      e16-$V
 PKGNAME=       enlightenment-$V
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/enlightenment/distinfo,v
diff -u -p -u -p -r1.16 distinfo
--- distinfo    19 Feb 2024 09:21:26 -0000      1.16
+++ distinfo    7 Oct 2024 04:55:57 -0000
@@ -1,6 +1,6 @@
-SHA256 (e16-1.0.29.tar.gz) = YI4UBdyNDJrKf8PQ/2pyWKyU88UWblbQMWZG08ffIok=
+SHA256 (e16-1.0.30.tar.gz) = uLd0iixIxMfJdY2a0SsU9WbSvsOPLtpTPm2HT1zpB0w=
 SHA256 (e16-docs-0.16.8.0.2.tar.gz) = uNjgyvRZMc5nL6UIipY2hVM6Zamoz+7hUjnZbzuRWT8=  SHA256 (e16-themes-1.0.3.tar.gz) = JNU9rWMI1AnFH8zUonM6bT4eQfiVSsS/X3XVlgEvW/w=
-SIZE (e16-1.0.29.tar.gz) = 2397064
+SIZE (e16-1.0.30.tar.gz) = 2406920
 SIZE (e16-docs-0.16.8.0.2.tar.gz) = 1655229
 SIZE (e16-themes-1.0.3.tar.gz) = 8219034
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/x11/enlightenment/pkg/PLIST,v
diff -u -p -u -p -r1.20 PLIST
--- pkg/PLIST   28 Apr 2023 14:13:29 -0000      1.20
+++ pkg/PLIST   7 Oct 2024 04:55:59 -0000
@@ -84,7 +84,6 @@ share/e16/icons/mon.png
 share/e16/icons/pager.png
 share/e16/menus/
 share/e16/menus/desktop.menu
-share/e16/menus/enlightenment.menu
 share/e16/menus/maintenance.menu
 share/e16/menus/settings.menu
 share/e16/menus/winops.menu

Reply via email to