Page MenuHomeFreeBSD

devel/leiningen: Debashify
ClosedPublic

Authored by tobik on Jun 29 2017, 3:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 28 2024, 12:22 PM
Unknown Object (File)
Sep 27 2024, 8:58 PM
Unknown Object (File)
Sep 26 2024, 11:35 AM
Unknown Object (File)
Sep 24 2024, 6:45 PM
Unknown Object (File)
Sep 24 2024, 4:51 AM
Unknown Object (File)
Sep 24 2024, 3:19 AM
Unknown Object (File)
Sep 23 2024, 2:58 PM
Unknown Object (File)
Sep 21 2024, 5:30 AM
Subscribers
None

Details

Summary
- Debashify and use /bin/sh for lein
- Remove pkg-message with outdated advice
- Add LICENSE_FILE

  Approved by:	??? (mentor)
  Differential Revision:	https://reviews.freebsd.org/D?????
Test Plan

poudriere testport 11.0/amd64 ok

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 10187
Build 10608: arc lint + arc unit

Event Timeline

devel/leiningen/Makefile
7โ€“10

You should remove all the :source1 related bits, they are also generated by USE_GITHUB. So you end up having the distfile twice, it is the reason you get it twice when you run make makesum.

32

This should be

${JAVAJARDIR}/leiningen.jar
  • Remove :source1 and fix PLIST_FILES
mat added inline comments.
devel/leiningen/Makefile
38โ€“43

This feels a bit like dark magic :-)

This revision is now accepted and ready to land.Jun 29 2017, 4:27 PM
This revision was automatically updated to reflect the committed changes.