Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2020 19:13:48 +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: r524569 - in head/sysutils/debhelper: . files
Message-ID:  <202001291913.00TJDmsC014382@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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