Page MenuHomeFreeBSD

devel/leiningen: Debashify
ClosedPublic

Authored by tobik on Jun 29 2017, 3:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jul 19, 3:43 PM
Unknown Object (File)
Sat, Jul 19, 2:14 AM
Unknown Object (File)
Fri, Jul 18, 4:22 AM
Unknown Object (File)
Fri, Jul 18, 3:58 AM
Unknown Object (File)
Fri, Jul 18, 1:34 AM
Unknown Object (File)
Fri, Jul 18, 1:05 AM
Unknown Object (File)
Fri, Jul 11, 11:06 PM
Unknown Object (File)
Tue, Jul 8, 11:10 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 10190
Build 10611: arc lint + arc unit

Event Timeline

devel/leiningen/Makefile
6โ€“8

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.

30

This should be

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

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.