From owner-svn-ports-head@freebsd.org Sun Oct 22 16:09:33 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4B58E5584C; Sun, 22 Oct 2017 16:09:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 73A206B1C8; Sun, 22 Oct 2017 16:09:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9MG9W9h033262; Sun, 22 Oct 2017 16:09:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9MG9WaW033259; Sun, 22 Oct 2017 16:09:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710221609.v9MG9WaW033259@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 22 Oct 2017 16:09:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452653 - in head/sysutils/debhelper: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/sysutils/debhelper: . files X-SVN-Commit-Revision: 452653 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Oct 2017 16:09:33 -0000 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