git: c4fbf8ab530a - main - security/seclists: Add license files

From: Lorenzo Salvadore <salvadore_at_FreeBSD.org>
Date: Mon, 16 May 2022 00:37:32 UTC
The branch main has been updated by salvadore:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c4fbf8ab530aed1933a2a644b75a4a059f933223

commit c4fbf8ab530aed1933a2a644b75a4a059f933223
Author:     Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2022-05-15 21:35:43 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2022-05-16 00:35:13 +0000

    security/seclists: Add license files
    
    - Restore LICENSE_FILE for GPLv2+ that was removed with commit
      4acd06ebacdd0f134372d7fa390064ff4a4dfcf1, as the note about
      avoiding installing GPL licenses in section 13.20 of the Porter's
      handbook has been removed by commit
      e3f1471c227dfc4a557286072a020e62856bf0d9 of the doc repository.
    - Add LICENSE_FILE for GPLv2.
    
    Approved by:    gerald (mentor)
---
 security/seclists/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/security/seclists/Makefile b/security/seclists/Makefile
index a58fbbd96c1e..3adec74435a1 100644
--- a/security/seclists/Makefile
+++ b/security/seclists/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	seclists
 DISTVERSION=	2022.2
+PORTREVISION=	1
 CATEGORIES=	security www
 
 MAINTAINER=	salvadore@FreeBSD.org
@@ -7,6 +8,8 @@ COMMENT=	Collection of multiple types of lists used during security assessments
 
 LICENSE=	GPLv2 GPLv2+ MIT
 LICENSE_COMB=	multi
+LICENSE_FILE_GPLv2=	${WRKSRC}/Discovery/Web-Content/Domino-Hunter/LICENCE
+LICENSE_FILE_GPLv2+ =	${WRKSRC}/Web-Shells/laudanum-0.8/GPL
 LICENSE_FILE_MIT=	${WRKSRC}/LICENSE
 
 USE_GITHUB=	yes