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 28, 6:39 AM
Unknown Object (File)
Tue, Apr 21, 9:16 AM
Unknown Object (File)
Wed, Apr 15, 1:04 PM
Unknown Object (File)
Wed, Apr 15, 1:52 AM
Unknown Object (File)
Tue, Apr 14, 3:21 PM
Unknown Object (File)
Sun, Apr 12, 12:40 AM
Unknown Object (File)
Fri, Apr 10, 2:20 PM
Unknown Object (File)
Tue, Apr 7, 2:49 AM
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.