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
Unknown Object (File)
Fri, Aug 15, 8:24 AM
Unknown Object (File)
Thu, Jul 31, 10:26 AM
Unknown Object (File)
Sat, Jul 26, 8:31 AM
Unknown Object (File)
Wed, Jul 23, 11:38 AM
Unknown Object (File)
Jun 24 2025, 8:22 AM
Unknown Object (File)
Jun 23 2025, 12:53 PM
Unknown Object (File)
Jun 22 2025, 12:33 AM
Unknown Object (File)
Jun 21 2025, 1:06 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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 19720
Build 19283: arc lint + arc unit

Event Timeline

shells/xonsh/Makefile
13

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

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.