here it goes again, without whitespace change, also cvs rm'ed the patchfile and here is 'cvs di -uNp' as per Stuart's instructions (thanks):
Index: Makefile =================================================================== RCS file: /cvs/ports/devel/py-gdata/Makefile,v retrieving revision 1.10 diff -u -p -r1.10 Makefile --- Makefile 30 Aug 2010 22:24:15 -0000 1.10 +++ Makefile 7 Jan 2011 10:58:26 -0000 @@ -2,10 +2,9 @@ COMMENT= Python client library for Google data APIs -MODPY_EGG_VERSION=2.0.10 +MODPY_EGG_VERSION=2.0.13 DISTNAME= gdata-${MODPY_EGG_VERSION} PKGNAME= py-gdata-${MODPY_EGG_VERSION} -REVISION = 0 CATEGORIES= devel HOMEPAGE= http://code.google.com/p/gdata-python-client/ Index: distinfo =================================================================== RCS file: /cvs/ports/devel/py-gdata/distinfo,v retrieving revision 1.7 diff -u -p -r1.7 distinfo --- distinfo 2 Jul 2010 00:06:31 -0000 1.7 +++ distinfo 7 Jan 2011 10:58:26 -0000 @@ -1,5 +1,5 @@ -MD5 (gdata-2.0.10.tar.gz) = EYYR7vTpfwJd01G7qwG+4g== -RMD160 (gdata-2.0.10.tar.gz) = jF/cPzaQE/iyGfleemL0gFtuY18= -SHA1 (gdata-2.0.10.tar.gz) = s+sxH4RMGIofX1mbXNwucy14x5Y= -SHA256 (gdata-2.0.10.tar.gz) = K4/6G8bjbPa840x3USELtTwllAyALcUwZN8OhasbtCc= -SIZE (gdata-2.0.10.tar.gz) = 1628244 +MD5 (gdata-2.0.13.tar.gz) = u7x+/UrYuwT/nA+/iKDocQ== +RMD160 (gdata-2.0.13.tar.gz) = 3WBhm2fwk8TIh8OXkcSyWou7a+Y= +SHA1 (gdata-2.0.13.tar.gz) = u4wlA+ZsiCL4CaNhDsuyc/qe0jg= +SHA256 (gdata-2.0.13.tar.gz) = ecJ+RDTQAOO4+I4YWUEqqt16Hp0z9aruqUrGX91GQE4= +SIZE (gdata-2.0.13.tar.gz) = 1677885 Index: patches/patch-tests_gdata_tests_client_test_py =================================================================== RCS file: patches/patch-tests_gdata_tests_client_test_py diff -N patches/patch-tests_gdata_tests_client_test_py --- patches/patch-tests_gdata_tests_client_test_py 2 Jul 2010 00:06:31 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,22 +0,0 @@ -$OpenBSD: patch-tests_gdata_tests_client_test_py,v 1.1 2010/07/02 00:06:31 djm Exp $ ---- tests/gdata_tests/client_test.py.orig Sat Apr 17 05:45:13 2010 -+++ tests/gdata_tests/client_test.py Wed Jun 16 21:43:59 2010 -@@ -215,7 +215,8 @@ class RequestTest(unittest.TestCase): - self.assertEqual(response.getheader('Echo-Host'), 'example.net:8080') - # A Uri with path set to None should default to /. - self.assertEqual(response.getheader('Echo-Uri'), '/') -- self.assertEqual(response.getheader('Echo-Scheme'), 'http') -+ # See http://code.google.com/p/gdata-python-client/issues/detail?id=371 -+ self.assertEqual(response.getheader('Echo-Scheme'), 'https') - self.assertEqual(response.getheader('Echo-Method'), 'POST') - self.assertEqual(response.getheader('Content-Type'), 'text/plain') - self.assertEqual(response.getheader('X'), '1') -@@ -226,7 +227,7 @@ class RequestTest(unittest.TestCase): - response = client.request(uri='/new/path?p=1', http_request=http_request) - self.assertEqual(response.getheader('Echo-Host'), 'example.net:8080') - self.assertEqual(response.getheader('Echo-Uri'), '/new/path?p=1') -- self.assertEqual(response.getheader('Echo-Scheme'), 'http') -+ self.assertEqual(response.getheader('Echo-Scheme'), 'https') - self.assertEqual(response.read(), 'test') - - def test_gdata_version_header(self): Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/devel/py-gdata/pkg/PLIST,v retrieving revision 1.7 diff -u -p -r1.7 PLIST --- pkg/PLIST 2 Jul 2010 00:06:31 -0000 1.7 +++ pkg/PLIST 7 Jan 2011 10:58:26 -0000 @@ -109,9 +109,18 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/gdata/apps/adminsettings/__init__.pyc lib/python${MODPY_VERSION}/site-packages/gdata/apps/adminsettings/service.py lib/python${MODPY_VERSION}/site-packages/gdata/apps/adminsettings/service.pyc +lib/python${MODPY_VERSION}/site-packages/gdata/apps/audit/ +lib/python${MODPY_VERSION}/site-packages/gdata/apps/audit/__init__.py +lib/python${MODPY_VERSION}/site-packages/gdata/apps/audit/__init__.pyc +lib/python${MODPY_VERSION}/site-packages/gdata/apps/audit/service.py +lib/python${MODPY_VERSION}/site-packages/gdata/apps/audit/service.pyc lib/python${MODPY_VERSION}/site-packages/gdata/apps/emailsettings/ lib/python${MODPY_VERSION}/site-packages/gdata/apps/emailsettings/__init__.py lib/python${MODPY_VERSION}/site-packages/gdata/apps/emailsettings/__init__.pyc +lib/python${MODPY_VERSION}/site-packages/gdata/apps/emailsettings/client.py +lib/python${MODPY_VERSION}/site-packages/gdata/apps/emailsettings/client.pyc +lib/python${MODPY_VERSION}/site-packages/gdata/apps/emailsettings/data.py +lib/python${MODPY_VERSION}/site-packages/gdata/apps/emailsettings/data.pyc lib/python${MODPY_VERSION}/site-packages/gdata/apps/emailsettings/service.py lib/python${MODPY_VERSION}/site-packages/gdata/apps/emailsettings/service.pyc lib/python${MODPY_VERSION}/site-packages/gdata/apps/groups/ @@ -124,8 +133,15 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/gdata/apps/migration/__init__.pyc lib/python${MODPY_VERSION}/site-packages/gdata/apps/migration/service.py lib/python${MODPY_VERSION}/site-packages/gdata/apps/migration/service.pyc +lib/python${MODPY_VERSION}/site-packages/gdata/apps/organization/ +lib/python${MODPY_VERSION}/site-packages/gdata/apps/organization/__init__.py +lib/python${MODPY_VERSION}/site-packages/gdata/apps/organization/__init__.pyc +lib/python${MODPY_VERSION}/site-packages/gdata/apps/organization/service.py +lib/python${MODPY_VERSION}/site-packages/gdata/apps/organization/service.pyc lib/python${MODPY_VERSION}/site-packages/gdata/apps/service.py lib/python${MODPY_VERSION}/site-packages/gdata/apps/service.pyc +lib/python${MODPY_VERSION}/site-packages/gdata/apps_property.py +lib/python${MODPY_VERSION}/site-packages/gdata/apps_property.pyc lib/python${MODPY_VERSION}/site-packages/gdata/auth.py lib/python${MODPY_VERSION}/site-packages/gdata/auth.pyc lib/python${MODPY_VERSION}/site-packages/gdata/base/ @@ -422,6 +438,8 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/gdata/youtube/ lib/python${MODPY_VERSION}/site-packages/gdata/youtube/__init__.py lib/python${MODPY_VERSION}/site-packages/gdata/youtube/__init__.pyc +lib/python${MODPY_VERSION}/site-packages/gdata/youtube/client.py +lib/python${MODPY_VERSION}/site-packages/gdata/youtube/client.pyc lib/python${MODPY_VERSION}/site-packages/gdata/youtube/data.py lib/python${MODPY_VERSION}/site-packages/gdata/youtube/data.pyc lib/python${MODPY_VERSION}/site-packages/gdata/youtube/service.py @@ -526,6 +544,7 @@ share/examples/py-gdata/ share/examples/py-gdata/analytics/ share/examples/py-gdata/analytics/account_feed_demo.py share/examples/py-gdata/analytics/data_feed_demo.py +share/examples/py-gdata/analytics/mgmt_feed_demo.py share/examples/py-gdata/apps/ share/examples/py-gdata/apps/adminsettings_example.py share/examples/py-gdata/authsub/ -f -- i have nothing to say, but i can say it loudly.