From owner-svn-ports-head@freebsd.org Fri Sep 9 14:23:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BEDCCBD2928; Fri, 9 Sep 2016 14:23:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95274F8A; Fri, 9 Sep 2016 14:23:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u89ENWrw017888; Fri, 9 Sep 2016 14:23:32 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u89ENWrj017883; Fri, 9 Sep 2016 14:23:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201609091423.u89ENWrj017883@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 9 Sep 2016 14:23:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421619 - in head/sysutils/debootstrap: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2016 14:23:33 -0000 Author: amdmi3 Date: Fri Sep 9 14:23:32 2016 New Revision: 421619 URL: https://svnweb.freebsd.org/changeset/ports/421619 Log: - Update to 1.0.82 PR: 212519 Submitted by: lifanov@mail.lifanov.com (maintainer) Modified: head/sysutils/debootstrap/Makefile head/sysutils/debootstrap/distinfo head/sysutils/debootstrap/files/patch-Makefile head/sysutils/debootstrap/files/patch-debootstrap Modified: head/sysutils/debootstrap/Makefile ============================================================================== --- head/sysutils/debootstrap/Makefile Fri Sep 9 14:09:52 2016 (r421618) +++ head/sysutils/debootstrap/Makefile Fri Sep 9 14:23:32 2016 (r421619) @@ -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} Modified: head/sysutils/debootstrap/distinfo ============================================================================== --- head/sysutils/debootstrap/distinfo Fri Sep 9 14:09:52 2016 (r421618) +++ head/sysutils/debootstrap/distinfo Fri Sep 9 14:23:32 2016 (r421619) @@ -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 Modified: head/sysutils/debootstrap/files/patch-Makefile ============================================================================== --- head/sysutils/debootstrap/files/patch-Makefile Fri Sep 9 14:09:52 2016 (r421618) +++ head/sysutils/debootstrap/files/patch-Makefile Fri Sep 9 14:23:32 2016 (r421619) @@ -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)/ Modified: head/sysutils/debootstrap/files/patch-debootstrap ============================================================================== --- head/sysutils/debootstrap/files/patch-debootstrap Fri Sep 9 14:09:52 2016 (r421618) +++ head/sysutils/debootstrap/files/patch-debootstrap Fri Sep 9 14:23:32 2016 (r421619) @@ -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"