svn commit: r564705 - in head/x11/slim: . files

Baptiste Daroussin bapt at FreeBSD.org
Mon Feb 8 14:12:53 UTC 2021


Author: bapt
Date: Mon Feb  8 14:12:52 2021
New Revision: 564705
URL: https://svnweb.freebsd.org/changeset/ports/564705

Log:
  drop hald from rc script, not necessary since X does not depend anymore on hald

Modified:
  head/x11/slim/Makefile
  head/x11/slim/files/slim.in

Modified: head/x11/slim/Makefile
==============================================================================
--- head/x11/slim/Makefile	Mon Feb  8 14:11:36 2021	(r564704)
+++ head/x11/slim/Makefile	Mon Feb  8 14:12:52 2021	(r564705)
@@ -3,7 +3,7 @@
 
 PORTNAME=	slim
 PORTVERSION=	1.3.6
-PORTREVISION=	21
+PORTREVISION=	22
 CATEGORIES=	x11
 MASTER_SITES=	ftp://ftp.berlios.de/pub/slim/ \
 		SF/slim.berlios

Modified: head/x11/slim/files/slim.in
==============================================================================
--- head/x11/slim/files/slim.in	Mon Feb  8 14:11:36 2021	(r564704)
+++ head/x11/slim/files/slim.in	Mon Feb  8 14:12:52 2021	(r564705)
@@ -3,7 +3,7 @@
 # $FreeBSD$
 #
 # PROVIDE: slim
-# REQUIRE: LOGIN dbus hald
+# REQUIRE: LOGIN dbus
 # KEYWORD: shutdown
 #
 # Add the following line to /etc/rc.conf to enable slim:


More information about the svn-ports-all mailing list