From owner-svn-ports-all@freebsd.org Thu May 10 14:05:30 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48BFDFCA973; Thu, 10 May 2018 14:05:30 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E8A9386EBB; Thu, 10 May 2018 14:05:29 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CA3BE21683; Thu, 10 May 2018 14:05:29 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4AE5Tpg010589; Thu, 10 May 2018 14:05:29 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4AE5TuU010587; Thu, 10 May 2018 14:05:29 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201805101405.w4AE5TuU010587@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Thu, 10 May 2018 14:05:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469545 - head/x11/xsm X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: head/x11/xsm X-SVN-Commit-Revision: 469545 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2018 14:05:30 -0000 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 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