1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

sysutils/debootstrap: Unbreak fetch and install.

Sponsored by:	Serenity Cybersecurity, LLC
This commit is contained in:
Gleb Popov 2023-02-22 14:04:57 +03:00
parent 06101175a5
commit c77cf9d7fa
3 changed files with 8 additions and 7 deletions

View File

@ -3,7 +3,7 @@ PORTVERSION= 1.0.128
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= DEBIAN
DISTNAME= ${PORTNAME}_${PORTVERSION}
DISTNAME= ${PORTNAME}_${PORTVERSION}+nmu2~bpo11+1
MAINTAINER= nc@FreeBSD.org
COMMENT= Install Debian or Ubuntu base system into a directory

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1666058102
SHA256 (debootstrap_1.0.128.tar.gz) = 09e7f8795fee894b77994213ee3a588e9d8f96ddf5f93afdec91e9a137aa7866
SIZE (debootstrap_1.0.128.tar.gz) = 84339
TIMESTAMP = 1677062129
SHA256 (debootstrap_1.0.128+nmu2~bpo11+1.tar.gz) = 140b2ef281a190c70098462b090ba2997bbcd075a6c1a1c7ce90b4c0e10c207d
SIZE (debootstrap_1.0.128+nmu2~bpo11+1.tar.gz) = 82336

View File

@ -1,6 +1,6 @@
--- Makefile.orig 2021-04-06 19:52:02 UTC
--- Makefile.orig 2022-07-13 22:17:17 UTC
+++ Makefile
@@ -5,14 +5,13 @@ all:
@@ -5,14 +5,13 @@ clean:
clean:
@ -17,5 +17,6 @@
- sed 's/@VERSION@/$(VERSION)/g' debootstrap >$(DESTDIR)/usr/sbin/debootstrap
- chown root:root $(DESTDIR)/usr/sbin/debootstrap
chmod 0755 $(DESTDIR)/usr/sbin/debootstrap
- chmod 0755 $(DESTDIR)/usr/sbin/debootstrap
+ sed 's/@VERSION@/$(VERSION)/g' debootstrap >$(DESTDIR)/usr/local/sbin/debootstrap
+ chmod 0755 $(DESTDIR)/usr/local/sbin/debootstrap