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
F169336599: D8134.id20968.diff
Tue, Sep 1, 5:46 AM
F169242329: D8134.diff
Tue, Sep 1, 1:00 AM
F169210315: D8134.id.diff
Mon, Aug 31, 8:43 PM
F169205066: D8134.id20970.diff
Mon, Aug 31, 7:58 PM
Unknown Object (File)
Sun, Aug 30, 11:43 AM
Unknown Object (File)
Sat, Aug 29, 9:50 PM
Unknown Object (File)
Sat, Aug 29, 8:27 PM
Unknown Object (File)
Fri, Aug 28, 12:08 PM
Subscribers

Details

Summary

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

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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

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.