From owner-svn-ports-all@freebsd.org Sat Mar 11 14:55:54 2017 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 9184ACFB72D; Sat, 11 Mar 2017 14:55:54 +0000 (UTC) (envelope-from lifanov@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 3B29812D0; Sat, 11 Mar 2017 14:55:54 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2BEtrxs098319; Sat, 11 Mar 2017 14:55:53 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2BEtra8098317; Sat, 11 Mar 2017 14:55:53 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201703111455.v2BEtra8098317@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Sat, 11 Mar 2017 14:55:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435904 - 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.23 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: Sat, 11 Mar 2017 14:55:54 -0000 Author: lifanov Date: Sat Mar 11 14:55:52 2017 New Revision: 435904 URL: https://svnweb.freebsd.org/changeset/ports/435904 Log: update sysutils/debootstrap to 1.0.89 debootstrap (1.0.89) unstable; urgency=medium [ Simon McVittie ] * Instead of creating a /dev/ptmx → pts/ptmx symlink unconditionally, try mknod with “c 5 2” parameters first, and fall back to a symlink only if it fails. This should help with various tools like pbuilder, sbuild, and schroot (Closes: #817236). * Add autopkgtest support to test various scenarios. [ Cyril Brulebois ] * Uniformize COMPONENTS/USE_COMPONENTS handling. -- Cyril Brulebois Fri, 10 Mar 2017 13:10:56 +0100 Modified: head/sysutils/debootstrap/Makefile head/sysutils/debootstrap/distinfo Modified: head/sysutils/debootstrap/Makefile ============================================================================== --- head/sysutils/debootstrap/Makefile Sat Mar 11 13:16:20 2017 (r435903) +++ head/sysutils/debootstrap/Makefile Sat Mar 11 14:55:52 2017 (r435904) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= debootstrap -PORTVERSION= 1.0.88 +PORTVERSION= 1.0.89 CATEGORIES= sysutils MASTER_SITES= DEBIAN/pool/main/d/${PORTNAME} DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/debian/copyright RUN_DEPENDS= wget:ftp/wget -WRKSRC= ${WRKDIR}/${PORTNAME}.git +WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes NO_ARCH= yes USES= gmake perl5 Modified: head/sysutils/debootstrap/distinfo ============================================================================== --- head/sysutils/debootstrap/distinfo Sat Mar 11 13:16:20 2017 (r435903) +++ head/sysutils/debootstrap/distinfo Sat Mar 11 14:55:52 2017 (r435904) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486651749 -SHA256 (debootstrap_1.0.88.tar.gz) = a08332bb288223a7afca125b5d5946dcfa36720f36138fee3fea299aad80d2f8 -SIZE (debootstrap_1.0.88.tar.gz) = 65590 +TIMESTAMP = 1489243962 +SHA256 (debootstrap_1.0.89.tar.gz) = 3fde1e34eae8744d802ff4f4ba5464b8c8829c0afe9d394c8a536cfdaca23885 +SIZE (debootstrap_1.0.89.tar.gz) = 69020