mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
4 changed files with 4 additions and 11 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= debootstrap
|
PORTNAME= debootstrap
|
||||||
PORTVERSION= 1.0.70
|
PORTVERSION= 1.0.72
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= DEBIAN/pool/main/d/${PORTNAME}
|
MASTER_SITES= DEBIAN/pool/main/d/${PORTNAME}
|
||||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (debootstrap_1.0.70.tar.gz) = b23e6d5fc6cab7f3f381e064efd2a8178ac210d4b4335b29104e09048d7e200e
|
SHA256 (debootstrap_1.0.72.tar.gz) = 90f4cf1390326f020b9192b6a45ba1d323fffab9c22c6f62451780e6f5482f8d
|
||||||
SIZE (debootstrap_1.0.70.tar.gz) = 61438
|
SIZE (debootstrap_1.0.72.tar.gz) = 62089
|
||||||
|
|
|
@ -1,13 +1,5 @@
|
||||||
--- Makefile.orig 2015-05-19 09:35:39 UTC
|
--- Makefile.orig 2015-05-19 09:35:39 UTC
|
||||||
+++ Makefile
|
+++ 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:
|
@@ -14,17 +14,15 @@ clean:
|
||||||
rm -f devices.tar.gz
|
rm -f devices.tar.gz
|
||||||
rm -rf dev
|
rm -rf dev
|
||||||
|
|
|
@ -42,5 +42,6 @@ man/man8/debootstrap.8.gz
|
||||||
%%DATADIR%%/scripts/warty
|
%%DATADIR%%/scripts/warty
|
||||||
%%DATADIR%%/scripts/warty.buildd
|
%%DATADIR%%/scripts/warty.buildd
|
||||||
%%DATADIR%%/scripts/wheezy
|
%%DATADIR%%/scripts/wheezy
|
||||||
|
%%DATADIR%%/scripts/wily
|
||||||
%%DATADIR%%/scripts/woody
|
%%DATADIR%%/scripts/woody
|
||||||
%%DATADIR%%/scripts/woody.buildd
|
%%DATADIR%%/scripts/woody.buildd
|
||||||
|
|
Loading…
Add table
Reference in a new issue