From owner-svn-ports-all@freebsd.org Sat Nov 12 09:11:01 2016 Return-Path: Delivered-To: svn-ports-all@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 1EB3EC28349; Sat, 12 Nov 2016 09:11:01 +0000 (UTC) (envelope-from matthew@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 E4AF017BD; Sat, 12 Nov 2016 09:11:00 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAC9B0pp025839; Sat, 12 Nov 2016 09:11:00 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAC9B0fJ025837; Sat, 12 Nov 2016 09:11:00 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201611120911.uAC9B0fJ025837@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sat, 12 Nov 2016 09:11:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425931 - head/sysutils/debootstrap X-SVN-Group: ports-head 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.23 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, 12 Nov 2016 09:11:01 -0000 Author: matthew Date: Sat Nov 12 09:10:59 2016 New Revision: 425931 URL: https://svnweb.freebsd.org/changeset/ports/425931 Log: Update to 1.0.86 debootstrap (1.0.86) unstable; urgency=high * Rework split_inline_sig by using shell built-ins instead of trying to mix sed and tr together, which might work on regular systems but not from inside the Debian Installer (Closes: #842591). Thanks to Ansgar Burchardt for the proof of concept! -- Cyril Brulebois Sun, 30 Oct 2016 23:35:45 +0100 PR: 213950 Submitted by: lifanov@mail.lifanov.com (Maintainer) Modified: head/sysutils/debootstrap/Makefile head/sysutils/debootstrap/distinfo Modified: head/sysutils/debootstrap/Makefile ============================================================================== --- head/sysutils/debootstrap/Makefile Sat Nov 12 09:06:53 2016 (r425930) +++ head/sysutils/debootstrap/Makefile Sat Nov 12 09:10:59 2016 (r425931) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= debootstrap -PORTVERSION= 1.0.85 +PORTVERSION= 1.0.86 CATEGORIES= sysutils MASTER_SITES= DEBIAN/pool/main/d/${PORTNAME} DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/sysutils/debootstrap/distinfo ============================================================================== --- head/sysutils/debootstrap/distinfo Sat Nov 12 09:06:53 2016 (r425930) +++ head/sysutils/debootstrap/distinfo Sat Nov 12 09:10:59 2016 (r425931) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477321992 -SHA256 (debootstrap_1.0.85.tar.gz) = 134b937991effdddfd2de57de615dc0f59bef27ec684ca0a26e4887ea49ef576 -SIZE (debootstrap_1.0.85.tar.gz) = 65743 +TIMESTAMP = 1477920303 +SHA256 (debootstrap_1.0.86.tar.gz) = ce7eb450f7d5dd55d9b49f8a68f2b33c5f4edeba93c2d63ef3dd01e009f4fb5c +SIZE (debootstrap_1.0.86.tar.gz) = 65352