Date: Sat, 9 May 2020 13:37:20 +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: r534741 - head/sysutils/desktop-installer Message-ID: <202005091337.049DbKL6060962@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jwb Date: Sat May 9 13:37:20 2020 New Revision: 534741 URL: https://svnweb.freebsd.org/changeset/ports/534741 Log: sysutils/desktop-installer: Upgrade to 0.6.13 Add support for Cinnamon desktop Add unsupported option for CDE (not secure, for hobbyists/nostalgia only) Modified: head/sysutils/desktop-installer/Makefile head/sysutils/desktop-installer/distinfo head/sysutils/desktop-installer/pkg-descr head/sysutils/desktop-installer/pkg-plist Modified: head/sysutils/desktop-installer/Makefile ============================================================================== --- head/sysutils/desktop-installer/Makefile Sat May 9 13:24:40 2020 (r534740) +++ head/sysutils/desktop-installer/Makefile Sat May 9 13:37:20 2020 (r534741) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= desktop-installer -DISTVERSION= 0.6.12 +DISTVERSION= 0.6.13 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.6.1:sysutils/auto-admin +RUN_DEPENDS= auto-admin>=0.6.2:sysutils/auto-admin USES= tar:xz Modified: head/sysutils/desktop-installer/distinfo ============================================================================== --- head/sysutils/desktop-installer/distinfo Sat May 9 13:24:40 2020 (r534740) +++ head/sysutils/desktop-installer/distinfo Sat May 9 13:37:20 2020 (r534741) @@ -1,3 +1,3 @@ -TIMESTAMP = 1588342476 -SHA256 (desktop-installer-0.6.12.tar.xz) = f8e15c0d9bcdce0f47048a7e81ecb940b16beff791cedfccdb53c36788a685c0 -SIZE (desktop-installer-0.6.12.tar.xz) = 168824 +TIMESTAMP = 1589029405 +SHA256 (desktop-installer-0.6.13.tar.xz) = 57b87b719b9b9169e3b7cc18fada357910cf1aa6669ffd7e58c2c6741bf4f5d8 +SIZE (desktop-installer-0.6.13.tar.xz) = 169412 Modified: head/sysutils/desktop-installer/pkg-descr ============================================================================== --- head/sysutils/desktop-installer/pkg-descr Sat May 9 13:24:40 2020 (r534740) +++ head/sysutils/desktop-installer/pkg-descr Sat May 9 13:37:20 2020 (r534741) @@ -1,6 +1,6 @@ Desktop-installer is a post-install script to assist in setting up a FreeBSD desktop system using any of the mainstream desktop systems. It automatically -installs essential software and configures subsystems such as HAL, CUPS, etc. +installs essential software and configures subsystems such as devd, CUPS, etc. for typical use. WWW: http://acadix.biz/desktop-installer.php Modified: head/sysutils/desktop-installer/pkg-plist ============================================================================== --- head/sysutils/desktop-installer/pkg-plist Sat May 9 13:24:40 2020 (r534740) +++ head/sysutils/desktop-installer/pkg-plist Sat May 9 13:37:20 2020 (r534741) @@ -3,6 +3,8 @@ sbin/battery_shutdown.sh sbin/desktop-installer %%DATADIR%%/20-swcursor.conf %%DATADIR%%/90-vboxguest.fdi +%%DATADIR%%/CDE/xinitrc +%%DATADIR%%/CINNAMON/xinitrc %%DATADIR%%/GNOME2/xinitrc %%DATADIR%%/KDE5/xinitrc %%DATADIR%%/LUMINA/gtkrc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005091337.049DbKL6060962>