Created attachment 163325 [details] update to 0.15.11 Update to 0.15.11
Comment on attachment 163325 [details] update to 0.15.11 Reporter is maintainer
Please resubmit patch with correct line endings: > unified diff output, ASCII text, with CRLF line terminators ^^^^
A commit references this bug: Author: junovitch Date: Sun Dec 13 01:14:38 UTC 2015 New revision: 403648 URL: https://svnweb.freebsd.org/changeset/ports/403648 Log: x11/rofi: update 0.15.7 -> 0.15.11 - Update PORTVERSION, PLIST_FILES, SHEBANG_FILES, and distinfo 0.15.11 - LIB_DEPENDS: Add x11/startup-notification - USES: Sort and add shebangfix - Add I3 support option PR: 204675 Submitted by: nomoo@nomoo.ru (maintainer) (with several changes) Changes: head/x11/rofi/Makefile head/x11/rofi/distinfo
This patch had mangled whitespace and didn't apply. I see this: -PORTVERSION=<space><space><space>0.15.7 +PORTVERSION=<space><space><space>0.15.11 ... instead of this: -PORTVERSION=<tab>0.15.7 +PORTVERSION=<tab>0.15.11 Also, in Poudriere: ====> Running Q/A tests (stage-qa) Error: '/bin/bash' is an invalid shebang you need USES=shebangfix for 'bin/rofi-sensible-terminal' Also, the patch gratuitously reorganized various variables. This portion was not committed and the only the required changes were committed.