Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jan 2015 18:02:02 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377134 - head/sysutils/debootstrap
Message-ID:  <201501151802.t0FI22jY014271@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jan 15 18:02:01 2015
New Revision: 377134
URL: https://svnweb.freebsd.org/changeset/ports/377134
QAT: https://qat.redports.org/buildarchive/r377134/

Log:
  - Update to 1.0.67
  
  Changes:
  - Fix the empty sources.list bug with foreign architectures (Closes: #732255, #773867).
    Update setup_apt_sources to look at USE_COMPONENTS if COMPONENTS is empty, so
    that some iteration over defined components happens.
  - Use debian/changelog timestamp as mtime for devices.tar members (Closes: #774069)
    We also remove the timestamp in gzip header. This enables debootstap to be
    built reproducibly.
  
  PR:		ports/196764
  Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)

Modified:
  head/sysutils/debootstrap/Makefile
  head/sysutils/debootstrap/distinfo

Modified: head/sysutils/debootstrap/Makefile
==============================================================================
--- head/sysutils/debootstrap/Makefile	Thu Jan 15 18:01:56 2015	(r377133)
+++ head/sysutils/debootstrap/Makefile	Thu Jan 15 18:02:01 2015	(r377134)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	debootstrap
-PORTVERSION=	1.0.66
+PORTVERSION=	1.0.67
 CATEGORIES=	sysutils
 MASTER_SITES=	DEBIAN/pool/main/d/${PORTNAME}
 DISTNAME=	${PORTNAME}_${PORTVERSION}

Modified: head/sysutils/debootstrap/distinfo
==============================================================================
--- head/sysutils/debootstrap/distinfo	Thu Jan 15 18:01:56 2015	(r377133)
+++ head/sysutils/debootstrap/distinfo	Thu Jan 15 18:02:01 2015	(r377134)
@@ -1,2 +1,2 @@
-SHA256 (debootstrap_1.0.66.tar.gz) = 33246d6926aee18eef841169d0c9c45f8a7747e95ffcf7d08a0eb833f735f095
-SIZE (debootstrap_1.0.66.tar.gz) = 61338
+SHA256 (debootstrap_1.0.67.tar.gz) = 0a12e0a2bbff185d47711a716b1f2734856100e8784361203e834fed0cffa51b
+SIZE (debootstrap_1.0.67.tar.gz) = 61863



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