Update to 3.11. Changes at http://www.xs4all.nl/~irmen/pyro3/manual/12-changes.html#latest. OK?
f.- Index: Makefile =================================================================== RCS file: /cvs/ports/devel/py-pyro/Makefile,v retrieving revision 1.6 diff -N -u -p Makefile --- Makefile 30 Aug 2010 22:24:15 -0000 1.6 +++ Makefile 14 Jan 2011 06:04:56 -0000 @@ -2,10 +2,9 @@ COMMENT = distributed object middleware for Python -MODPY_EGG_VERSION = 3.10 +MODPY_EGG_VERSION = 3.11 DISTNAME = Pyro-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} -REVISION = 1 CATEGORIES = devel Index: distinfo =================================================================== RCS file: /cvs/ports/devel/py-pyro/distinfo,v retrieving revision 1.3 diff -N -u -p distinfo --- distinfo 9 Jan 2010 00:57:21 -0000 1.3 +++ distinfo 14 Jan 2011 06:04:56 -0000 @@ -1,5 +1,5 @@ -MD5 (Pyro-3.10.tar.gz) = f8a4uTkHPUrbDok5xZqvHg== -RMD160 (Pyro-3.10.tar.gz) = KZd4QNqn2RvkBlfEjKuEMc5JCTQ= -SHA1 (Pyro-3.10.tar.gz) = 2Zsnhtnr4h8FhbxzF3IMu6AeHQM= -SHA256 (Pyro-3.10.tar.gz) = PD0Upgz2wkEGLIXfdFWgRaLELizF+Lj1yqlj/UN184o= -SIZE (Pyro-3.10.tar.gz) = 297134 +MD5 (Pyro-3.11.tar.gz) = WZqfKyVPKZp1H2DoIKW10A== +RMD160 (Pyro-3.11.tar.gz) = odYR+TFzMrFMsngGbHdMHUhtFxc= +SHA1 (Pyro-3.11.tar.gz) = nnqCaj0oTK5tQ3H9oESH7D3q0qA= +SHA256 (Pyro-3.11.tar.gz) = 7auRTTi73CWu3C1rMa5+m1CYKH0HhEIe7OxrYNiAWUw= +SIZE (Pyro-3.11.tar.gz) = 295514 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/devel/py-pyro/pkg/PLIST,v retrieving revision 1.4 diff -N -u -p pkg/PLIST --- pkg/PLIST 9 Jan 2010 00:57:21 -0000 1.4 +++ pkg/PLIST 14 Jan 2011 06:04:56 -0000 @@ -5,7 +5,6 @@ bin/pyro-genguid bin/pyro-ns bin/pyro-nsc bin/pyro-nsd -bin/pyro-rns bin/pyro-wxnsc bin/pyro-xnsc lib/python${MODPY_VERSION}/site-packages/Pyro/ @@ -107,6 +106,7 @@ share/doc/py-pyro/pyromanual_print.css share/examples/py-pyro/ share/examples/py-pyro/AllInOne/ share/examples/py-pyro/AllInOne/Readme.txt +share/examples/py-pyro/AllInOne/allinone_ownloop.py share/examples/py-pyro/AllInOne/allinone_threads.py share/examples/py-pyro/Bank2/ share/examples/py-pyro/Bank2/BankServer.py @@ -175,6 +175,7 @@ share/examples/py-pyro/benchmark/ share/examples/py-pyro/benchmark/Readme.txt share/examples/py-pyro/benchmark/bench.py share/examples/py-pyro/benchmark/client.py +share/examples/py-pyro/benchmark/connections.py share/examples/py-pyro/benchmark/server.py share/examples/py-pyro/callback/ share/examples/py-pyro/callback/Readme.txt @@ -247,7 +248,6 @@ share/examples/py-pyro/factory/server.py share/examples/py-pyro/filetransfer/ share/examples/py-pyro/filetransfer/Readme.txt share/examples/py-pyro/filetransfer/client.py -share/examples/py-pyro/filetransfer/db.txt share/examples/py-pyro/filetransfer/server.py share/examples/py-pyro/hugetransfer/ share/examples/py-pyro/hugetransfer/Readme.txt @@ -325,7 +325,6 @@ share/examples/py-pyro/simple/ share/examples/py-pyro/simple/Readme.txt share/examples/py-pyro/simple/client.py share/examples/py-pyro/simple/server.py -share/examples/py-pyro/simple/tst$py.class share/examples/py-pyro/simple/tst.py share/examples/py-pyro/ssl/ share/examples/py-pyro/ssl/Readme.txt @@ -417,6 +416,10 @@ share/examples/py-pyro/timeout/ share/examples/py-pyro/timeout/Readme.txt share/examples/py-pyro/timeout/timeout.py share/examples/py-pyro/timeout/timeout2.py +share/examples/py-pyro/tlstest/ +share/examples/py-pyro/tlstest/Readme.txt +share/examples/py-pyro/tlstest/client.py +share/examples/py-pyro/tlstest/server.py share/examples/py-pyro/user_passwd_auth/ share/examples/py-pyro/user_passwd_auth/Readme.txt share/examples/py-pyro/user_passwd_auth/client.py