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)
Sat, Apr 20, 1:23 PM
Unknown Object (File)
Sat, Apr 20, 5:00 AM
Unknown Object (File)
Sat, Apr 20, 3:20 AM
Unknown Object (File)
Wed, Apr 17, 12:03 PM
Unknown Object (File)
Mar 13 2024, 6:23 PM
Unknown Object (File)
Mar 13 2024, 6:23 PM
Unknown Object (File)
Mar 13 2024, 6:23 PM
Unknown Object (File)
Mar 13 2024, 6:01 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
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.