biology/bowtie2: update to bug-fix release 2.2.9
Details
- Reviewers
swills AMDmi3 - Commits
- rP429003: biology/bowtie2: Update to version 2.2.9
portlint -AC: Ok
testport: OK (poudriere: 9.3-RELEASE-p45, amd64)
testport: OK (poudriere: 10.3-RELEASE-p7, amd64)
testport: OK (poudriere: 11.0-RC3, amd64)
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 5530 Build 5760: arc lint + arc unit
Event Timeline
I'd also:
- fix license (GPLv3+)
- add LICENSE_FILE
- optionize DOCS and EXAMPLES
- fix whitespace (2 tabs) in the first block
biology/bowtie2/Makefile | ||
---|---|---|
6 | There may be missing a <tab> after the = here. |
I think a_addr and a_mask should be struct sockaddr_strorage, not sockaddr. While sizeof(sockaddr) can be equal to sizeof(sockaddr_in), sizeof(sockaddr_in6) is always longer.