From owner-svn-ports-head@FreeBSD.ORG Thu Feb 14 13:11:02 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7FF117A0; Thu, 14 Feb 2013 13:11:02 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 73023140; Thu, 14 Feb 2013 13:11:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1EDB2hE016973; Thu, 14 Feb 2013 13:11:02 GMT (envelope-from zeising@svn.freebsd.org) Received: (from zeising@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1EDB1cF016967; Thu, 14 Feb 2013 13:11:01 GMT (envelope-from zeising@svn.freebsd.org) Message-Id: <201302141311.r1EDB1cF016967@svn.freebsd.org> From: Niclas Zeising Date: Thu, 14 Feb 2013 13:11:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312220 - head/x11/xsm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Feb 2013 13:11:02 -0000 Author: zeising Date: Thu Feb 14 13:11:01 2013 New Revision: 312220 URL: http://svnweb.freebsd.org/changeset/ports/312220 Log: Update to 1.0.3 Modified: head/x11/xsm/Makefile head/x11/xsm/distinfo head/x11/xsm/pkg-plist Modified: head/x11/xsm/Makefile ============================================================================== --- head/x11/xsm/Makefile Thu Feb 14 12:32:57 2013 (r312219) +++ head/x11/xsm/Makefile Thu Feb 14 13:11:01 2013 (r312220) @@ -1,12 +1,7 @@ -# New ports collection makefile for: xsm -# Date Created: 17 Feb 2006 -# Whom: Florent Thoumie -# # $FreeBSD$ -# PORTNAME= xsm -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -15,6 +10,8 @@ COMMENT= X Session Manager XORG_CAT= app USE_XORG= xt xaw +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xorg-macros.pc:${PORTSDIR}/devel/xorg-macros + MAN1= xsm.1 .include Modified: head/x11/xsm/distinfo ============================================================================== --- head/x11/xsm/distinfo Thu Feb 14 12:32:57 2013 (r312219) +++ head/x11/xsm/distinfo Thu Feb 14 13:11:01 2013 (r312220) @@ -1,2 +1,2 @@ -SHA256 (xorg/app/xsm-1.0.2.tar.bz2) = cdb733ef2508aecdd21edf6e394ddff8c4ac99f7659f65210548b69ef54c2b57 -SIZE (xorg/app/xsm-1.0.2.tar.bz2) = 145772 +SHA256 (xorg/app/xsm-1.0.3.tar.bz2) = ad9dee2847a683841f73518a83014b0accae60e9eff7e96752a0dbc412867b4a +SIZE (xorg/app/xsm-1.0.3.tar.bz2) = 161012 Modified: head/x11/xsm/pkg-plist ============================================================================== --- head/x11/xsm/pkg-plist Thu Feb 14 12:32:57 2013 (r312219) +++ head/x11/xsm/pkg-plist Thu Feb 14 13:11:01 2013 (r312220) @@ -1,6 +1,7 @@ bin/xsm -lib/X11/xsm/system.xsm +etc/X11/xsm/system.xsm share/X11/app-defaults/XSm @dirrmtry share/X11/app-defaults @dirrmtry share/X11 -@dirrm lib/X11/xsm +@dirrm etc/X11/xsm +@dirrmtry etc/X11