Received: by mail.netbsd.org (Postfix, from userid 605) id A485384DEA; Tue, 10 Dec 2019 10:32:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2D6F384DDC for ; Tue, 10 Dec 2019 10:32:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id TvZ90-AFQjkv for ; Tue, 10 Dec 2019 10:31:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 322A984DD9 for ; Tue, 10 Dec 2019 10:31:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2A734FA97; Tue, 10 Dec 2019 10:31:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157597391911320" MIME-Version: 1.0 Date: Tue, 10 Dec 2019 10:31:59 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/graphics/jbig2dec To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20191210103159.2A734FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_157597391911320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Tue Dec 10 10:31:59 UTC 2019 Modified Files: pkgsrc/graphics/jbig2dec: Makefile Log Message: jbig2dec: Update LICENSE: it's under AGPLv3, not GPLv3! To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/jbig2dec/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157597391911320 Content-Disposition: inline Content-Length: 728 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/jbig2dec/Makefile diff -u pkgsrc/graphics/jbig2dec/Makefile:1.12 pkgsrc/graphics/jbig2dec/Makefile:1.13 --- pkgsrc/graphics/jbig2dec/Makefile:1.12 Thu Apr 25 07:32:58 2019 +++ pkgsrc/graphics/jbig2dec/Makefile Tue Dec 10 10:31:58 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2019/04/25 07:32:58 maya Exp $ +# $NetBSD: Makefile,v 1.13 2019/12/10 10:31:58 leot Exp $ DISTNAME= jbig2dec-0.16 PKGREVISION= 1 @@ -9,7 +9,7 @@ GITHUB_TAG= ${PKGVERSION_NOREV} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.ghostscript.com/jbig2dec.html COMMENT= JBIG2 decoder library -LICENSE= gnu-gpl-v3 +LICENSE= gnu-agpl-v3 USE_LIBTOOL= yes USE_TOOLS+= autoreconf autoconf automake --_----------=_157597391911320--