From owner-svn-ports-head@freebsd.org Sun Jun 17 22:31:50 2018 Return-Path: Delivered-To: svn-ports-head@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 94BD5100D776; Sun, 17 Jun 2018 22:31:50 +0000 (UTC) (envelope-from lifanov@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 4714D833C5; Sun, 17 Jun 2018 22:31:50 +0000 (UTC) (envelope-from lifanov@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 281A51B806; Sun, 17 Jun 2018 22:31:50 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5HMVnG7083587; Sun, 17 Jun 2018 22:31:49 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5HMVnbL083583; Sun, 17 Jun 2018 22:31:49 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201806172231.w5HMVnbL083583@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Sun, 17 Jun 2018 22:31:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472648 - in head/sysutils/debootstrap: . files X-SVN-Group: ports-head X-SVN-Commit-Author: lifanov X-SVN-Commit-Paths: in head/sysutils/debootstrap: . files X-SVN-Commit-Revision: 472648 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.26 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, 17 Jun 2018 22:31:50 -0000 Author: lifanov Date: Sun Jun 17 22:31:48 2018 New Revision: 472648 URL: https://svnweb.freebsd.org/changeset/ports/472648 Log: update sysutils/debootstrap to 1.0.102 Modified: head/sysutils/debootstrap/Makefile head/sysutils/debootstrap/distinfo head/sysutils/debootstrap/files/patch-debootstrap head/sysutils/debootstrap/pkg-plist Modified: head/sysutils/debootstrap/Makefile ============================================================================== --- head/sysutils/debootstrap/Makefile Sun Jun 17 22:29:55 2018 (r472647) +++ head/sysutils/debootstrap/Makefile Sun Jun 17 22:31:48 2018 (r472648) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= debootstrap -PORTVERSION= 1.0.96 +PORTVERSION= 1.0.102 CATEGORIES= sysutils MASTER_SITES= DEBIAN/pool/main/d/${PORTNAME} DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/sysutils/debootstrap/distinfo ============================================================================== --- head/sysutils/debootstrap/distinfo Sun Jun 17 22:29:55 2018 (r472647) +++ head/sysutils/debootstrap/distinfo Sun Jun 17 22:31:48 2018 (r472648) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523456571 -SHA256 (debootstrap_1.0.96.tar.gz) = 5fe34b69069a8dcb425450f81d7e7c9eda9a6afd90082985d9e8f790868dae86 -SIZE (debootstrap_1.0.96.tar.gz) = 69541 +TIMESTAMP = 1529274215 +SHA256 (debootstrap_1.0.102.tar.gz) = 09675c7338ff0a328a1d67d84af93af46716a618d6c8cdb8c76d1ce07cb70ec5 +SIZE (debootstrap_1.0.102.tar.gz) = 72977 Modified: head/sysutils/debootstrap/files/patch-debootstrap ============================================================================== --- head/sysutils/debootstrap/files/patch-debootstrap Sun Jun 17 22:29:55 2018 (r472647) +++ head/sysutils/debootstrap/files/patch-debootstrap Sun Jun 17 22:31:48 2018 (r472648) @@ -1,4 +1,4 @@ ---- debootstrap.orig 2016-09-09 12:32:15 UTC +--- debootstrap.orig 2018-06-13 13:00:11 UTC +++ debootstrap @@ -14,7 +14,7 @@ if [ -z "$DEBOOTSTRAP_DIR" ]; then if [ -x /debootstrap/debootstrap ]; then @@ -9,22 +9,22 @@ fi fi -@@ -409,13 +409,7 @@ fi +@@ -474,13 +474,7 @@ fi ########################################################################### -if in_path dpkg && \ - dpkg --print-architecture >/dev/null 2>&1; then -- HOST_ARCH=`/usr/bin/dpkg --print-architecture` +- HOST_ARCH=$(/usr/bin/dpkg --print-architecture) -elif in_path udpkg && \ - udpkg --print-architecture >/dev/null 2>&1; then -- HOST_ARCH=`/usr/bin/udpkg --print-architecture` --elif [ -e $DEBOOTSTRAP_DIR/arch ]; then -+if [ -e $DEBOOTSTRAP_DIR/arch ]; then - HOST_ARCH=`cat $DEBOOTSTRAP_DIR/arch` +- HOST_ARCH=$(/usr/bin/udpkg --print-architecture) +-elif [ -e "$DEBOOTSTRAP_DIR/arch" ]; then ++if [ -e "$DEBOOTSTRAP_DIR/arch" ]; then + HOST_ARCH=$(cat "$DEBOOTSTRAP_DIR/arch") fi HOST_OS="$HOST_ARCH" -@@ -437,6 +431,11 @@ if [ -z "$HOST_OS" ]; then +@@ -502,6 +496,11 @@ if [ -z "$HOST_OS" ]; then esac fi @@ -34,5 +34,5 @@ +fi + if [ -z "$ARCH" ]; then - ARCH=$HOST_ARCH + ARCH="$HOST_ARCH" fi Modified: head/sysutils/debootstrap/pkg-plist ============================================================================== --- head/sysutils/debootstrap/pkg-plist Sun Jun 17 22:29:55 2018 (r472647) +++ head/sysutils/debootstrap/pkg-plist Sun Jun 17 22:31:48 2018 (r472648) @@ -5,10 +5,12 @@ man/man8/debootstrap.8.gz %%DATADIR%%/scripts/artful %%DATADIR%%/scripts/bartholomea %%DATADIR%%/scripts/bionic +%%DATADIR%%/scripts/bookworm %%DATADIR%%/scripts/breezy %%DATADIR%%/scripts/bullseye %%DATADIR%%/scripts/buster %%DATADIR%%/scripts/chromodoris +%%DATADIR%%/scripts/cosmic %%DATADIR%%/scripts/dapper %%DATADIR%%/scripts/dasyatis %%DATADIR%%/scripts/debian-common