git: 0a7605444f4f - main - sysutils/debootstrap: Update to 1.0.127
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Aug 2022 19:52:45 UTC
The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=0a7605444f4fda276ed987daa59754a530aceb19 commit 0a7605444f4fda276ed987daa59754a530aceb19 Author: Neel Chauhan <nc@FreeBSD.org> AuthorDate: 2022-08-24 19:52:38 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2022-08-24 19:52:38 +0000 sysutils/debootstrap: Update to 1.0.127 --- sysutils/debootstrap/Makefile | 3 +-- sysutils/debootstrap/distinfo | 6 +++--- sysutils/debootstrap/files/patch-functions | 20 -------------------- sysutils/debootstrap/pkg-plist | 6 ++++++ 4 files changed, 10 insertions(+), 25 deletions(-) diff --git a/sysutils/debootstrap/Makefile b/sysutils/debootstrap/Makefile index 940e778303b8..f39321ca41bb 100644 --- a/sysutils/debootstrap/Makefile +++ b/sysutils/debootstrap/Makefile @@ -1,6 +1,5 @@ PORTNAME= debootstrap -PORTVERSION= 1.0.123 -PORTREVISION= 6 +PORTVERSION= 1.0.127 CATEGORIES= sysutils MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/sysutils/debootstrap/distinfo b/sysutils/debootstrap/distinfo index d74398b7ea1e..009ebf93d3eb 100644 --- a/sysutils/debootstrap/distinfo +++ b/sysutils/debootstrap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1598191216 -SHA256 (debootstrap_1.0.123.tar.gz) = 5e5a8147ecdd6be0eea5ac4d6ed8192cc653e93f744dd3306c9b1cc51d6ca328 -SIZE (debootstrap_1.0.123.tar.gz) = 78175 +TIMESTAMP = 1661370570 +SHA256 (debootstrap_1.0.127.tar.gz) = 45887cf0582e6d16598e50713278d16b2272d02bdd117a9876e98277300dabd4 +SIZE (debootstrap_1.0.127.tar.gz) = 82026 diff --git a/sysutils/debootstrap/files/patch-functions b/sysutils/debootstrap/files/patch-functions deleted file mode 100644 index 43f4e2eac2ef..000000000000 --- a/sysutils/debootstrap/files/patch-functions +++ /dev/null @@ -1,20 +0,0 @@ ---- functions.orig 2020-03-14 00:53:38 UTC -+++ functions -@@ -1157,6 +1157,7 @@ setup_proc () { - case "$HOST_OS" in - *freebsd*) - umount_on_exit /dev -+ umount_on_exit /dev/fd - umount_on_exit /proc - umount "$TARGET/proc" 2>/dev/null || true - if [ "$HOST_OS" = kfreebsd ]; then -@@ -1242,7 +1243,8 @@ setup_dynamic_devices () { - kfreebsd*) - in_target mount -t devfs devfs /dev ;; - freebsd) -- mount -t devfs devfs "$TARGET/dev" ;; -+ mount -t devfs devfs "$TARGET/dev" -+ mount -t fdescfs -o linrdlnk fdescfs "$TARGET/dev/fd" ;; - hurd*) - # Use the setup-translators of the hurd package - in_target /usr/lib/hurd/setup-translators -k ;; diff --git a/sysutils/debootstrap/pkg-plist b/sysutils/debootstrap/pkg-plist index 64ddf55463e3..e423e2bccfb5 100644 --- a/sysutils/debootstrap/pkg-plist +++ b/sysutils/debootstrap/pkg-plist @@ -25,11 +25,15 @@ man/man8/debootstrap.8.gz %%DATADIR%%/scripts/etch-m68k %%DATADIR%%/scripts/feisty %%DATADIR%%/scripts/focal +%%DATADIR%%/scripts/groovy %%DATADIR%%/scripts/gutsy %%DATADIR%%/scripts/hardy +%%DATADIR%%/scripts/hirsute %%DATADIR%%/scripts/hoary %%DATADIR%%/scripts/hoary.buildd +%%DATADIR%%/scripts/impish %%DATADIR%%/scripts/intrepid +%%DATADIR%%/scripts/jammy %%DATADIR%%/scripts/jaunty %%DATADIR%%/scripts/jessie %%DATADIR%%/scripts/jessie-kfreebsd @@ -38,6 +42,7 @@ man/man8/debootstrap.8.gz %%DATADIR%%/scripts/kali-last-snapshot %%DATADIR%%/scripts/kali-rolling %%DATADIR%%/scripts/karmic +%%DATADIR%%/scripts/kinetic %%DATADIR%%/scripts/lenny %%DATADIR%%/scripts/lucid %%DATADIR%%/scripts/maverick @@ -58,6 +63,7 @@ man/man8/debootstrap.8.gz %%DATADIR%%/scripts/stable %%DATADIR%%/scripts/stretch %%DATADIR%%/scripts/testing +%%DATADIR%%/scripts/trixie %%DATADIR%%/scripts/trusty %%DATADIR%%/scripts/unstable %%DATADIR%%/scripts/utopic