From owner-svn-ports-all@freebsd.org Sun Feb 21 16:27:05 2016 Return-Path: Delivered-To: svn-ports-all@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 64254AB074E; Sun, 21 Feb 2016 16:27:05 +0000 (UTC) (envelope-from rakuco@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 254821D0B; Sun, 21 Feb 2016 16:27:05 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1LGR47A097492; Sun, 21 Feb 2016 16:27:04 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1LGR4bl097490; Sun, 21 Feb 2016 16:27:04 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602211627.u1LGR4bl097490@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 21 Feb 2016 16:27:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409304 - head/sysutils/debootstrap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Feb 2016 16:27:05 -0000 Author: rakuco Date: Sun Feb 21 16:27:03 2016 New Revision: 409304 URL: https://svnweb.freebsd.org/changeset/ports/409304 Log: Update to 1.0.79. debootstrap (1.0.79) unstable; urgency=medium [ Samuel Thibault ] * hurd: move setting up dev and servers firmlink to setup_proc stage. Also firmlink proc there. Thanks Gabriele Giacone for all the investigation! (Closes: #768102) (Closes: #768102) -- Christian Perrier Fri, 19 Feb 2016 07:23:59 +0100 debootstrap (1.0.78+nmu1) unstable; urgency=medium * Non-maintainer upload. * Split setup_devices in setup_devices (which now only deals with static device nodes) and setup_dynamic_devices, and move the calls to setup_devices from the beginning of the second stage to the end of the first stage. setup_dynamic_devices mounts the appropriate filesystems which provide dynamic device nodes for the architectures which need one in debootstrap (kfreebsd and hurd). This fixes a bug in --second-stage introduced in 1.0.34 and exposed by the devices-related changes of 1.0.76: the second stage debootstrap runs "dpkg --print-architecture >/dev/null" at the very beginning of the program when /dev is still empty, so it creates an empty regular file in place of /dev/null and this will cause mknod to fail later. (Closes: #813232) -- Marco d'Itri Wed, 17 Feb 2016 01:23:23 +0100 PR: 207393 Submitted by: Nikolai Lifanov (maintainer) Modified: head/sysutils/debootstrap/Makefile head/sysutils/debootstrap/distinfo Modified: head/sysutils/debootstrap/Makefile ============================================================================== --- head/sysutils/debootstrap/Makefile Sun Feb 21 16:19:55 2016 (r409303) +++ head/sysutils/debootstrap/Makefile Sun Feb 21 16:27:03 2016 (r409304) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= debootstrap -PORTVERSION= 1.0.78 +PORTVERSION= 1.0.79 CATEGORIES= sysutils MASTER_SITES= DEBIAN/pool/main/d/${PORTNAME} DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -14,7 +14,7 @@ LICENSE= GPLv2 RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget -WRKSRC= ${WRKDIR}/${PORTNAME} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes NO_ARCH= yes USES= gmake perl5 Modified: head/sysutils/debootstrap/distinfo ============================================================================== --- head/sysutils/debootstrap/distinfo Sun Feb 21 16:19:55 2016 (r409303) +++ head/sysutils/debootstrap/distinfo Sun Feb 21 16:27:03 2016 (r409304) @@ -1,2 +1,2 @@ -SHA256 (debootstrap_1.0.78.tar.gz) = b08b32152f240b42ee7fc30f365d95527edf9012e25a16a5f03ba70297389abb -SIZE (debootstrap_1.0.78.tar.gz) = 63725 +SHA256 (debootstrap_1.0.79.tar.gz) = 11ee0dca0c0e0b5ccb0f80c885f62467c67b90abcbdd7f48dd8ca66af4ec5fc0 +SIZE (debootstrap_1.0.79.tar.gz) = 64390