From owner-svn-ports-all@freebsd.org Wed Jan 29 19:13:49 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CD1771FA2FB; Wed, 29 Jan 2020 19:13:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 487Cnn3jVkz406d; Wed, 29 Jan 2020 19:13:49 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7A9CC18E27; Wed, 29 Jan 2020 19:13:49 +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 00TJDnBD014388; Wed, 29 Jan 2020 19:13:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00TJDmsC014382; Wed, 29 Jan 2020 19:13:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202001291913.00TJDmsC014382@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 29 Jan 2020 19:13:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r524569 - 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: 524569 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jan 2020 19:13:49 -0000 Author: sunpoet Date: Wed Jan 29 19:13:48 2020 New Revision: 524569 URL: https://svnweb.freebsd.org/changeset/ports/524569 Log: Update to 12.9 Changes: https://salsa.debian.org/debian/debhelper/-/tags Modified: head/sysutils/debhelper/Makefile head/sysutils/debhelper/distinfo head/sysutils/debhelper/files/patch-Makefile head/sysutils/debhelper/files/patch-dh_fixperms head/sysutils/debhelper/files/patch-dh_perl head/sysutils/debhelper/pkg-plist Modified: head/sysutils/debhelper/Makefile ============================================================================== --- head/sysutils/debhelper/Makefile Wed Jan 29 19:13:34 2020 (r524568) +++ head/sysutils/debhelper/Makefile Wed Jan 29 19:13:48 2020 (r524569) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= debhelper -PORTVERSION= 12.8 +PORTVERSION= 12.9 CATEGORIES= sysutils MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/sysutils/debhelper/distinfo ============================================================================== --- head/sysutils/debhelper/distinfo Wed Jan 29 19:13:34 2020 (r524568) +++ head/sysutils/debhelper/distinfo Wed Jan 29 19:13:48 2020 (r524569) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579531338 -SHA256 (debhelper_12.8.tar.xz) = 8ef5c8eae677b98d826405d0c323df7f74eba7fe4716545abf507235a86e8b5d -SIZE (debhelper_12.8.tar.xz) = 517508 +TIMESTAMP = 1580232631 +SHA256 (debhelper_12.9.tar.xz) = d627404c45a9f4012624fd38f1dac22cb66bbae6c0d158abf01a9785d2154a97 +SIZE (debhelper_12.9.tar.xz) = 521116 Modified: head/sysutils/debhelper/files/patch-Makefile ============================================================================== --- head/sysutils/debhelper/files/patch-Makefile Wed Jan 29 19:13:34 2020 (r524568) +++ head/sysutils/debhelper/files/patch-Makefile Wed Jan 29 19:13:48 2020 (r524569) @@ -1,4 +1,4 @@ ---- Makefile.orig 2017-09-02 15:29:54 UTC +--- Makefile.orig 2020-01-27 20:31:46 UTC +++ Makefile @@ -3,7 +3,7 @@ PO4A ?= po4a POD2MAN ?= pod2man @@ -9,17 +9,19 @@ MANPAGES=$(COMMANDS:=.1) dh.1 # Find deprecated commands by looking at their synopsis. -@@ -118,17 +118,16 @@ endif +@@ -118,19 +118,18 @@ endif done; install: - install -d $(DESTDIR)$(PREFIX)/bin \ - $(DESTDIR)$(PREFIX)/share/debhelper/autoscripts \ - $(DESTDIR)$(PERLLIBDIR)/Sequence \ -- $(DESTDIR)$(PERLLIBDIR)/Buildsystem +- $(DESTDIR)$(PERLLIBDIR)/Buildsystem \ +- $(DESTDIR)$(PERLLIBDIR)/DH + install -d \ + $(DESTDIR)${SITE_PERL}/Debian/Debhelper/Sequence \ -+ $(DESTDIR)${SITE_PERL}/Debian/Debhelper/Buildsystem ++ $(DESTDIR)${SITE_PERL}/Debian/Debhelper/Buildsystem \ ++ $(DESTDIR)${SITE_PERL}/DH install dh $(COMMANDS) $(DESTDIR)$(PREFIX)/bin - install -m 0644 autoscripts/* $(DESTDIR)$(PREFIX)/share/debhelper/autoscripts - install -m 0644 lib/Debian/Debhelper/*.pm $(DESTDIR)$(PERLLIBDIR) @@ -29,9 +31,11 @@ - sed -i '/$$prefix=/s@/usr@$(PREFIX)@g' $(DESTDIR)$(PERLLIBDIR)/Dh_Lib.pm - install -m 0644 lib/Debian/Debhelper/Sequence/*.pm $(DESTDIR)$(PERLLIBDIR)/Sequence - install -m 0644 lib/Debian/Debhelper/Buildsystem/*.pm $(DESTDIR)$(PERLLIBDIR)/Buildsystem +- install -m 0644 lib/Debian/Debhelper/DH/*.pm $(DESTDIR)$(PERLLIBDIR)/DH + sed -i '' '/$$prefix=/s@/usr@$(PREFIX)@g' $(DESTDIR)${SITE_PERL}/Debian/Debhelper/Dh_Lib.pm + install -m 0644 lib/Debian/Debhelper/Sequence/*.pm $(DESTDIR)${SITE_PERL}/Debian/Debhelper/Sequence + install -m 0644 lib/Debian/Debhelper/Buildsystem/*.pm $(DESTDIR)${SITE_PERL}/Debian/Debhelper/Buildsystem ++ install -m 0644 lib/Debian/Debhelper/DH/*.pm $(DESTDIR)${SITE_PERL}/DH test: version MAKEFLAGS= HARNESS_OPTIONS=j$(TEST_JOBS) ./run perl -MTest::Harness -e 'runtests grep { ! /CVS/ && ! /\.svn/ && -f && -x && m/\.t$$/ } @ARGV' t/* t/*/* Modified: head/sysutils/debhelper/files/patch-dh_fixperms ============================================================================== --- head/sysutils/debhelper/files/patch-dh_fixperms Wed Jan 29 19:13:34 2020 (r524568) +++ head/sysutils/debhelper/files/patch-dh_fixperms Wed Jan 29 19:13:48 2020 (r524569) @@ -1,6 +1,6 @@ ---- dh_fixperms.orig 2017-10-21 17:51:53 UTC +--- dh_fixperms.orig 2019-01-10 07:03:38 UTC +++ dh_fixperms -@@ -101,7 +101,7 @@ on_pkgs_in_parallel { +@@ -108,7 +108,7 @@ on_pkgs_in_parallel { # General permissions fixing. complex_doit("find $tmp ${find_exclude_options} -print0", Modified: head/sysutils/debhelper/files/patch-dh_perl ============================================================================== --- head/sysutils/debhelper/files/patch-dh_perl Wed Jan 29 19:13:34 2020 (r524568) +++ head/sysutils/debhelper/files/patch-dh_perl Wed Jan 29 19:13:48 2020 (r524569) @@ -1,6 +1,6 @@ ---- dh_perl.orig 2015-09-19 09:06:22 UTC +--- dh_perl.orig 2020-01-14 20:45:22 UTC +++ dh_perl -@@ -143,8 +143,8 @@ foreach my $package (@{$dh{DOPACKAGES}}) +@@ -165,8 +165,8 @@ foreach my $package (@{$dh{DOPACKAGES}}) { # only one directory is installed into. foreach my $dir ("$tmp/$vendorlib", "$tmp/$vendorarch") { if (-d $dir) { Modified: head/sysutils/debhelper/pkg-plist ============================================================================== --- head/sysutils/debhelper/pkg-plist Wed Jan 29 19:13:34 2020 (r524568) +++ head/sysutils/debhelper/pkg-plist Wed Jan 29 19:13:48 2020 (r524569) @@ -105,6 +105,8 @@ bin/prerm-systemd bin/prerm-systemd-restart bin/prerm-usrlocal bin/prerm-wm +%%SITE_PERL%%/DH/AddonAPI.pm +%%SITE_PERL%%/DH/SequenceState.pm %%SITE_PERL%%/Debian/Debhelper/Buildsystem.pm %%SITE_PERL%%/Debian/Debhelper/Buildsystem/ant.pm %%SITE_PERL%%/Debian/Debhelper/Buildsystem/autoconf.pm