svn commit: r377134 - head/sysutils/debootstrap

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jan 15 18:02:03 UTC 2015


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 at 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


More information about the svn-ports-all mailing list