Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Oct 2017 16:09:32 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r452653 - in head/sysutils/debhelper: . files
Message-ID:  <201710221609.v9MG9WaW033259@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Oct 22 16:09:32 2017
New Revision: 452653
URL: https://svnweb.freebsd.org/changeset/ports/452653

Log:
  Update to 10.10
  
  Changes:	https://anonscm.debian.org/git/debhelper/debhelper.git/tree/debian/changelog

Modified:
  head/sysutils/debhelper/Makefile
  head/sysutils/debhelper/distinfo
  head/sysutils/debhelper/files/patch-dh_fixperms

Modified: head/sysutils/debhelper/Makefile
==============================================================================
--- head/sysutils/debhelper/Makefile	Sun Oct 22 15:35:25 2017	(r452652)
+++ head/sysutils/debhelper/Makefile	Sun Oct 22 16:09:32 2017	(r452653)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	debhelper
-PORTVERSION=	10.9.2
+PORTVERSION=	10.10
 CATEGORIES=	sysutils
 MASTER_SITES=	DEBIAN
 DISTNAME=	${PORTNAME}_${PORTVERSION}

Modified: head/sysutils/debhelper/distinfo
==============================================================================
--- head/sysutils/debhelper/distinfo	Sun Oct 22 15:35:25 2017	(r452652)
+++ head/sysutils/debhelper/distinfo	Sun Oct 22 16:09:32 2017	(r452653)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1508087602
-SHA256 (debhelper_10.9.2.tar.xz) = 510ba7c22d2fc3eace8f455e19ac2766fbbb90a0278e36a7c01f8dde3c1195ac
-SIZE (debhelper_10.9.2.tar.xz) = 424752
+TIMESTAMP = 1508684249
+SHA256 (debhelper_10.10.tar.xz) = 61be3a7ce7000088320af83139d0a1c1f765e4e5cd2a053edc5e65433e012f19
+SIZE (debhelper_10.10.tar.xz) = 427004

Modified: head/sysutils/debhelper/files/patch-dh_fixperms
==============================================================================
--- head/sysutils/debhelper/files/patch-dh_fixperms	Sun Oct 22 15:35:25 2017	(r452652)
+++ head/sysutils/debhelper/files/patch-dh_fixperms	Sun Oct 22 16:09:32 2017	(r452653)
@@ -1,11 +1,11 @@
---- dh_fixperms.orig	2017-06-13 20:32:42 UTC
+--- dh_fixperms.orig	2017-10-21 17:51:53 UTC
 +++ dh_fixperms
-@@ -97,7 +97,7 @@ on_pkgs_in_parallel {
+@@ -101,7 +101,7 @@ on_pkgs_in_parallel {
  
  		# General permissions fixing.
  		complex_doit("find $tmp ${find_exclude_options} -print0",
--					 "2>/dev/null | xargs -0r chown --no-dereference 0:0");
-+					 "2>/dev/null | xargs -0r chown 0:0");
+-					 "2>/dev/null | xargs -0r chown --no-dereference 0:0") if should_use_root();
++					 "2>/dev/null | xargs -0r chown 0:0") if should_use_root();
  		find_and_reset_perm($tmp, 'go=rX,u+rw,a-s', '! -type l');
  	
  		# Fix up permissions in usr/share/doc, setting everything to not



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