Page MenuHomeFreeBSD

Add LICENSE file and return PORTREVISION=1 to cad/gmsh-occ
ClosedPublic

Authored by jrm on Oct 3 2016, 2:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 1, 1:39 AM
Unknown Object (File)
Oct 2 2024, 3:04 AM
Unknown Object (File)
Sep 26 2024, 2:54 AM
Unknown Object (File)
Sep 24 2024, 8:37 AM
Unknown Object (File)
Sep 22 2024, 11:35 AM
Unknown Object (File)
Sep 21 2024, 4:51 AM
Unknown Object (File)
Aug 31 2024, 12:53 PM
Unknown Object (File)
Aug 24 2024, 4:42 PM
Subscribers

Details

Summary

Add LICENSE file and return PORTREVISION=1 to cad/gmsh-occ

Diff Detail

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

Event Timeline

jrm retitled this revision from to Return PORTREVISION=1.
jrm updated this object.
jrm edited the test plan for this revision. (Show Details)
jrm added a reviewer: swills.
jrm added subscribers: mat, jbeich.
swills edited edge metadata.

Approved

This revision is now accepted and ready to land.Oct 3 2016, 2:09 PM
jrm edited edge metadata.

Add LICENSE_FILE

This revision now requires review to proceed.Oct 3 2016, 2:17 PM
jrm retitled this revision from Return PORTREVISION=1 to Add LICENSE file and return PORTREVISION=1 to cad/gmsh-occ.Oct 3 2016, 2:18 PM
jrm updated this object.
jrm edited edge metadata.
swills edited edge metadata.

Approved

This revision is now accepted and ready to land.Oct 3 2016, 2:19 PM
This revision was automatically updated to reflect the committed changes.
head/cad/gmsh/Makefile
16 ↗(On Diff #20971)

This is only valid for LICENSE_COMB == single. For multi or dual you have to specify which LICENSE the file refers to e.g.,

# Notice space after `+` sign or it'd be treated as `+=` operator
LICENSE_FILE_GPLv2+ = ${WRKSRC}/doc/LICENSE.txt

Don't forget to test by trying to view license via

$ LICENSES_ASK=1 make clean patch

jbeich, thanks. Fixed in commit 423200.