Received: by mail.netbsd.org (Postfix, from userid 605) id 6827184D56; Wed, 2 Jan 2019 12:29:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E96DB84D51 for ; Wed, 2 Jan 2019 12:29: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 KoSMwIlXfIlk for ; Wed, 2 Jan 2019 12:29:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 535F684CE2 for ; Wed, 2 Jan 2019 12:29:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4D8DAFB16; Wed, 2 Jan 2019 12:29:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154643214970170" MIME-Version: 1.0 Date: Wed, 2 Jan 2019 12:29:09 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-requests-ftp To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190102122909.4D8DAFB16@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. --_----------=_154643214970170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Jan 2 12:29:09 UTC 2019 Modified Files: pkgsrc/devel/py-requests-ftp: Makefile Log Message: py-requests-ftp: added "python" to CATEGORIES; set USE_LANGUAGES=#none To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-requests-ftp/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_154643214970170 Content-Disposition: inline Content-Length: 826 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-requests-ftp/Makefile diff -u pkgsrc/devel/py-requests-ftp/Makefile:1.2 pkgsrc/devel/py-requests-ftp/Makefile:1.3 --- pkgsrc/devel/py-requests-ftp/Makefile:1.2 Sun Jul 30 22:32:16 2017 +++ pkgsrc/devel/py-requests-ftp/Makefile Wed Jan 2 12:29:09 2019 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2017/07/30 22:32:16 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2019/01/02 12:29:09 adam Exp $ DISTNAME= requests-ftp-0.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -CATEGORIES= devel +CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=r/requests-ftp/} MAINTAINER= minskim@NetBSD.org @@ -12,5 +12,7 @@ LICENSE= apache-2.0 DEPENDS+= ${PYPKGPREFIX}-requests>=1.0.0:../../devel/py-requests +USE_LANGUAGES= # none + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" --_----------=_154643214970170--