svn commit: r312220 - head/x11/xsm
Niclas Zeising
zeising at FreeBSD.org
Thu Feb 14 13:11:02 UTC 2013
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 <flz at FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= xsm
-PORTVERSION= 1.0.2
+PORTVERSION= 1.0.3
CATEGORIES= x11
MAINTAINER= x11 at 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 <bsd.port.mk>
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
- at dirrm lib/X11/xsm
+ at dirrm etc/X11/xsm
+ at dirrmtry etc/X11
More information about the svn-ports-head
mailing list