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)
Tue, Apr 16, 10:20 PM
Unknown Object (File)
Tue, Apr 16, 10:20 PM
Unknown Object (File)
Tue, Apr 16, 10:20 PM
Unknown Object (File)
Tue, Apr 16, 10:20 PM
Unknown Object (File)
Tue, Apr 16, 9:15 PM
Unknown Object (File)
Fri, Mar 29, 3:42 PM
Unknown Object (File)
Dec 22 2023, 11:40 PM
Unknown Object (File)
Dec 2 2023, 4:02 AM
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.