svn commit: r440372 - in head/sysutils/debhelper: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun May 7 21:26:36 UTC 2017
Author: sunpoet
Date: Sun May 7 21:26:34 2017
New Revision: 440372
URL: https://svnweb.freebsd.org/changeset/ports/440372
Log:
Update to 10.3
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
head/sysutils/debhelper/files/patch-dh_fixperms
head/sysutils/debhelper/pkg-plist
Modified: head/sysutils/debhelper/Makefile
==============================================================================
--- head/sysutils/debhelper/Makefile Sun May 7 21:26:29 2017 (r440371)
+++ head/sysutils/debhelper/Makefile Sun May 7 21:26:34 2017 (r440372)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= debhelper
-PORTVERSION= 10.2.5
+PORTVERSION= 10.3
CATEGORIES= sysutils
MASTER_SITES= DEBIAN
DISTNAME= ${PORTNAME}_${PORTVERSION}
Modified: head/sysutils/debhelper/distinfo
==============================================================================
--- head/sysutils/debhelper/distinfo Sun May 7 21:26:29 2017 (r440371)
+++ head/sysutils/debhelper/distinfo Sun May 7 21:26:34 2017 (r440372)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1485435452
-SHA256 (debhelper_10.2.5.tar.xz) = c376f523ab9c1fcdfb371e92eb419519dcbaa6800d10d5e6ec80e583c9e4d054
-SIZE (debhelper_10.2.5.tar.xz) = 393740
+TIMESTAMP = 1494169974
+SHA256 (debhelper_10.3.tar.xz) = d17c6d1d672113cc869b079015517034516238ec83c447e3be39dd9f10ebf32c
+SIZE (debhelper_10.3.tar.xz) = 398764
Modified: head/sysutils/debhelper/files/patch-Makefile
==============================================================================
--- head/sysutils/debhelper/files/patch-Makefile Sun May 7 21:26:29 2017 (r440371)
+++ head/sysutils/debhelper/files/patch-Makefile Sun May 7 21:26:34 2017 (r440372)
@@ -1,13 +1,15 @@
---- Makefile.orig 2016-10-01 08:13:53 UTC
+--- Makefile.orig 2017-05-05 19:50:42 UTC
+++ Makefile
-@@ -1,5 +1,5 @@
+@@ -3,7 +3,7 @@ PO4A ?= po4a
+ POD2MAN ?= pod2man
+
# 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" | LC_ALL=C sort)
-+COMMANDS=$(shell find . -maxdepth 1 -type f -perm +a+x -name "dh_*" -print | cut -c3- | LC_ALL=C sort)
+-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)
# Find deprecated commands by looking at their synopsis.
DEPRECATED=$(shell egrep -l '^dh_.* - .*deprecated' $(COMMANDS))
-@@ -94,17 +94,16 @@ endif
+@@ -98,17 +98,16 @@ endif
done;
install:
Modified: head/sysutils/debhelper/files/patch-dh_fixperms
==============================================================================
--- head/sysutils/debhelper/files/patch-dh_fixperms Sun May 7 21:26:29 2017 (r440371)
+++ head/sysutils/debhelper/files/patch-dh_fixperms Sun May 7 21:26:34 2017 (r440372)
@@ -1,14 +1,11 @@
---- dh_fixperms.orig 2015-09-19 09:06:22 UTC
+--- dh_fixperms.orig 2017-05-05 19:50:42 UTC
+++ dh_fixperms
-@@ -57,8 +57,10 @@ foreach my $package (@{$dh{DOPACKAGES}})
- }
+@@ -96,7 +96,7 @@ foreach my $package (@{$dh{DOPACKAGES}})
# General permissions fixing.
-+ #complex_doit("find $tmp $find_options -print0",
-+ # "2>/dev/null | xargs -0r chown --no-dereference 0:0");
- complex_doit("find $tmp $find_options -print0",
+ 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");
- complex_doit("find $tmp ! -type l $find_options -print0",
- "2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s");
+ find_and_reset_perm($tmp, 'go=rX,u+rw,a-s', '! -type l');
+ # Fix up permissions in usr/share/doc, setting everything to not
Modified: head/sysutils/debhelper/pkg-plist
==============================================================================
--- head/sysutils/debhelper/pkg-plist Sun May 7 21:26:29 2017 (r440371)
+++ head/sysutils/debhelper/pkg-plist Sun May 7 21:26:34 2017 (r440372)
@@ -43,6 +43,7 @@ bin/dh_lintian
bin/dh_listpackages
bin/dh_makeshlibs
bin/dh_md5sums
+bin/dh_missing
bin/dh_movefiles
bin/dh_perl
bin/dh_prep
@@ -99,6 +100,8 @@ bin/prerm-wm
%%SITE_PERL%%/Debian/Debhelper/Buildsystem/autoconf.pm
%%SITE_PERL%%/Debian/Debhelper/Buildsystem/cmake.pm
%%SITE_PERL%%/Debian/Debhelper/Buildsystem/makefile.pm
+%%SITE_PERL%%/Debian/Debhelper/Buildsystem/meson.pm
+%%SITE_PERL%%/Debian/Debhelper/Buildsystem/ninja.pm
%%SITE_PERL%%/Debian/Debhelper/Buildsystem/perl_build.pm
%%SITE_PERL%%/Debian/Debhelper/Buildsystem/perl_makemaker.pm
%%SITE_PERL%%/Debian/Debhelper/Buildsystem/python_distutils.pm
More information about the svn-ports-head
mailing list