diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-15 18:02:01 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-15 18:02:01 +0000 |
commit | 1b158d042892610ac7397f85f55e63e534a6d47c (patch) | |
tree | 54df39ac8b430f1393f524380aa7cf8d4e6260e5 | |
parent | - Update to 4.1 (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=377134
-rw-r--r-- | sysutils/debootstrap/Makefile | 2 | ||||
-rw-r--r-- | sysutils/debootstrap/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/debootstrap/Makefile b/sysutils/debootstrap/Makefile index d248f167a744..fb0de77beb51 100644 --- a/sysutils/debootstrap/Makefile +++ b/sysutils/debootstrap/Makefile @@ -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} diff --git a/sysutils/debootstrap/distinfo b/sysutils/debootstrap/distinfo index 746267826116..214b8a08e0d5 100644 --- a/sysutils/debootstrap/distinfo +++ b/sysutils/debootstrap/distinfo @@ -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 |