diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
commit | 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch) | |
tree | 9b071a8105704e992946dcd6b801e9fcb7635142 /audio/py-openal/files | |
parent | MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, (diff) |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=419133
Diffstat (limited to 'audio/py-openal/files')
-rw-r--r-- | audio/py-openal/files/patch-py__openal.c (renamed from audio/py-openal/files/patch-py_openal.c) | 8 | ||||
-rw-r--r-- | audio/py-openal/files/patch-setup.py | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/audio/py-openal/files/patch-py_openal.c b/audio/py-openal/files/patch-py__openal.c index e2e69852bbb4..4c5c08e7d816 100644 --- a/audio/py-openal/files/patch-py_openal.c +++ b/audio/py-openal/files/patch-py__openal.c @@ -1,6 +1,6 @@ ---- py_openal.c Sat Jul 16 09:19:11 2005 -+++ py_openal.c Mon Aug 21 01:33:49 2006 -@@ -1041,28 +1041,26 @@ +--- py_openal.c.orig 2005-07-16 14:19:11 UTC ++++ py_openal.c +@@ -1041,28 +1041,26 @@ static PyObject *_wrap_alutExit(PyObject } @@ -34,7 +34,7 @@ return resultobj; } } -@@ -2274,7 +2272,7 @@ +@@ -2274,7 +2272,7 @@ static PyMethodDef OpenALMethods[] = { */ { (char *)"alutInit", (PyCFunction) _wrap_alutInit, METH_VARARGS }, { (char *)"alutExit", (PyCFunction) _wrap_alutExit, METH_NOARGS }, diff --git a/audio/py-openal/files/patch-setup.py b/audio/py-openal/files/patch-setup.py index 676207cddf3c..f8ad931eda43 100644 --- a/audio/py-openal/files/patch-setup.py +++ b/audio/py-openal/files/patch-setup.py @@ -1,5 +1,5 @@ ---- setup.py.orig 2006-04-30 17:23:44.000000000 +0200 -+++ setup.py 2009-12-26 17:50:57.000000000 +0100 +--- setup.py.orig 2006-04-30 15:23:44 UTC ++++ setup.py @@ -1,17 +1,17 @@ import os from distutils.core import setup, Extension @@ -23,7 +23,7 @@ setup( -@@ -38,7 +38,7 @@ +@@ -38,7 +38,7 @@ Does not include OpenAL extension.""", ext_modules = [Extension("_openal", ["py_openal.c"], |