Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (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 EBF7AA65B7 for ; Mon, 15 Jun 2015 09:15:10 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DF6D614A190; Mon, 15 Jun 2015 09:15:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2C5E914A176 for ; Mon, 15 Jun 2015 09:15:09 +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 DOUgD-kARnJW for ; Mon, 15 Jun 2015 09:15:08 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id AF0D514A160 for ; Mon, 15 Jun 2015 09:15:08 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 9BD8D98; Mon, 15 Jun 2015 09:15:08 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 15 Jun 2015 09:15:08 +0000 From: "Patrick Welche" Subject: CVS commit: pkgsrc/devel/pango To: pkgsrc-changes@NetBSD.org Reply-To: prlw1@netbsd.org X-Mailer: log_accum Message-Id: <20150615091508.9BD8D98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: prlw1 Date: Mon Jun 15 09:15:08 UTC 2015 Modified Files: pkgsrc/devel/pango: Makefile Removed Files: pkgsrc/devel/pango: DEINSTALL INSTALL Log Message: Overview of changes between 1.36.8 and 1.37.0 ============================================= - Pango modules, engines, and config have been removed (#733882) => no need to deal with modules on INSTALL and DEINSTALL. Thanks to wiz for the report. To generate a diff of this commit: cvs rdiff -u -r1.1 -r0 pkgsrc/devel/pango/DEINSTALL \ pkgsrc/devel/pango/INSTALL cvs rdiff -u -r1.197 -r1.198 pkgsrc/devel/pango/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.