diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2023-08-05 08:48:05 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2023-08-05 15:00:02 +0000 |
commit | 9c6d7e8efd1fcf09e1e9e56d71a3393848fc0f59 (patch) | |
tree | 6475913343131eb8390b67e6886bd1d25c7cf8fc | |
parent | 73b6e876a9d3bb44fb7560c5efd99f9fe5f334b7 (diff) |
x11-wm/lxsession: Update to 0.5.5
Major changes:
* Automatic translation update from Pootle
* Improve French Translation
* Fix memory leak in get_autostart_files_in_dir() function
* Multiple bugfixes
The project doesn't maintain a proper changelog
Add MAKE=${GMAKE} to CONFIGURE_ARGS to generate a gmake compatible
Makefile.
-rw-r--r-- | x11-wm/lxsession/Makefile | 6 | ||||
-rw-r--r-- | x11-wm/lxsession/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11-wm/lxsession/Makefile b/x11-wm/lxsession/Makefile index 4086dad6299e..af975b26049f 100644 --- a/x11-wm/lxsession/Makefile +++ b/x11-wm/lxsession/Makefile @@ -1,6 +1,5 @@ PORTNAME= lxsession -PORTVERSION= 0.5.4 -PORTREVISION= 3 +PORTVERSION= 0.5.5 CATEGORIES= x11-wm MASTER_SITES= SF/lxde/LXSession%20%28session%20manager%29/LXSession%200.5.x/ @@ -24,7 +23,8 @@ USE_XORG= x11 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-buildin-clipboard \ - --enable-buildin-polkit + --enable-buildin-polkit \ + MAKE=${GMAKE} INSTALL_TARGET= install-strip SUB_FILES= pkg-message diff --git a/x11-wm/lxsession/distinfo b/x11-wm/lxsession/distinfo index 7ae4d54b94af..0923863d7e52 100644 --- a/x11-wm/lxsession/distinfo +++ b/x11-wm/lxsession/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1551381756 -SHA256 (lxsession-0.5.4.tar.xz) = 252f84c80fd3713a506cc8d8ac9773175712d47b031cacc08c8027622ce7ec5d -SIZE (lxsession-0.5.4.tar.xz) = 422756 +TIMESTAMP = 1691184490 +SHA256 (lxsession-0.5.5.tar.xz) = e43e0d9c033095559ab57c8821c2b84fea58009d267db1324d32dca8bd4dbb46 +SIZE (lxsession-0.5.5.tar.xz) = 422564 |