Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jun 2015 10:01:08 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390548 - in head/sysutils/debootstrap: . files
Message-ID:  <201506251001.t5PA18HN075615@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jun 25 10:01:07 2015
New Revision: 390548
URL: https://svnweb.freebsd.org/changeset/ports/390548

Log:
  - Update to 1.0.70
  
  PR:		201047
  Submitted by:	lifanov@mail.lifanov.com (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	Thu Jun 25 09:53:33 2015	(r390547)
+++ head/sysutils/debootstrap/Makefile	Thu Jun 25 10:01:07 2015	(r390548)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	debootstrap
-PORTVERSION=	1.0.67
+PORTVERSION=	1.0.70
 CATEGORIES=	sysutils
 MASTER_SITES=	DEBIAN/pool/main/d/${PORTNAME}
 DISTNAME=	${PORTNAME}_${PORTVERSION}

Modified: head/sysutils/debootstrap/distinfo
==============================================================================
--- head/sysutils/debootstrap/distinfo	Thu Jun 25 09:53:33 2015	(r390547)
+++ head/sysutils/debootstrap/distinfo	Thu Jun 25 10:01:07 2015	(r390548)
@@ -1,2 +1,2 @@
-SHA256 (debootstrap_1.0.67.tar.gz) = 0a12e0a2bbff185d47711a716b1f2734856100e8784361203e834fed0cffa51b
-SIZE (debootstrap_1.0.67.tar.gz) = 61863
+SHA256 (debootstrap_1.0.70.tar.gz) = b23e6d5fc6cab7f3f381e064efd2a8178ac210d4b4335b29104e09048d7e200e
+SIZE (debootstrap_1.0.70.tar.gz) = 61438

Modified: head/sysutils/debootstrap/files/patch-Makefile
==============================================================================
--- head/sysutils/debootstrap/files/patch-Makefile	Thu Jun 25 09:53:33 2015	(r390547)
+++ head/sysutils/debootstrap/files/patch-Makefile	Thu Jun 25 10:01:07 2015	(r390548)
@@ -1,6 +1,14 @@
---- Makefile.orig	2011-08-10 11:59:34 UTC
+--- Makefile.orig	2015-05-19 09:35:39 UTC
 +++ Makefile
-@@ -13,17 +13,15 @@
+@@ -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	Thu Jun 25 09:53:33 2015	(r390547)
+++ head/sysutils/debootstrap/pkg-plist	Thu Jun 25 10:01:07 2015	(r390548)
@@ -14,6 +14,7 @@ man/man8/debootstrap.8.gz
 %%DATADIR%%/scripts/intrepid
 %%DATADIR%%/scripts/jaunty
 %%DATADIR%%/scripts/jessie
+%%DATADIR%%/scripts/jessie-kfreebsd
 %%DATADIR%%/scripts/karmic
 %%DATADIR%%/scripts/lenny
 %%DATADIR%%/scripts/lucid



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506251001.t5PA18HN075615>