Page MenuHomeFreeBSD

shells/xonsh: Upgrade to 0.7.9
ClosedPublic

Authored by larafercue_gmail.com on Sep 21 2018, 7:28 AM.
Tags
None
Referenced Files
F84281270: D17268.diff
Tue, May 21, 7:49 PM
Unknown Object (File)
Tue, May 21, 4:31 AM
Unknown Object (File)
Tue, May 21, 4:11 AM
Unknown Object (File)
Fri, May 17, 5:52 AM
Unknown Object (File)
Fri, May 17, 3:21 AM
Unknown Object (File)
Mon, May 13, 7:48 AM
Unknown Object (File)
Mon, May 13, 5:51 AM
Unknown Object (File)
Thu, May 9, 2:13 AM
Subscribers

Details

Reviewers
beat
Commits
rP480240: Upgrade to 0.7.9
Summary

Upgrade of the port to version 0.7.9

Test Plan

manual testing (12.0-ALPHA6) -> ok
poudriere (10.4-RELEASE) -> ok
poudriere (11.2-RELEASE) -> ok

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

shells/xonsh/Makefile
13 ↗(On Diff #48297)

Shouldn't it be:
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/license
instead of:
LICENSE_FILE= ${WRKDIR}/license
LICENSE_FILE= ${WRKSRC}/license

shells/xonsh/Makefile
12–13 ↗(On Diff #48297)

This looks suspicious, if LICENSE is not defined, LICENSE_FILE does nothing.

Removing lines from previous versions

Corrected on another machine and leftovers where kept.

Correcting leftovers from previous attempts. Sorry for that guys.

This revision was not accepted when it landed; it landed in state Needs Review.Sep 21 2018, 8:42 AM
Closed by commit rP480240: Upgrade to 0.7.9 (authored by beat). · Explain Why
This revision was automatically updated to reflect the committed changes.