update sysutils/debootstrap to 1.0.102

This commit is contained in:
Nikolai Lifanov 2018-06-17 22:31:48 +00:00
parent 07bb195c2a
commit 387268bb4a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472648
4 changed files with 15 additions and 13 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= debootstrap PORTNAME= debootstrap
PORTVERSION= 1.0.96 PORTVERSION= 1.0.102
CATEGORIES= sysutils CATEGORIES= sysutils
MASTER_SITES= DEBIAN/pool/main/d/${PORTNAME} MASTER_SITES= DEBIAN/pool/main/d/${PORTNAME}
DISTNAME= ${PORTNAME}_${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1523456571 TIMESTAMP = 1529274215
SHA256 (debootstrap_1.0.96.tar.gz) = 5fe34b69069a8dcb425450f81d7e7c9eda9a6afd90082985d9e8f790868dae86 SHA256 (debootstrap_1.0.102.tar.gz) = 09675c7338ff0a328a1d67d84af93af46716a618d6c8cdb8c76d1ce07cb70ec5
SIZE (debootstrap_1.0.96.tar.gz) = 69541 SIZE (debootstrap_1.0.102.tar.gz) = 72977

View file

@ -1,4 +1,4 @@
--- debootstrap.orig 2016-09-09 12:32:15 UTC --- debootstrap.orig 2018-06-13 13:00:11 UTC
+++ debootstrap +++ debootstrap
@@ -14,7 +14,7 @@ if [ -z "$DEBOOTSTRAP_DIR" ]; then @@ -14,7 +14,7 @@ if [ -z "$DEBOOTSTRAP_DIR" ]; then
if [ -x /debootstrap/debootstrap ]; then if [ -x /debootstrap/debootstrap ]; then
@ -9,22 +9,22 @@
fi fi
fi fi
@@ -409,13 +409,7 @@ fi @@ -474,13 +474,7 @@ fi
########################################################################### ###########################################################################
-if in_path dpkg && \ -if in_path dpkg && \
- dpkg --print-architecture >/dev/null 2>&1; then - 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 && \ -elif in_path udpkg && \
- udpkg --print-architecture >/dev/null 2>&1; then - udpkg --print-architecture >/dev/null 2>&1; then
- HOST_ARCH=`/usr/bin/udpkg --print-architecture` - HOST_ARCH=$(/usr/bin/udpkg --print-architecture)
-elif [ -e $DEBOOTSTRAP_DIR/arch ]; then -elif [ -e "$DEBOOTSTRAP_DIR/arch" ]; then
+if [ -e $DEBOOTSTRAP_DIR/arch ]; then +if [ -e "$DEBOOTSTRAP_DIR/arch" ]; then
HOST_ARCH=`cat $DEBOOTSTRAP_DIR/arch` HOST_ARCH=$(cat "$DEBOOTSTRAP_DIR/arch")
fi fi
HOST_OS="$HOST_ARCH" HOST_OS="$HOST_ARCH"
@@ -437,6 +431,11 @@ if [ -z "$HOST_OS" ]; then @@ -502,6 +496,11 @@ if [ -z "$HOST_OS" ]; then
esac esac
fi fi
@ -34,5 +34,5 @@
+fi +fi
+ +
if [ -z "$ARCH" ]; then if [ -z "$ARCH" ]; then
ARCH=$HOST_ARCH ARCH="$HOST_ARCH"
fi fi

View file

@ -5,10 +5,12 @@ man/man8/debootstrap.8.gz
%%DATADIR%%/scripts/artful %%DATADIR%%/scripts/artful
%%DATADIR%%/scripts/bartholomea %%DATADIR%%/scripts/bartholomea
%%DATADIR%%/scripts/bionic %%DATADIR%%/scripts/bionic
%%DATADIR%%/scripts/bookworm
%%DATADIR%%/scripts/breezy %%DATADIR%%/scripts/breezy
%%DATADIR%%/scripts/bullseye %%DATADIR%%/scripts/bullseye
%%DATADIR%%/scripts/buster %%DATADIR%%/scripts/buster
%%DATADIR%%/scripts/chromodoris %%DATADIR%%/scripts/chromodoris
%%DATADIR%%/scripts/cosmic
%%DATADIR%%/scripts/dapper %%DATADIR%%/scripts/dapper
%%DATADIR%%/scripts/dasyatis %%DATADIR%%/scripts/dasyatis
%%DATADIR%%/scripts/debian-common %%DATADIR%%/scripts/debian-common