From owner-svn-ports-head@freebsd.org Mon Jan 30 17:48:08 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5FC01CC775F; Mon, 30 Jan 2017 17:48:08 +0000 (UTC) (envelope-from brd@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 mx1.freebsd.org (Postfix) with ESMTPS id 2F1BC841; Mon, 30 Jan 2017 17:48:08 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0UHm7Bd084087; Mon, 30 Jan 2017 17:48:07 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0UHm7nS084084; Mon, 30 Jan 2017 17:48:07 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201701301748.v0UHm7nS084084@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Mon, 30 Jan 2017 17:48:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432859 - in head/sysutils/firstboot-pkgs: . files X-SVN-Group: ports-head 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.23 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: Mon, 30 Jan 2017 17:48:08 -0000 Author: brd Date: Mon Jan 30 17:48:06 2017 New Revision: 432859 URL: https://svnweb.freebsd.org/changeset/ports/432859 Log: sysutils/firstboot-pkgs: Loop through the list installing one at a time to handle missing pkgs in the repo. Reviewed by: allanjude Approved by: cperciva, bdrewery (implicit) Modified: head/sysutils/firstboot-pkgs/Makefile head/sysutils/firstboot-pkgs/files/firstboot_pkgs.in Modified: head/sysutils/firstboot-pkgs/Makefile ============================================================================== --- head/sysutils/firstboot-pkgs/Makefile Mon Jan 30 16:44:13 2017 (r432858) +++ head/sysutils/firstboot-pkgs/Makefile Mon Jan 30 17:48:06 2017 (r432859) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= firstboot-pkgs -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= sysutils MASTER_SITES= # none DISTFILES= # none Modified: head/sysutils/firstboot-pkgs/files/firstboot_pkgs.in ============================================================================== --- head/sysutils/firstboot-pkgs/files/firstboot_pkgs.in Mon Jan 30 16:44:13 2017 (r432858) +++ head/sysutils/firstboot-pkgs/files/firstboot_pkgs.in Mon Jan 30 17:48:06 2017 (r432859) @@ -37,10 +37,10 @@ firstboot_pkgs_run() fi # Install requested packages, if any - if ! [ -z "$firstboot_pkgs_list" ]; then - env ASSUME_ALWAYS_YES=YES pkg install $firstboot_pkgs_list