Bug 248781 - sysutils/yadm: Backport files perms check patch
Summary: sysutils/yadm: Backport files perms check patch
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords: buildisok, needs-qa
Depends on:
Blocks:
 
Reported: 2020-08-20 13:18 UTC by Adam Jimerson
Modified: 2020-08-20 18:16 UTC (History)
1 user (show)

See Also:


Attachments
yadm backported patch (912 bytes, patch)
2020-08-20 13:18 UTC, Adam Jimerson
vendion: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Jimerson 2020-08-20 13:18:26 UTC
Created attachment 217378 [details]
yadm backported patch

The attached diff adds a patch to sysutils/yadm to correct file permission checks on FreeBSD when processing template files. This is a backport of this PR upstream https://github.com/TheLocehiliosan/yadm/pull/246
Comment 1 Automation User 2020-08-20 14:38:30 UTC
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/180141389
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2020-08-20 16:07:10 UTC
^Triage: FATAL: Makefile: [5]: use a tab (not space) after a variable name

If the original patch has a tab instead of spaces, try to attach the file then next time instead of doing copy-paste :-)

Thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2020-08-20 18:16:28 UTC
A commit references this bug:

Author: fernape
Date: Thu Aug 20 18:16:25 UTC 2020
New revision: 545545
URL: https://svnweb.freebsd.org/changeset/ports/545545

Log:
  sysutils/yadm: Backport files perms check patch

  Adds a patch to sysutils/yadm to correct file permission checks on FreeBSD

  See https://github.com/TheLocehiliosan/yadm/pull/246 for reference.

  While here, pet linters.

  PR:	248781
  Submitted by:	vendion@gmail.com (maintainer)

Changes:
  head/sysutils/yadm/Makefile
  head/sysutils/yadm/files/
  head/sysutils/yadm/files/patch-yadm
Comment 4 Fernando Apesteguía freebsd_committer freebsd_triage 2020-08-20 18:16:47 UTC
Committed,

Thanks!