From owner-svn-ports-all@freebsd.org Mon Oct 22 02:29:04 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3061FFD876F; Mon, 22 Oct 2018 02:29:04 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D89ED818BF; Mon, 22 Oct 2018 02:29:03 +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 D35A2161B1; Mon, 22 Oct 2018 02:29:03 +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 w9M2T3hP038348; Mon, 22 Oct 2018 02:29:03 GMT (envelope-from jwb@FreeBSD.org) Received: (from jwb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9M2T3TX038346; Mon, 22 Oct 2018 02:29:03 GMT (envelope-from jwb@FreeBSD.org) Message-Id: <201810220229.w9M2T3TX038346@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jwb set sender to jwb@FreeBSD.org using -f From: "Jason W. Bacon" Date: Mon, 22 Oct 2018 02:29:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482729 - 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: 482729 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.29 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: Mon, 22 Oct 2018 02:29:04 -0000 Author: jwb Date: Mon Oct 22 02:29:03 2018 New Revision: 482729 URL: https://svnweb.freebsd.org/changeset/ports/482729 Log: sysutils/desktop-installer: Fix battery monitor, install audio/lame Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D17643 Modified: head/sysutils/desktop-installer/Makefile head/sysutils/desktop-installer/distinfo Modified: head/sysutils/desktop-installer/Makefile ============================================================================== --- head/sysutils/desktop-installer/Makefile Mon Oct 22 01:12:17 2018 (r482728) +++ head/sysutils/desktop-installer/Makefile Mon Oct 22 02:29:03 2018 (r482729) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= desktop-installer -DISTVERSION= 0.6.1 +DISTVERSION= 0.6.2 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.4.3:sysutils/auto-admin +RUN_DEPENDS= auto-admin>=0.4.4:sysutils/auto-admin USES= tar:xz Modified: head/sysutils/desktop-installer/distinfo ============================================================================== --- head/sysutils/desktop-installer/distinfo Mon Oct 22 01:12:17 2018 (r482728) +++ head/sysutils/desktop-installer/distinfo Mon Oct 22 02:29:03 2018 (r482729) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526943437 -SHA256 (desktop-installer-0.6.1.tar.xz) = 1c3cda915ad4411b38454a8a12b4af5d848f14f8d96638fb45c689aefcdf98d1 -SIZE (desktop-installer-0.6.1.tar.xz) = 169856 +TIMESTAMP = 1540171497 +SHA256 (desktop-installer-0.6.2.tar.xz) = 8b6391e68426429294d6b49b6804eff07ff0cc56b7485bad64fad28eb78991b6 +SIZE (desktop-installer-0.6.2.tar.xz) = 169684