Received: by mail.netbsd.org (Postfix, from userid 605) id 9B5C584D14; Sat, 29 May 2021 00:20:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D5CFB84D10 for ; Sat, 29 May 2021 00:20:16 +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 IRld4vc9hPaX for ; Sat, 29 May 2021 00:20:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3189284CE3 for ; Sat, 29 May 2021 00:20:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EEFD6FA95; Sat, 29 May 2021 00:20:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1622247615185940" MIME-Version: 1.0 Date: Sat, 29 May 2021 00:20:15 +0000 From: "David A. Holland" Subject: CVS commit: pkgsrc/games/pysolfc To: pkgsrc-changes@NetBSD.org Reply-To: dholland@netbsd.org X-Mailer: log_accum Message-Id: <20210529002015.EEFD6FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1622247615185940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: dholland Date: Sat May 29 00:20:15 UTC 2021 Modified Files: pkgsrc/games/pysolfc: Makefile Log Message: pysolfc apparently uses py-six. PKGREVISION -> 3 To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 pkgsrc/games/pysolfc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1622247615185940 Content-Disposition: inline Content-Length: 872 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/pysolfc/Makefile diff -u pkgsrc/games/pysolfc/Makefile:1.34 pkgsrc/games/pysolfc/Makefile:1.35 --- pkgsrc/games/pysolfc/Makefile:1.34 Mon Mar 29 07:38:52 2021 +++ pkgsrc/games/pysolfc/Makefile Sat May 29 00:20:15 2021 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.34 2021/03/29 07:38:52 nia Exp $ +# $NetBSD: Makefile,v 1.35 2021/05/29 00:20:15 dholland Exp $ DISTNAME= PySolFC-2.6.4 PKGNAME= ${DISTNAME:tl} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= games python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pysolfc/} EXTRACT_SUFX= .tar.xz @@ -16,6 +16,7 @@ CARDSETS_NAME= PySolFC-Cardsets-2.0 DISTFILES= ${DEFAULT_DISTFILES} DISTFILES+= ${CARDSETS_NAME}.tar.bz2 +DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk DEPENDS+= ${PYPKGPREFIX}-game-[0-9]*:../../devel/py-game --_----------=_1622247615185940--