Received: by mail.netbsd.org (Postfix, from userid 605) id 830FB84D9B; Sun, 30 Jul 2017 17:35:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 167D084D3B for ; Sun, 30 Jul 2017 17:35:40 +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 Sb1RgSGplt6n for ; Sun, 30 Jul 2017 17:35:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9F31384D04 for ; Sun, 30 Jul 2017 17:35:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9D2A2FACD; Sun, 30 Jul 2017 17:35:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150143613927870" MIME-Version: 1.0 Date: Sun, 30 Jul 2017 17:35:39 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/databases To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20170730173539.9D2A2FACD@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. --_----------=_150143613927870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Jul 30 17:35:39 UTC 2017 Modified Files: pkgsrc/databases: Makefile pkgsrc/databases/rrdtool: options.mk Removed Files: pkgsrc/databases/py-python-rrdtool: DESCR Makefile PLIST distinfo Log Message: Removed databases/py-python-rrdtool successor py-rrdtool To generate a diff of this commit: cvs rdiff -u -r1.532 -r1.533 pkgsrc/databases/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/databases/py-python-rrdtool/DESCR \ pkgsrc/databases/py-python-rrdtool/PLIST cvs rdiff -u -r1.9 -r0 pkgsrc/databases/py-python-rrdtool/Makefile cvs rdiff -u -r1.2 -r0 pkgsrc/databases/py-python-rrdtool/distinfo cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/rrdtool/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150143613927870 Content-Disposition: inline Content-Length: 1276 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/Makefile diff -u pkgsrc/databases/Makefile:1.532 pkgsrc/databases/Makefile:1.533 --- pkgsrc/databases/Makefile:1.532 Thu Jul 27 18:31:20 2017 +++ pkgsrc/databases/Makefile Sun Jul 30 17:35:39 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.532 2017/07/27 18:31:20 adam Exp $ +# $NetBSD: Makefile,v 1.533 2017/07/30 17:35:39 adam Exp $ COMMENT= Databases @@ -355,7 +355,6 @@ SUBDIR+= py-pickleshare SUBDIR+= py-postgresql SUBDIR+= py-psycopg2 SUBDIR+= py-pymysql -SUBDIR+= py-python-rrdtool SUBDIR+= py-python-sql SUBDIR+= py-redis SUBDIR+= py-rrdtool Index: pkgsrc/databases/rrdtool/options.mk diff -u pkgsrc/databases/rrdtool/options.mk:1.4 pkgsrc/databases/rrdtool/options.mk:1.5 --- pkgsrc/databases/rrdtool/options.mk:1.4 Thu Jul 27 18:31:20 2017 +++ pkgsrc/databases/rrdtool/options.mk Sun Jul 30 17:35:39 2017 @@ -1,12 +1,9 @@ -# $NetBSD: options.mk,v 1.4 2017/07/27 18:31:20 adam Exp $ +# $NetBSD: options.mk,v 1.5 2017/07/30 17:35:39 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.rrdtool PKG_SUPPORTED_OPTIONS= lua tcl PKG_SUGGESTED_OPTIONS= lua tcl -# Note that there's another (apparently different) python library -# in databases/py-python-rrdtool. - .include "../../mk/bsd.options.mk" PLIST_VARS+= lua tcl --_----------=_150143613927870--