From owner-svn-ports-head@freebsd.org Thu Nov 17 22:35:53 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 35EBAC47A53; Thu, 17 Nov 2016 22:35:53 +0000 (UTC) (envelope-from matthew@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 E0448ED9; Thu, 17 Nov 2016 22:35:52 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAHMZqvR048664; Thu, 17 Nov 2016 22:35:52 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAHMZp9W048662; Thu, 17 Nov 2016 22:35:51 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201611172235.uAHMZp9W048662@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Thu, 17 Nov 2016 22:35:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426301 - 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-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: Thu, 17 Nov 2016 22:35:53 -0000 Author: matthew Date: Thu Nov 17 22:35:51 2016 New Revision: 426301 URL: https://svnweb.freebsd.org/changeset/ports/426301 Log: Update to 1.0.87 Changelog: debootstrap (1.0.87) unstable; urgency=high [ Julien Cristau ] * Default to split /usr again, as merged-/usr breaks dpkg-shlibdeps (closes: #844221). [ Riku Voipio ] * remove scratchbox2 support (closes: #796189) -- Christian Perrier Wed, 16 Nov 2016 06:47:27 +0100 PR: 214610 Submitted by: lifanov@mail.lifanov.com (maintainer) Modified: head/sysutils/debootstrap/Makefile head/sysutils/debootstrap/distinfo Modified: head/sysutils/debootstrap/Makefile ============================================================================== --- head/sysutils/debootstrap/Makefile Thu Nov 17 22:29:38 2016 (r426300) +++ head/sysutils/debootstrap/Makefile Thu Nov 17 22:35:51 2016 (r426301) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= debootstrap -PORTVERSION= 1.0.86 +PORTVERSION= 1.0.87 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} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes NO_ARCH= yes USES= gmake perl5 Modified: head/sysutils/debootstrap/distinfo ============================================================================== --- head/sysutils/debootstrap/distinfo Thu Nov 17 22:29:38 2016 (r426300) +++ head/sysutils/debootstrap/distinfo Thu Nov 17 22:35:51 2016 (r426301) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477920303 -SHA256 (debootstrap_1.0.86.tar.gz) = ce7eb450f7d5dd55d9b49f8a68f2b33c5f4edeba93c2d63ef3dd01e009f4fb5c -SIZE (debootstrap_1.0.86.tar.gz) = 65352 +TIMESTAMP = 1479399853 +SHA256 (debootstrap_1.0.87.tar.gz) = e48c931b8c0a4981c580db1a85418177bf62f18320a376aefbc7910e1f1fb3aa +SIZE (debootstrap_1.0.87.tar.gz) = 65875