Bug 241806

Summary: security/denyhosts: simplify the port
Product: Ports & Packages Reporter: Dmitry Marakasov <amdmi3>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (sunpoet)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch none

Description Dmitry Marakasov freebsd_committer freebsd_triage 2019-11-08 17:03:01 UTC
Created attachment 208978 [details]
Patch

Some Makefile statements are unneeded, remove them.

- Shebangs are fixed with proper python interpreter path, so fiddling with env is not needed and is in fact incorrect
- .bak and .orig files do not affect the build (I've rechecked that they do not end up in stagedir just to be sure), so removing them is not needed either (REINPLACE_ARGS was also redundant given that bak files were removed anyway).
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-11-13 23:48:32 UTC
A commit references this bug:

Author: sunpoet
Date: Wed Nov 13 23:47:43 UTC 2019
New revision: 517540
URL: https://svnweb.freebsd.org/changeset/ports/517540

Log:
  Simplify Makefile

  - Remove no-op shebang fix
  - Remove .bak/.orig cleanup which does not affect the package

  PR:		241806
  Submitted by:	amdmi3

Changes:
  head/security/denyhosts/Makefile
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2019-11-13 23:48:35 UTC
Committed. Thanks!