Page MenuHomeFreeBSD

devel/leiningen: Debashify
ClosedPublic

Authored by tobik on Jun 29 2017, 3:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jul 11, 11:06 PM
Unknown Object (File)
Tue, Jul 8, 11:10 AM
Unknown Object (File)
Tue, Jul 8, 8:09 AM
Unknown Object (File)
Mon, Jul 7, 7:35 PM
Unknown Object (File)
Wed, Jul 2, 8:16 PM
Unknown Object (File)
Mon, Jun 30, 4:08 AM
Unknown Object (File)
Wed, Jun 25, 7:23 AM
Unknown Object (File)
Sat, Jun 21, 1:05 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
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

devel/leiningen/Makefile
7–10 ↗(On Diff #30208)

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 ↗(On Diff #30208)

This should be

${JAVAJARDIR}/leiningen.jar
  • Remove :source1 and fix PLIST_FILES
mat added inline comments.
devel/leiningen/Makefile
36–39 ↗(On Diff #30211)

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.