pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/libjpeg-turbo



Module Name:    pkgsrc
Committed By:   tnn
Date:           Wed Apr 20 21:47:24 UTC 2022

Modified Files:
        pkgsrc/graphics/libjpeg-turbo: Makefile

Log Message:
libjpeg-turbo: contains portions of IJG's code, so list that license


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/graphics/libjpeg-turbo/Makefile

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

Modified files:

Index: pkgsrc/graphics/libjpeg-turbo/Makefile
diff -u pkgsrc/graphics/libjpeg-turbo/Makefile:1.25 pkgsrc/graphics/libjpeg-turbo/Makefile:1.26
--- pkgsrc/graphics/libjpeg-turbo/Makefile:1.25 Sun Feb 27 08:50:48 2022
+++ pkgsrc/graphics/libjpeg-turbo/Makefile      Wed Apr 20 21:47:24 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2022/02/27 08:50:48 adam Exp $
+# $NetBSD: Makefile,v 1.26 2022/04/20 21:47:24 tnn Exp $
 
 DISTNAME=      libjpeg-turbo-2.1.3
 CATEGORIES=    graphics
@@ -7,7 +7,7 @@ MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:
 MAINTAINER=    dsainty%NetBSD.org@localhost
 HOMEPAGE=      https://libjpeg-turbo.org/
 COMMENT=       Accelerated libjpeg with SIMD instructions
-LICENSE=       gnu-lgpl-v2 # OR wxWindows Library Licence, Version 3.1
+LICENSE=       gnu-lgpl-v2 AND ijg # OR wxWindows Library Licence, Version 3.1
 
 # Note also that libjpeg-turbo's library has a different major version
 # number (8) than that installed by the jpeg package (9).



Home | Main Index | Thread Index | Old Index