Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id A0B447A217 for ; Thu, 5 Jan 2017 08:11:35 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 56FE385623; Thu, 5 Jan 2017 08:11:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DB61D855A7 for ; Thu, 5 Jan 2017 08:11:34 +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 FulbUcg7Vnv7 for ; Thu, 5 Jan 2017 08:11:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7DEB185599 for ; Thu, 5 Jan 2017 08:11:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7C099FBA6; Thu, 5 Jan 2017 08:11:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1483603894171610" MIME-Version: 1.0 Date: Thu, 5 Jan 2017 08:11:34 +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: <20170105081134.7C099FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1483603894171610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Jan 5 08:11:34 UTC 2017 Modified Files: pkgsrc/graphics: Makefile Log Message: Sort. To generate a diff of this commit: cvs rdiff -u -r1.754 -r1.755 pkgsrc/graphics/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1483603894171610 Content-Disposition: inline Content-Length: 622 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/Makefile diff -u pkgsrc/graphics/Makefile:1.754 pkgsrc/graphics/Makefile:1.755 --- pkgsrc/graphics/Makefile:1.754 Fri Dec 30 21:25:55 2016 +++ pkgsrc/graphics/Makefile Thu Jan 5 08:11:34 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.754 2016/12/30 21:25:55 ryoon Exp $ +# $NetBSD: Makefile,v 1.755 2017/01/05 08:11:34 wiz Exp $ # COMMENT= Graphics tools and libraries @@ -201,8 +201,8 @@ SUBDIR+= goocanvas SUBDIR+= goocanvas2 SUBDIR+= goocanvasmm SUBDIR+= gource -SUBDIR+= gpick SUBDIR+= gphoto2 +SUBDIR+= gpick SUBDIR+= gpicview SUBDIR+= gqview SUBDIR+= gqview-devel --_----------=_1483603894171610--