Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 May 2018 14:05:29 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469545 - head/x11/xsm
Message-ID:  <201805101405.w4AE5TuU010587@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805101405.w4AE5TuU010587>