Hi,

This diff updates py-pyro to the release 3.9.1.
Tested on amd64.

Comments ? OK ?

Cheers,
benoit
Index: Makefile
===================================================================
RCS file: /cvs/openbsd/ports/devel/py-pyro/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile    15 Mar 2009 11:53:11 -0000      1.2
+++ Makefile    29 Sep 2009 20:00:39 -0000
@@ -2,9 +2,9 @@
 
 COMMENT =      distributed object middleware for Python
 
-MODPY_EGG_VERSION = 3.8.1
+MODPY_EGG_VERSION = 3.9.1
 DISTNAME =     Pyro-${MODPY_EGG_VERSION}
-PKGNAME =      py-${DISTNAME:L}p0
+PKGNAME =      py-${DISTNAME:L}
 
 CATEGORIES =   devel
 
Index: distinfo
===================================================================
RCS file: /cvs/openbsd/ports/devel/py-pyro/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo    14 Mar 2009 22:08:28 -0000      1.1.1.1
+++ distinfo    29 Sep 2009 20:00:39 -0000
@@ -1,5 +1,5 @@
-MD5 (Pyro-3.8.1.tar.gz) = irEQtD+JHJZkYoEzdTyQOg==
-RMD160 (Pyro-3.8.1.tar.gz) = jAZIMBZB0VRgSgO+dJgRbSssgkA=
-SHA1 (Pyro-3.8.1.tar.gz) = iCcNQAoN1yhr7xqMk0xdx/6YtXo=
-SHA256 (Pyro-3.8.1.tar.gz) = 2egHPHq7D9mpTscsSPW/RnPejpMzCC3OaVTRii/jXv0=
-SIZE (Pyro-3.8.1.tar.gz) = 246314
+MD5 (Pyro-3.9.1.tar.gz) = /S+xnVaQglaQ4blipQr9yQ==
+RMD160 (Pyro-3.9.1.tar.gz) = 2Dt3yDRhp5pa21JZWl7PcUM9RBo=
+SHA1 (Pyro-3.9.1.tar.gz) = 4BUOhnPlQqU+nihiixBfVkksM9U=
+SHA256 (Pyro-3.9.1.tar.gz) = g5amHytHygNoVIT8QA9XPKwXpEJlLtVv2GlmSIcnvKQ=
+SIZE (Pyro-3.9.1.tar.gz) = 290863
Index: pkg/PLIST
===================================================================
RCS file: /cvs/openbsd/ports/devel/py-pyro/pkg/PLIST,v
retrieving revision 1.2
diff -u -r1.2 PLIST
--- pkg/PLIST   15 Mar 2009 11:53:11 -0000      1.2
+++ pkg/PLIST   29 Sep 2009 20:00:39 -0000
@@ -98,6 +98,7 @@
 share/doc/py-pyro/LICENSE
 share/doc/py-pyro/PyroManual.html
 share/doc/py-pyro/index.html
+share/doc/py-pyro/pyro-large.png
 share/doc/py-pyro/pyromanual.css
 share/doc/py-pyro/pyromanual_print.css
 share/examples/py-pyro/
@@ -259,6 +260,17 @@
 share/examples/py-pyro/maxclients/Readme.txt
 share/examples/py-pyro/maxclients/client.py
 share/examples/py-pyro/maxclients/server.py
+share/examples/py-pyro/mobilehierarchy/
+share/examples/py-pyro/mobilehierarchy/client.py
+share/examples/py-pyro/mobilehierarchy/clientmodule1.py
+share/examples/py-pyro/mobilehierarchy/clientmodule2.py
+share/examples/py-pyro/mobilehierarchy/clientmodule3.py
+share/examples/py-pyro/mobilehierarchy/readme.txt
+share/examples/py-pyro/mobilehierarchy/server/
+share/examples/py-pyro/mobilehierarchy/server/server.py
+share/examples/py-pyro/mobilehierarchy/server/servermodule1.py
+share/examples/py-pyro/mobilehierarchy/server/servermodule2.py
+share/examples/py-pyro/mobilehierarchy/server/servermodule3.py
 share/examples/py-pyro/multithread/
 share/examples/py-pyro/multithread/Readme.txt
 share/examples/py-pyro/multithread/client.py
@@ -290,6 +302,16 @@
 share/examples/py-pyro/quickstart/object.py
 share/examples/py-pyro/quickstart/pyrorun
 share/examples/py-pyro/quickstart/server.py
+share/examples/py-pyro/sessions/
+share/examples/py-pyro/sessions/Readme.txt
+share/examples/py-pyro/sessions/auth_client.py
+share/examples/py-pyro/sessions/auth_server.py
+share/examples/py-pyro/sessions/basic_client.py
+share/examples/py-pyro/sessions/basic_client2.py
+share/examples/py-pyro/sessions/basic_server.py
+share/examples/py-pyro/sessions/storage_client.py
+share/examples/py-pyro/sessions/storage_server_caller.py
+share/examples/py-pyro/sessions/storage_server_tls.py
 share/examples/py-pyro/simple/
 share/examples/py-pyro/simple/Readme.txt
 share/examples/py-pyro/simple/client.py
@@ -305,9 +327,11 @@
 share/examples/py-pyro/ssl/server.py
 share/examples/py-pyro/stockquotes/
 share/examples/py-pyro/stockquotes/Client.py
+share/examples/py-pyro/stockquotes/Client_noNS.py
 share/examples/py-pyro/stockquotes/MClient.py
 share/examples/py-pyro/stockquotes/Readme.txt
 share/examples/py-pyro/stockquotes/Server.py
+share/examples/py-pyro/stockquotes/Server_noNS.py
 share/examples/py-pyro/stresstest/
 share/examples/py-pyro/stresstest/Readme.txt
 share/examples/py-pyro/stresstest/consumer.py

Reply via email to