Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Mar 2017 14:55:53 +0000 (UTC)
From:      Nikolai Lifanov <lifanov@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r435904 - head/sysutils/debootstrap
Message-ID:  <201703111455.v2BEtra8098317@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <kibi@debian.org>  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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703111455.v2BEtra8098317>