From owner-svn-ports-head@freebsd.org Fri Jun 30 13:05:10 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 44658D91353; Fri, 30 Jun 2017 13:05:10 +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 125A067EE4; Fri, 30 Jun 2017 13:05:09 +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 v5UD59vn013712; Fri, 30 Jun 2017 13:05:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5UD59BJ013709; Fri, 30 Jun 2017 13:05:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706301305.v5UD59BJ013709@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 30 Jun 2017 13:05:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444717 - 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: 444717 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: Fri, 30 Jun 2017 13:05:10 -0000 Author: sunpoet Date: Fri Jun 30 13:05:08 2017 New Revision: 444717 URL: https://svnweb.freebsd.org/changeset/ports/444717 Log: Update to 10.6.1 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-Makefile Modified: head/sysutils/debhelper/Makefile ============================================================================== --- head/sysutils/debhelper/Makefile Fri Jun 30 13:05:03 2017 (r444716) +++ head/sysutils/debhelper/Makefile Fri Jun 30 13:05:08 2017 (r444717) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= debhelper -PORTVERSION= 10.5.1 +PORTVERSION= 10.6.1 CATEGORIES= sysutils MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/sysutils/debhelper/distinfo ============================================================================== --- head/sysutils/debhelper/distinfo Fri Jun 30 13:05:03 2017 (r444716) +++ head/sysutils/debhelper/distinfo Fri Jun 30 13:05:08 2017 (r444717) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498574182 -SHA256 (debhelper_10.5.1.tar.xz) = fd4103bdf73e529ae1840df20ded37913cb0bba7e3c19a701cf2a1fc2c307566 -SIZE (debhelper_10.5.1.tar.xz) = 405060 +TIMESTAMP = 1498822836 +SHA256 (debhelper_10.6.1.tar.xz) = 5e8e23fc43fe36928e3b3394d029888ee0b6b34ca0aeb665010595a1f5d56653 +SIZE (debhelper_10.6.1.tar.xz) = 407740 Modified: head/sysutils/debhelper/files/patch-Makefile ============================================================================== --- head/sysutils/debhelper/files/patch-Makefile Fri Jun 30 13:05:03 2017 (r444716) +++ head/sysutils/debhelper/files/patch-Makefile Fri Jun 30 13:05:08 2017 (r444717) @@ -1,4 +1,4 @@ ---- Makefile.orig 2017-05-05 19:50:42 UTC +--- Makefile.orig 2017-06-29 19:50:57 UTC +++ Makefile @@ -3,7 +3,7 @@ PO4A ?= po4a POD2MAN ?= pod2man @@ -6,10 +6,10 @@ # List of files of dh_* commands. Sorted for debhelper man page. -COMMANDS=$(shell find . -maxdepth 1 -type f -perm /100 -name "dh_*" -printf "%f\n" | grep -v '~$$' | LC_ALL=C sort) +COMMANDS=$(shell find . -maxdepth 1 -type f -perm +a+x -name "dh_*" -print | grep -v '~$$' | cut -c3- | LC_ALL=C sort) + MANPAGES=$(COMMANDS:=.1) dh.1 # Find deprecated commands by looking at their synopsis. - DEPRECATED=$(shell egrep -l '^dh_.* - .*deprecated' $(COMMANDS)) -@@ -98,17 +98,16 @@ endif +@@ -109,17 +109,16 @@ endif done; install: