Bug 241806 - security/denyhosts: simplify the port
Summary: security/denyhosts: simplify the port
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-08 17:03 UTC by Dmitry Marakasov
Modified: 2019-11-13 23:48 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments
Patch (965 bytes, patch)
2019-11-08 17:03 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!