svn commit: r393906 - in head/sysutils/debootstrap: . files

Pawel Pekala pawel at FreeBSD.org
Mon Aug 10 20:57:20 UTC 2015


Author: pawel
Date: Mon Aug 10 20:57:18 2015
New Revision: 393906
URL: https://svnweb.freebsd.org/changeset/ports/393906

Log:
  Update to version 1.0.72
  
  PR:		201950
  Submitted by:	 Nikolai Lifanov (maintainer)

Modified:
  head/sysutils/debootstrap/Makefile
  head/sysutils/debootstrap/distinfo
  head/sysutils/debootstrap/files/patch-Makefile
  head/sysutils/debootstrap/pkg-plist

Modified: head/sysutils/debootstrap/Makefile
==============================================================================
--- head/sysutils/debootstrap/Makefile	Mon Aug 10 20:45:55 2015	(r393905)
+++ head/sysutils/debootstrap/Makefile	Mon Aug 10 20:57:18 2015	(r393906)
@@ -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}

Modified: head/sysutils/debootstrap/distinfo
==============================================================================
--- head/sysutils/debootstrap/distinfo	Mon Aug 10 20:45:55 2015	(r393905)
+++ head/sysutils/debootstrap/distinfo	Mon Aug 10 20:57:18 2015	(r393906)
@@ -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

Modified: head/sysutils/debootstrap/files/patch-Makefile
==============================================================================
--- head/sysutils/debootstrap/files/patch-Makefile	Mon Aug 10 20:45:55 2015	(r393905)
+++ head/sysutils/debootstrap/files/patch-Makefile	Mon Aug 10 20:57:18 2015	(r393906)
@@ -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

Modified: head/sysutils/debootstrap/pkg-plist
==============================================================================
--- head/sysutils/debootstrap/pkg-plist	Mon Aug 10 20:45:55 2015	(r393905)
+++ head/sysutils/debootstrap/pkg-plist	Mon Aug 10 20:57:18 2015	(r393906)
@@ -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


More information about the svn-ports-all mailing list