From owner-svn-ports-head@freebsd.org Tue Jun 2 18:13:38 2020 Return-Path: Delivered-To: svn-ports-head@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 917BF2F5EF6; Tue, 2 Jun 2020 18:13:38 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49c0Xf3JCbz4QnH; Tue, 2 Jun 2020 18:13:38 +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 6CA8421010; Tue, 2 Jun 2020 18:13:38 +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 052IDc3A058658; Tue, 2 Jun 2020 18:13:38 GMT (envelope-from jwb@FreeBSD.org) Received: (from jwb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 052IDb3E058654; Tue, 2 Jun 2020 18:13:37 GMT (envelope-from jwb@FreeBSD.org) Message-Id: <202006021813.052IDb3E058654@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jwb set sender to jwb@FreeBSD.org using -f From: "Jason W. Bacon" Date: Tue, 2 Jun 2020 18:13:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r537566 - 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: 537566 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jun 2020 18:13:38 -0000 Author: jwb Date: Tue Jun 2 18:13:37 2020 New Revision: 537566 URL: https://svnweb.freebsd.org/changeset/ports/537566 Log: sysutils/desktop-installer: Upgrade to 0.6.15 Add Window Maker support Add user-guidance on hardware write cache and su+j Move upstream to Github Refactor and clean up code 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 Tue Jun 2 18:11:21 2020 (r537565) +++ head/sysutils/desktop-installer/Makefile Tue Jun 2 18:13:37 2020 (r537566) @@ -1,18 +1,21 @@ # $FreeBSD$ PORTNAME= desktop-installer -DISTVERSION= 0.6.13 +DISTVERSION= 0.6.15 CATEGORIES= sysutils -MASTER_SITES= http://acadix.biz/Ports/distfiles/ MAINTAINER= jwb@FreeBSD.org COMMENT= Quickly configure a FreeBSD desktop system LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= auto-admin>=0.6.2:sysutils/auto-admin +RUN_DEPENDS= auto-admin>=0.6.4:sysutils/auto-admin USES= tar:xz +USE_GITHUB= yes + +GH_ACCOUNT= outpaddling NO_BUILD= yes NO_ARCH= yes Modified: head/sysutils/desktop-installer/distinfo ============================================================================== --- head/sysutils/desktop-installer/distinfo Tue Jun 2 18:11:21 2020 (r537565) +++ head/sysutils/desktop-installer/distinfo Tue Jun 2 18:13:37 2020 (r537566) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589029405 -SHA256 (desktop-installer-0.6.13.tar.xz) = 57b87b719b9b9169e3b7cc18fada357910cf1aa6669ffd7e58c2c6741bf4f5d8 -SIZE (desktop-installer-0.6.13.tar.xz) = 169412 +TIMESTAMP = 1591120941 +SHA256 (outpaddling-desktop-installer-0.6.15_GH0.tar.gz) = 71d6d3a2822f630654864b98ca1c589466b4454ba4e8340c19698f7209a3314e +SIZE (outpaddling-desktop-installer-0.6.15_GH0.tar.gz) = 187080 Modified: head/sysutils/desktop-installer/pkg-descr ============================================================================== --- head/sysutils/desktop-installer/pkg-descr Tue Jun 2 18:11:21 2020 (r537565) +++ head/sysutils/desktop-installer/pkg-descr Tue Jun 2 18:13:37 2020 (r537566) @@ -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 devd, CUPS, etc. +installs essential software and configures subsystems such as HAL, 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 Tue Jun 2 18:11:21 2020 (r537565) +++ head/sysutils/desktop-installer/pkg-plist Tue Jun 2 18:13:37 2020 (r537566) @@ -14,6 +14,7 @@ sbin/desktop-installer %%DATADIR%%/MATE/xinitrc %%DATADIR%%/Scripts/battery_shutdown.sh %%DATADIR%%/Scripts/desktop-admin +%%DATADIR%%/WMAKER/xinitrc %%DATADIR%%/XDM/GiveConsole %%DATADIR%%/XDM/Xsetup_0 %%DATADIR%%/XDM/Xstartup