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
F132429142: D17268.diff
Thu, Oct 16, 9:02 PM
Unknown Object (File)
Tue, Sep 30, 1:59 AM
Unknown Object (File)
Thu, Sep 18, 2:35 PM
Unknown Object (File)
Wed, Sep 17, 5:46 PM
Unknown Object (File)
Wed, Sep 17, 1:39 PM
Unknown Object (File)
Sep 17 2025, 4:56 AM
Unknown Object (File)
Sep 17 2025, 4:01 AM
Unknown Object (File)
Sep 13 2025, 2:21 PM
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.