| Summary: | [patch] security/R-cran-openssl: fix error in stage-qa | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | David Naylor <dbn> | ||||
| Component: | Individual Port(s) | Assignee: | TAKATSU Tomonari <tota> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | Keywords: | patch | ||||
| Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(tota) |
||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 218976 | ||||||
| Attachments: |
|
||||||
A commit references this bug: Author: tota Date: Mon May 1 08:55:03 UTC 2017 New revision: 439861 URL: https://svnweb.freebsd.org/changeset/ports/439861 Log: - Fix error in stage-qa [1] - Fix IGNORE message to make portlint happy PR: 218967 [1] Submitted by: dbn@ Changes: head/security/R-cran-openssl/Makefile |
Created attachment 182187 [details] Fix bash shebang Stage-qa fails due to an incorrect shebang. # make stage-qa Error: '/bin/bash' is an invalid shebang you need USES=shebangfix for 'lib/R/library/openssl/tests/google.dk/generate.bash' The attached patch fixes this and adds bash as a test dependency of the port.