Date: Sun, 17 Jun 2018 22:31:49 +0000 (UTC) From: Nikolai Lifanov <lifanov@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472648 - in head/sysutils/debootstrap: . files Message-ID: <201806172231.w5HMVnbL083583@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806172231.w5HMVnbL083583>