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 845E97A140 for ; Wed, 25 Jan 2017 17:26:58 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EAD3C855B7; Wed, 25 Jan 2017 17:26:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7C58D85588 for ; Wed, 25 Jan 2017 17:26:57 +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 WR4hDHPKITBy for ; Wed, 25 Jan 2017 17:26:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DC8F684D04 for ; Wed, 25 Jan 2017 17:26:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D7F70FBA6; Wed, 25 Jan 2017 17:26:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148536521691450" MIME-Version: 1.0 Date: Wed, 25 Jan 2017 17:26:56 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-appdirs To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20170125172656.D7F70FBA6@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. --_----------=_148536521691450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Jan 25 17:26:56 UTC 2017 Modified Files: pkgsrc/devel/py-appdirs: Makefile Log Message: Removed redundant WRKSRC To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-appdirs/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148536521691450 Content-Disposition: inline Content-Length: 708 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-appdirs/Makefile diff -u pkgsrc/devel/py-appdirs/Makefile:1.1 pkgsrc/devel/py-appdirs/Makefile:1.2 --- pkgsrc/devel/py-appdirs/Makefile:1.1 Sun Dec 4 21:12:59 2016 +++ pkgsrc/devel/py-appdirs/Makefile Wed Jan 25 17:26:56 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/12/04 21:12:59 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/01/25 17:26:56 adam Exp $ DISTNAME= appdirs-1.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,8 +10,6 @@ HOMEPAGE= http://github.com/ActiveState/ COMMENT= Module for determining appropriate, platform-specific dirs LICENSE= mit -WRKSRC= ${WRKDIR}/appdirs-1.4.0 - USE_LANGUAGES= # none .include "../../lang/python/egg.mk" --_----------=_148536521691450--