svn commit: r469545 - head/x11/xsm
Niclas Zeising
zeising at FreeBSD.org
Thu May 10 14:05:30 UTC 2018
Author: zeising
Date: Thu May 10 14:05:29 2018
New Revision: 469545
URL: https://svnweb.freebsd.org/changeset/ports/469545
Log:
x11/xsm: Update to 1.0.4
Add missing dependencies and sort list
Summary of changes:
* Improved help messages and man page
* Autoconf fixes
* Close file descriptors on exec
* Various other fixes
Modified:
head/x11/xsm/Makefile
head/x11/xsm/distinfo
Modified: head/x11/xsm/Makefile
==============================================================================
--- head/x11/xsm/Makefile Thu May 10 13:51:42 2018 (r469544)
+++ head/x11/xsm/Makefile Thu May 10 14:05:29 2018 (r469545)
@@ -1,12 +1,12 @@
# $FreeBSD$
PORTNAME= xsm
-PORTVERSION= 1.0.3
+PORTVERSION= 1.0.4
CATEGORIES= x11
MAINTAINER= x11 at FreeBSD.org
COMMENT= X Session Manager
XORG_CAT= app
-USE_XORG= xt xaw
+USE_XORG= ice sm x11 xaw xt
.include <bsd.port.mk>
Modified: head/x11/xsm/distinfo
==============================================================================
--- head/x11/xsm/distinfo Thu May 10 13:51:42 2018 (r469544)
+++ head/x11/xsm/distinfo Thu May 10 14:05:29 2018 (r469545)
@@ -1,2 +1,3 @@
-SHA256 (xorg/app/xsm-1.0.3.tar.bz2) = ad9dee2847a683841f73518a83014b0accae60e9eff7e96752a0dbc412867b4a
-SIZE (xorg/app/xsm-1.0.3.tar.bz2) = 161012
+TIMESTAMP = 1525892623
+SHA256 (xorg/app/xsm-1.0.4.tar.bz2) = 9934b6893a4e52cf7435368fc8d425c371b5e32d96e420ead30166eb82d64425
+SIZE (xorg/app/xsm-1.0.4.tar.bz2) = 170933
More information about the svn-ports-all
mailing list