Sunpoet Po-Chuan Hsieh 2017-10-22 16:09:32 +00:00
parent e3a2b5bc89
commit 5249f6768c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=452653
3 changed files with 8 additions and 8 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= debhelper
PORTVERSION= 10.9.2
PORTVERSION= 10.10
CATEGORIES= sysutils
MASTER_SITES= DEBIAN
DISTNAME= ${PORTNAME}_${PORTVERSION}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1508087602
SHA256 (debhelper_10.9.2.tar.xz) = 510ba7c22d2fc3eace8f455e19ac2766fbbb90a0278e36a7c01f8dde3c1195ac
SIZE (debhelper_10.9.2.tar.xz) = 424752
TIMESTAMP = 1508684249
SHA256 (debhelper_10.10.tar.xz) = 61be3a7ce7000088320af83139d0a1c1f765e4e5cd2a053edc5e65433e012f19
SIZE (debhelper_10.10.tar.xz) = 427004

View file

@ -1,11 +1,11 @@
--- dh_fixperms.orig 2017-06-13 20:32:42 UTC
--- dh_fixperms.orig 2017-10-21 17:51:53 UTC
+++ dh_fixperms
@@ -97,7 +97,7 @@ on_pkgs_in_parallel {
@@ -101,7 +101,7 @@ on_pkgs_in_parallel {
# General permissions fixing.
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");
- "2>/dev/null | xargs -0r chown --no-dereference 0:0") if should_use_root();
+ "2>/dev/null | xargs -0r chown 0:0") if should_use_root();
find_and_reset_perm($tmp, 'go=rX,u+rw,a-s', '! -type l');
# Fix up permissions in usr/share/doc, setting everything to not