pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/hyperscan



Module Name:    pkgsrc
Committed By:   minskim
Date:           Tue Dec  3 19:57:51 UTC 2024

Modified Files:
        pkgsrc/devel/hyperscan: Makefile

Log Message:
hyperscan: set LICENSE


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/hyperscan/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/hyperscan/Makefile
diff -u pkgsrc/devel/hyperscan/Makefile:1.21 pkgsrc/devel/hyperscan/Makefile:1.22
--- pkgsrc/devel/hyperscan/Makefile:1.21        Thu Nov 14 22:19:22 2024
+++ pkgsrc/devel/hyperscan/Makefile     Tue Dec  3 19:57:51 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2024/11/14 22:19:22 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2024/12/03 19:57:51 minskim Exp $
 
 DISTNAME=      hyperscan-5.0.0
 PKGREVISION=   12
@@ -9,7 +9,7 @@ GITHUB_TAG=     v${PKGVERSION_NOREV}
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/intel/hyperscan
 COMMENT=       High-performance regular expression matching library
-#LICENSE=      modified-bsd AND more
+LICENSE=       modified-bsd AND 2-clause-bsd AND boost-license
 
 TOOL_DEPENDS+= ragel-[0-9]*:../../devel/ragel
 



Home | Main Index | Thread Index | Old Index