svn commit: r433947 - in head/x11/lightdm: . files

Ben Woods woodsb02 at FreeBSD.org
Sun Feb 12 14:10:54 UTC 2017


Author: woodsb02
Date: Sun Feb 12 14:10:53 2017
New Revision: 433947
URL: https://svnweb.freebsd.org/changeset/ports/433947

Log:
  Fix typo in Xsession file introduced in r433837

Modified:
  head/x11/lightdm/Makefile
  head/x11/lightdm/files/Xsession.in

Modified: head/x11/lightdm/Makefile
==============================================================================
--- head/x11/lightdm/Makefile	Sun Feb 12 14:08:20 2017	(r433946)
+++ head/x11/lightdm/Makefile	Sun Feb 12 14:10:53 2017	(r433947)
@@ -3,7 +3,7 @@
 
 PORTNAME=	lightdm
 PORTVERSION=	1.20.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11
 MASTER_SITES=	https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/
 

Modified: head/x11/lightdm/files/Xsession.in
==============================================================================
--- head/x11/lightdm/files/Xsession.in	Sun Feb 12 14:08:20 2017	(r433946)
+++ head/x11/lightdm/files/Xsession.in	Sun Feb 12 14:10:53 2017	(r433947)
@@ -33,7 +33,7 @@ done
 
 # Load xmodmap if not using XKB
 if [ -z "$XKB_IN_USE" ]; then
-	for file in "%%LOCALBASE%%/etc/X11/Xmodmap" "%%LOCALBASE%%/etc/X11/.Xkbmap" "%%LOCALBASE%%/etc/X11/xinit/Xkbmap" "%%LOCALBASE%%/etc/X11/xinit/.Xkbmap" "$HOME/.Xmodmap"; do
+	for file in "%%LOCALBASE%%/etc/X11/Xmodmap" "%%LOCALBASE%%/etc/X11/.Xmodmap" "%%LOCALBASE%%/etc/X11/xinit/Xmodmap" "%%LOCALBASE%%/etc/X11/xinit/.Xmodmap" "$HOME/.Xmodmap"; do
 		if [ -f "$file" ]; then
 			echo "Loading modmap: $file"
 			xmodmap "$file"


More information about the svn-ports-all mailing list