- Update to 1.0.82
PR: 212519 Submitted by: lifanov@mail.lifanov.com (maintainer)
This commit is contained in:
parent
ad6ef12cc0
commit
45219c9f98
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421619
4 changed files with 12 additions and 22 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= debootstrap
|
||||
PORTVERSION= 1.0.81
|
||||
PORTVERSION= 1.0.82
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= DEBIAN/pool/main/d/${PORTNAME}
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (debootstrap_1.0.81.tar.gz) = 344c7f841504c262d5088e9618f1d5f79bc122bffbb1dce2873c5e38029bdfb3
|
||||
SIZE (debootstrap_1.0.81.tar.gz) = 64394
|
||||
TIMESTAMP = 1473424128
|
||||
SHA256 (debootstrap_1.0.82.tar.gz) = db0dfad15d5338a8cdbcc3bbfda8dc59c58edf07511303f31746ef6fcc733835
|
||||
SIZE (debootstrap_1.0.82.tar.gz) = 64344
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
--- Makefile.orig 2015-05-19 09:35:39 UTC
|
||||
--- Makefile.orig 2016-09-09 12:30:20 UTC
|
||||
+++ Makefile
|
||||
@@ -14,17 +14,15 @@ clean:
|
||||
rm -f devices.tar.gz
|
||||
rm -rf dev
|
||||
@@ -6,14 +6,12 @@ all:
|
||||
|
||||
clean:
|
||||
|
||||
-DSDIR=$(DESTDIR)/usr/share/debootstrap
|
||||
+DSDIR=$(DESTDIR)%%DATADIR%%
|
||||
|
@ -19,6 +19,3 @@
|
|||
- chown root:root $(DESTDIR)/usr/sbin/debootstrap
|
||||
- chmod 0755 $(DESTDIR)/usr/sbin/debootstrap
|
||||
+ sed 's/@VERSION@/$(VERSION)/g' debootstrap >$(DESTDIR)%%PREFIX%%/sbin/debootstrap
|
||||
|
||||
ifeq ($(shell uname),Linux)
|
||||
install -o root -g root -m 0644 devices.tar.gz $(DSDIR)/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- debootstrap.orig 2014-02-07 15:25:58 UTC
|
||||
--- debootstrap.orig 2016-09-09 12:32:15 UTC
|
||||
+++ debootstrap
|
||||
@@ -13,7 +13,7 @@
|
||||
@@ -14,7 +14,7 @@ if [ -z "$DEBOOTSTRAP_DIR" ]; then
|
||||
if [ -x /debootstrap/debootstrap ]; then
|
||||
DEBOOTSTRAP_DIR=/debootstrap
|
||||
else
|
||||
|
@ -9,7 +9,7 @@
|
|||
fi
|
||||
fi
|
||||
|
||||
@@ -397,13 +397,7 @@
|
||||
@@ -409,13 +409,7 @@ fi
|
||||
|
||||
###########################################################################
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
|||
HOST_ARCH=`cat $DEBOOTSTRAP_DIR/arch`
|
||||
fi
|
||||
HOST_OS="$HOST_ARCH"
|
||||
@@ -425,6 +419,11 @@
|
||||
@@ -437,6 +431,11 @@ if [ -z "$HOST_OS" ]; then
|
||||
esac
|
||||
fi
|
||||
|
||||
|
@ -36,11 +36,3 @@
|
|||
if [ -z "$ARCH" ]; then
|
||||
ARCH=$HOST_ARCH
|
||||
fi
|
||||
@@ -621,7 +620,6 @@
|
||||
if ! am_doing_phase second_stage; then
|
||||
cp "$0" "$TARGET/debootstrap/debootstrap"
|
||||
cp $DEBOOTSTRAP_DIR/functions "$TARGET/debootstrap/functions"
|
||||
- cp $DEBOOTSTRAP_DIR/devices.tar.gz "$TARGET/debootstrap/devices.tar.gz"
|
||||
cp $SCRIPT "$TARGET/debootstrap/suite-script"
|
||||
echo "$ARCH" >"$TARGET/debootstrap/arch"
|
||||
echo "$SUITE" >"$TARGET/debootstrap/suite"
|
||||
|
|
Loading…
Reference in a new issue