mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 10.10
Changes: https://anonscm.debian.org/git/debhelper/debhelper.git/tree/debian/changelog
This commit is contained in:
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
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= debhelper
|
||||
PORTVERSION= 10.9.2
|
||||
PORTVERSION= 10.10
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= DEBIAN
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue