From owner-svn-ports-head@freebsd.org Thu Oct 26 20:05:03 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 DC9E9E52214; Thu, 26 Oct 2017 20:05:03 +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 A9411677BA; Thu, 26 Oct 2017 20:05:03 +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 v9QK52lx038615; Thu, 26 Oct 2017 20:05:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9QK52EN038612; Thu, 26 Oct 2017 20:05:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710262005.v9QK52EN038612@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 26 Oct 2017 20:05:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452950 - head/sysutils/debhelper X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/sysutils/debhelper X-SVN-Commit-Revision: 452950 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: Thu, 26 Oct 2017 20:05:04 -0000 Author: sunpoet Date: Thu Oct 26 20:05:02 2017 New Revision: 452950 URL: https://svnweb.freebsd.org/changeset/ports/452950 Log: Update to 10.10.4 Changes: https://anonscm.debian.org/git/debhelper/debhelper.git/tree/debian/changelog Modified: head/sysutils/debhelper/Makefile head/sysutils/debhelper/distinfo head/sysutils/debhelper/pkg-plist Modified: head/sysutils/debhelper/Makefile ============================================================================== --- head/sysutils/debhelper/Makefile Thu Oct 26 19:53:12 2017 (r452949) +++ head/sysutils/debhelper/Makefile Thu Oct 26 20:05:02 2017 (r452950) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= debhelper -PORTVERSION= 10.10.3 +PORTVERSION= 10.10.4 CATEGORIES= sysutils MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/sysutils/debhelper/distinfo ============================================================================== --- head/sysutils/debhelper/distinfo Thu Oct 26 19:53:12 2017 (r452949) +++ head/sysutils/debhelper/distinfo Thu Oct 26 20:05:02 2017 (r452950) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508946455 -SHA256 (debhelper_10.10.3.tar.xz) = 54a381b7bf70f5fa22afe33ccddb13785f26661f03b3ff8b98b7c2e50eb81902 -SIZE (debhelper_10.10.3.tar.xz) = 428548 +TIMESTAMP = 1509039412 +SHA256 (debhelper_10.10.4.tar.xz) = 7dcf257297d9cb859367e8b982816eb7a0f507312c6aa70dfc8acbbd6263bb33 +SIZE (debhelper_10.10.4.tar.xz) = 429428 Modified: head/sysutils/debhelper/pkg-plist ============================================================================== --- head/sysutils/debhelper/pkg-plist Thu Oct 26 19:53:12 2017 (r452949) +++ head/sysutils/debhelper/pkg-plist Thu Oct 26 20:05:02 2017 (r452950) @@ -8,6 +8,7 @@ bin/dh_bugfiles bin/dh_builddeb bin/dh_clean bin/dh_compress +bin/dh_dwz bin/dh_fixperms bin/dh_gconf bin/dh_gencontrol @@ -112,5 +113,6 @@ bin/prerm-wm %%SITE_PERL%%/Debian/Debhelper/Dh_Getopt.pm %%SITE_PERL%%/Debian/Debhelper/Dh_Lib.pm %%SITE_PERL%%/Debian/Debhelper/Sequence/build_stamp.pm +%%SITE_PERL%%/Debian/Debhelper/Sequence/dwz.pm %%SITE_PERL%%/Debian/Debhelper/Sequence/python_support.pm %%SITE_PERL%%/Debian/Debhelper/Sequence/systemd.pm