Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 May 2020 14:31:03 +0000 (UTC)
From:      "Jason W. Bacon" <jwb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533548 - head/sysutils/desktop-installer
Message-ID:  <202005011431.041EV3ww035283@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jwb
Date: Fri May  1 14:31:03 2020
New Revision: 533548
URL: https://svnweb.freebsd.org/changeset/ports/533548

Log:
  sysutils/desktop-installer: Upgrade to 0.6.12
  
  Add option to enable Xorg SWCursor
  Add XFCE4 + SLiM option
  Other fixes, enhancements and clean-up

Modified:
  head/sysutils/desktop-installer/Makefile
  head/sysutils/desktop-installer/distinfo
  head/sysutils/desktop-installer/pkg-plist

Modified: head/sysutils/desktop-installer/Makefile
==============================================================================
--- head/sysutils/desktop-installer/Makefile	Fri May  1 14:25:55 2020	(r533547)
+++ head/sysutils/desktop-installer/Makefile	Fri May  1 14:31:03 2020	(r533548)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	desktop-installer
-DISTVERSION=	0.6.11
+DISTVERSION=	0.6.12
 CATEGORIES=	sysutils
 MASTER_SITES=	http://acadix.biz/Ports/distfiles/
 
@@ -10,7 +10,7 @@ COMMENT=	Quickly configure a FreeBSD desktop system
 
 LICENSE=	BSD2CLAUSE
 
-RUN_DEPENDS=	auto-admin>=0.5.1:sysutils/auto-admin
+RUN_DEPENDS=	auto-admin>=0.6.1:sysutils/auto-admin
 
 USES=		tar:xz
 

Modified: head/sysutils/desktop-installer/distinfo
==============================================================================
--- head/sysutils/desktop-installer/distinfo	Fri May  1 14:25:55 2020	(r533547)
+++ head/sysutils/desktop-installer/distinfo	Fri May  1 14:31:03 2020	(r533548)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1579661881
-SHA256 (desktop-installer-0.6.11.tar.xz) = d317e99a8e91f4db529440041ec85ac60e9889968e8daef47589699d7d9c2587
-SIZE (desktop-installer-0.6.11.tar.xz) = 168964
+TIMESTAMP = 1588342476
+SHA256 (desktop-installer-0.6.12.tar.xz) = f8e15c0d9bcdce0f47048a7e81ecb940b16beff791cedfccdb53c36788a685c0
+SIZE (desktop-installer-0.6.12.tar.xz) = 168824

Modified: head/sysutils/desktop-installer/pkg-plist
==============================================================================
--- head/sysutils/desktop-installer/pkg-plist	Fri May  1 14:25:55 2020	(r533547)
+++ head/sysutils/desktop-installer/pkg-plist	Fri May  1 14:31:03 2020	(r533548)
@@ -1,6 +1,7 @@
 man/man1/desktop-installer.1.gz
 sbin/battery_shutdown.sh
 sbin/desktop-installer
+%%DATADIR%%/20-swcursor.conf
 %%DATADIR%%/90-vboxguest.fdi
 %%DATADIR%%/GNOME2/xinitrc
 %%DATADIR%%/KDE5/xinitrc
@@ -10,6 +11,7 @@ sbin/desktop-installer
 %%DATADIR%%/LXQT/xinitrc
 %%DATADIR%%/MATE/xinitrc
 %%DATADIR%%/Scripts/battery_shutdown.sh
+%%DATADIR%%/Scripts/desktop-admin
 %%DATADIR%%/XDM/GiveConsole
 %%DATADIR%%/XDM/Xsetup_0
 %%DATADIR%%/XDM/Xstartup



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005011431.041EV3ww035283>