From owner-svn-ports-all@freebsd.org Sat May 9 13:37:21 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6042C2E9AB9; Sat, 9 May 2020 13:37:21 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49K7Xx1sdFz3JRN; Sat, 9 May 2020 13:37:21 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3B4201CB3B; Sat, 9 May 2020 13:37:21 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 049DbLEG060966; Sat, 9 May 2020 13:37:21 GMT (envelope-from jwb@FreeBSD.org) Received: (from jwb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 049DbKL6060962; Sat, 9 May 2020 13:37:20 GMT (envelope-from jwb@FreeBSD.org) Message-Id: <202005091337.049DbKL6060962@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jwb set sender to jwb@FreeBSD.org using -f From: "Jason W. Bacon" Date: Sat, 9 May 2020 13:37:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r534741 - head/sysutils/desktop-installer X-SVN-Group: ports-head X-SVN-Commit-Author: jwb X-SVN-Commit-Paths: head/sysutils/desktop-installer X-SVN-Commit-Revision: 534741 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.32 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 May 2020 13:37:21 -0000 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