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, Oct 3, 4:24 PM
Unknown Object (File)
Sun, Sep 28, 10:01 PM
Unknown Object (File)
Tue, Sep 23, 3:40 AM
Unknown Object (File)
Sep 18 2025, 7:21 PM
Unknown Object (File)
Sep 16 2025, 2:17 AM
Unknown Object (File)
Sep 12 2025, 7:57 PM
Unknown Object (File)
Sep 10 2025, 7:23 PM
Unknown Object (File)
Sep 5 2025, 11:54 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.