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 67BDB7A221 for ; Sat, 23 Jul 2016 17:24:00 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D93CA85EA4; Sat, 23 Jul 2016 17:23:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6797D85EA4 for ; Sat, 23 Jul 2016 17:23:59 +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 rE3U6On9mYvw for ; Sat, 23 Jul 2016 17:23:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EDA5685E7E for ; Sat, 23 Jul 2016 17:23:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E813EFBB5; Sat, 23 Jul 2016 17:23:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1469294638233210" MIME-Version: 1.0 Date: Sat, 23 Jul 2016 17:23:58 +0000 From: "Kamil Rytarowski" Subject: CVS commit: pkgsrc/graphics/py-OpenGL To: pkgsrc-changes@NetBSD.org Reply-To: kamil@netbsd.org X-Mailer: log_accum Message-Id: <20160723172358.E813EFBB5@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. --_----------=_1469294638233210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kamil Date: Sat Jul 23 17:23:58 UTC 2016 Modified Files: pkgsrc/graphics/py-OpenGL: Makefile distinfo Removed Files: pkgsrc/graphics/py-OpenGL/patches: patch-ac Log Message: Remove wrong patch for ctypesloader The Python's function find_library() is works for a string in a form of 'GL', not 'libGL.so'. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/py-OpenGL/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/py-OpenGL/distinfo cvs rdiff -u -r1.3 -r0 pkgsrc/graphics/py-OpenGL/patches/patch-ac Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1469294638233210 Content-Disposition: inline Content-Length: 1464 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/py-OpenGL/Makefile diff -u pkgsrc/graphics/py-OpenGL/Makefile:1.22 pkgsrc/graphics/py-OpenGL/Makefile:1.23 --- pkgsrc/graphics/py-OpenGL/Makefile:1.22 Sat Jul 9 13:03:50 2016 +++ pkgsrc/graphics/py-OpenGL/Makefile Sat Jul 23 17:23:58 2016 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2016/07/09 13:03:50 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2016/07/23 17:23:58 kamil Exp $ DISTNAME= PyOpenGL-3.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^Py//} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyopengl/} Index: pkgsrc/graphics/py-OpenGL/distinfo diff -u pkgsrc/graphics/py-OpenGL/distinfo:1.4 pkgsrc/graphics/py-OpenGL/distinfo:1.5 --- pkgsrc/graphics/py-OpenGL/distinfo:1.4 Tue Nov 3 21:34:15 2015 +++ pkgsrc/graphics/py-OpenGL/distinfo Sat Jul 23 17:23:58 2016 @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 21:34:15 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/07/23 17:23:58 kamil Exp $ SHA1 (PyOpenGL-3.0.1.tar.gz) = 35ca03f4c9fb452dc07788818fd1683e37f521bf RMD160 (PyOpenGL-3.0.1.tar.gz) = 2d733ae5a75583b6afd1cf4e6e3d01af650bf5ab SHA512 (PyOpenGL-3.0.1.tar.gz) = 2e50aad3c044dfc524766f742f19fc31a2bf97adbbd82cd48de3abe61c445305b543f5d9dbb9f9c4cb7ace01a590a0bde03bbdde57b846e5949182b69eec47a1 Size (PyOpenGL-3.0.1.tar.gz) = 698420 bytes -SHA1 (patch-ac) = 4f8f078bc5857de1c415b7d84de84a7f9c24628a SHA1 (patch-ae) = 49db5e58e914ea916a72745eb9a68a6a334c5c2b --_----------=_1469294638233210--