pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/py-OpenGL



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.

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



Home | Main Index | Thread Index | Old Index