From owner-svn-ports-head@freebsd.org Thu Feb 9 19:53:39 2017 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 5CD70CD8763; Thu, 9 Feb 2017 19:53:39 +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 2A669F80; Thu, 9 Feb 2017 19:53:39 +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 v19JrcZI034145; Thu, 9 Feb 2017 19:53:38 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v19Jrc2C034143; Thu, 9 Feb 2017 19:53:38 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201702091953.v19Jrc2C034143@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Thu, 9 Feb 2017 19:53:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433769 - 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, 09 Feb 2017 19:53:39 -0000 Author: lifanov Date: Thu Feb 9 19:53:37 2017 New Revision: 433769 URL: https://svnweb.freebsd.org/changeset/ports/433769 Log: update sysutils/debootstrap to 1.0.88 * Strip the arch-qualifier (Closes: #836525) Reviewed by: matthew Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D9515 Modified: head/sysutils/debootstrap/Makefile head/sysutils/debootstrap/distinfo Modified: head/sysutils/debootstrap/Makefile ============================================================================== --- head/sysutils/debootstrap/Makefile Thu Feb 9 19:38:01 2017 (r433768) +++ head/sysutils/debootstrap/Makefile Thu Feb 9 19:53:37 2017 (r433769) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= debootstrap -PORTVERSION= 1.0.87 +PORTVERSION= 1.0.88 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}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}.git NO_BUILD= yes NO_ARCH= yes USES= gmake perl5 Modified: head/sysutils/debootstrap/distinfo ============================================================================== --- head/sysutils/debootstrap/distinfo Thu Feb 9 19:38:01 2017 (r433768) +++ head/sysutils/debootstrap/distinfo Thu Feb 9 19:53:37 2017 (r433769) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479399853 -SHA256 (debootstrap_1.0.87.tar.gz) = e48c931b8c0a4981c580db1a85418177bf62f18320a376aefbc7910e1f1fb3aa -SIZE (debootstrap_1.0.87.tar.gz) = 65875 +TIMESTAMP = 1486651749 +SHA256 (debootstrap_1.0.88.tar.gz) = a08332bb288223a7afca125b5d5946dcfa36720f36138fee3fea299aad80d2f8 +SIZE (debootstrap_1.0.88.tar.gz) = 65590