Received: by mail.netbsd.org (Postfix, from userid 605) id 002F784D3F; Tue, 1 Jan 2019 16:31:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7EB0284D39 for ; Tue, 1 Jan 2019 16:31:56 +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 gCV8rPETcEge for ; Tue, 1 Jan 2019 16:31:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1E0E684D36 for ; Tue, 1 Jan 2019 16:31:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1BCDCFB16; Tue, 1 Jan 2019 16:31:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1546360316170220" MIME-Version: 1.0 Date: Tue, 1 Jan 2019 16:31:56 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20190101163156.1BCDCFB16@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. --_----------=_1546360316170220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Jan 1 16:31:56 UTC 2019 Modified Files: pkgsrc/graphics: Makefile Log Message: graphics/Makefile: + ipe To generate a diff of this commit: cvs rdiff -u -r1.810 -r1.811 pkgsrc/graphics/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1546360316170220 Content-Disposition: inline Content-Length: 573 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/Makefile diff -u pkgsrc/graphics/Makefile:1.810 pkgsrc/graphics/Makefile:1.811 --- pkgsrc/graphics/Makefile:1.810 Fri Nov 30 16:42:33 2018 +++ pkgsrc/graphics/Makefile Tue Jan 1 16:31:55 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.810 2018/11/30 16:42:33 nia Exp $ +# $NetBSD: Makefile,v 1.811 2019/01/01 16:31:55 wiz Exp $ # COMMENT= Graphics tools and libraries @@ -256,6 +256,7 @@ SUBDIR+= imlib-gtk SUBDIR+= imlib2 SUBDIR+= impress SUBDIR+= inkscape +SUBDIR+= ipe SUBDIR+= ivtools SUBDIR+= jasper SUBDIR+= jbig2dec --_----------=_1546360316170220--