Summary: | editors/deforaos-editor: Update to 0.3.0 | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | olivier | ||||||||||||||||
Component: | Individual Port(s) | Assignee: | John Marino <marino> | ||||||||||||||||
Status: | Closed FIXED | ||||||||||||||||||
Severity: | Affects Some People | CC: | marino | ||||||||||||||||
Priority: | --- | Keywords: | patch-ready | ||||||||||||||||
Version: | Latest | ||||||||||||||||||
Hardware: | Any | ||||||||||||||||||
OS: | Any | ||||||||||||||||||
Attachments: |
|
Created attachment 152557 [details]
poudriere testport log file
hmm, the poudriere log doesn't seen to have the stage-qa check. Did you set the "-t" with "poudriere bulk"? Or alternative use "poudriere testport" to generate the log? Created attachment 152575 [details]
poudriere testport log file
Here is the good "poudriere testport" log file
okay, so it appears the binaries need to be stripped per that log: Warning: 'bin/filter' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'bin/editor' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Created attachment 152578 [details]
new patch for updating the port
Add the missing STRIP
Created attachment 152579 [details]
new poudriere testport log file
as in the other PR, please change: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/editor @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/filter to ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/editor ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/filter or even better: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/editor \ ${STAGEDIR}${PREFIX}/bin/filter Installation command *cannot* be masked. Created attachment 152590 [details]
new patch for updating the port
fix the port and re-enabling doc (original author of this software prefer to bring the doc with)
Created attachment 152591 [details]
poudriere testport log file
thanks, this looks good. I'm promoting the PR to "patch-ready" pool for final review and commit. Author: marino Date: Fri Feb 6 15:03:38 2015 New Revision: 378542 URL: https://svnweb.freebsd.org/changeset/ports/378542 QAT: https://qat.redports.org/buildarchive/r378542/ Log: editors/deforaos-editor: Upgrade version 0.2.1 => 0.3.0 PR: 152590 Submitted by: maintainer (Olivier Cochard) Modified: head/editors/deforaos-editor/Makefile head/editors/deforaos-editor/distinfo head/editors/deforaos-editor/pkg-plist (I wrote attachment ID instead of PR ID so it didn't automatically log the commit). Closing PR, thanks. |
Created attachment 152556 [details] patch for updating the port Here is a maintainer update for upgrading deforaos-editor to 0.3.0