Received: by mail.netbsd.org (Postfix, from userid 605) id 146D784D7E; Wed, 6 Mar 2019 13:00:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8F04184D65 for ; Wed, 6 Mar 2019 13:00:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id yrcAGvMk5fcR for ; Wed, 6 Mar 2019 13:00:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 29EB084D48 for ; Wed, 6 Mar 2019 13:00:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 27535FB16; Wed, 6 Mar 2019 13:00:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155187722868680" MIME-Version: 1.0 Date: Wed, 6 Mar 2019 13:00:28 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/graphics To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20190306130028.27535FB16@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. --_----------=_155187722868680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Wed Mar 6 13:00:28 UTC 2019 Modified Files: pkgsrc/graphics: Makefile Log Message: + jbig2enc To generate a diff of this commit: cvs rdiff -u -r1.813 -r1.814 pkgsrc/graphics/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_155187722868680 Content-Disposition: inline Content-Length: 571 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/Makefile diff -u pkgsrc/graphics/Makefile:1.813 pkgsrc/graphics/Makefile:1.814 --- pkgsrc/graphics/Makefile:1.813 Sat Feb 2 02:12:55 2019 +++ pkgsrc/graphics/Makefile Wed Mar 6 13:00:28 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.813 2019/02/02 02:12:55 markd Exp $ +# $NetBSD: Makefile,v 1.814 2019/03/06 13:00:28 joerg Exp $ # COMMENT= Graphics tools and libraries @@ -260,6 +260,7 @@ SUBDIR+= ipe SUBDIR+= ivtools SUBDIR+= jasper SUBDIR+= jbig2dec +SUBDIR+= jbig2enc SUBDIR+= jbigkit SUBDIR+= jhead SUBDIR+= jpeg --_----------=_155187722868680--