From owner-svn-ports-head@freebsd.org Sun Dec 27 22:47:26 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 243BE4CA36F; Sun, 27 Dec 2020 22:47:26 +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 4D3wmZ0b1Xz3rKc; Sun, 27 Dec 2020 22:47:26 +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 05106732F; Sun, 27 Dec 2020 22:47:26 +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 0BRMlPPN018239; Sun, 27 Dec 2020 22:47:25 GMT (envelope-from jwb@FreeBSD.org) Received: (from jwb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BRMlPXg018237; Sun, 27 Dec 2020 22:47:25 GMT (envelope-from jwb@FreeBSD.org) Message-Id: <202012272247.0BRMlPXg018237@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jwb set sender to jwb@FreeBSD.org using -f From: "Jason W. Bacon" Date: Sun, 27 Dec 2020 22:47:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559434 - 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: 559434 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.34 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: Sun, 27 Dec 2020 22:47:26 -0000 Author: jwb Date: Sun Dec 27 22:47:25 2020 New Revision: 559434 URL: https://svnweb.freebsd.org/changeset/ports/559434 Log: sysutils/desktop-installer: Update to 0.6.19 Use dmidecode to detect FireWire Remove package breaking XFCE install Add auto-fix-date to rc.resume Add make clean to ensure second run works properly Modified: head/sysutils/desktop-installer/Makefile head/sysutils/desktop-installer/distinfo Modified: head/sysutils/desktop-installer/Makefile ============================================================================== --- head/sysutils/desktop-installer/Makefile Sun Dec 27 22:42:29 2020 (r559433) +++ head/sysutils/desktop-installer/Makefile Sun Dec 27 22:47:25 2020 (r559434) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= desktop-installer -DISTVERSION= 0.6.18 +DISTVERSION= 0.6.19 CATEGORIES= sysutils MAINTAINER= jwb@FreeBSD.org @@ -10,7 +10,7 @@ COMMENT= Quickly configure a FreeBSD desktop system LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= auto-admin>=0.6.8:sysutils/auto-admin +RUN_DEPENDS= auto-admin>=0.6.10:sysutils/auto-admin USES= tar:xz USE_GITHUB= yes Modified: head/sysutils/desktop-installer/distinfo ============================================================================== --- head/sysutils/desktop-installer/distinfo Sun Dec 27 22:42:29 2020 (r559433) +++ head/sysutils/desktop-installer/distinfo Sun Dec 27 22:47:25 2020 (r559434) @@ -1,3 +1,3 @@ -TIMESTAMP = 1604018370 -SHA256 (outpaddling-desktop-installer-0.6.18_GH0.tar.gz) = 7602d7ec6785286a735e81cecbca95a641fc43dd60088a362a532bb1f11fc52d -SIZE (outpaddling-desktop-installer-0.6.18_GH0.tar.gz) = 190451 +TIMESTAMP = 1609108735 +SHA256 (outpaddling-desktop-installer-0.6.19_GH0.tar.gz) = fdfe6f01a5d886ab0a482499c4f5fe99ed4ebfd9af4a884509c81df449c51fc6 +SIZE (outpaddling-desktop-installer-0.6.19_GH0.tar.gz) = 190700