mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Update to version 1.0.72
PR: 201950 Submitted by: Nikolai Lifanov (maintainer)
This commit is contained in:
parent
90bc644cb5
commit
66cc417a3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393906
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= debootstrap
|
||||
PORTVERSION= 1.0.70
|
||||
PORTVERSION= 1.0.72
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= DEBIAN/pool/main/d/${PORTNAME}
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (debootstrap_1.0.70.tar.gz) = b23e6d5fc6cab7f3f381e064efd2a8178ac210d4b4335b29104e09048d7e200e
|
||||
SIZE (debootstrap_1.0.70.tar.gz) = 61438
|
||||
SHA256 (debootstrap_1.0.72.tar.gz) = 90f4cf1390326f020b9192b6a45ba1d323fffab9c22c6f62451780e6f5482f8d
|
||||
SIZE (debootstrap_1.0.72.tar.gz) = 62089
|
||||
|
@ -1,13 +1,5 @@
|
||||
--- Makefile.orig 2015-05-19 09:35:39 UTC
|
||||
+++ Makefile
|
||||
@@ -1,6 +1,6 @@
|
||||
# avoid dpkg-dev dependency; fish out the version with sed
|
||||
VERSION := $(shell sed 's/.*(\(.*\)).*/\1/; q' debian/changelog)
|
||||
-DATE := $(shell sed -n '/^ -- /{s/.*> \(.*\)/\1/p;q}' debian/changelog)
|
||||
+DATE := $(shell sed -n '/^ -- /{s/.*> \(.*\)/\1/p;q;}' debian/changelog)
|
||||
|
||||
MAKEDEV ?= /sbin/MAKEDEV
|
||||
|
||||
@@ -14,17 +14,15 @@ clean:
|
||||
rm -f devices.tar.gz
|
||||
rm -rf dev
|
||||
|
@ -42,5 +42,6 @@ man/man8/debootstrap.8.gz
|
||||
%%DATADIR%%/scripts/warty
|
||||
%%DATADIR%%/scripts/warty.buildd
|
||||
%%DATADIR%%/scripts/wheezy
|
||||
%%DATADIR%%/scripts/wily
|
||||
%%DATADIR%%/scripts/woody
|
||||
%%DATADIR%%/scripts/woody.buildd
|
||||
|
Loading…
Reference in New Issue
Block a user