diff -ruNa py-pyro.orig/Makefile py-pyro/Makefile --- py-pyro.orig/Makefile 2011-06-17 12:09:34.000000000 +0400 +++ py-pyro/Makefile 2011-06-18 00:33:35.000000000 +0400 @@ -7,15 +7,19 @@ PORTNAME= pyro PORTVERSION= 4.6 +PORTREVISION= 1 CATEGORIES= devel python -MASTER_SITES= http://pypi.python.org/packages/source/P/Pyro4/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Pyro4-${PORTVERSION} MAINTAINER= cvs-src@yandex.ru COMMENT= Distributed Object Middleware for Python(IPC/RPC) -USE_PYTHON= 2.5+ +LICENSE= MIT + +USE_DOS2UNIX= yes +USE_PYTHON= 2.6+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Pyro4 diff -ruNa py-pyro.orig/pkg-descr py-pyro/pkg-descr --- py-pyro.orig/pkg-descr 2011-06-16 23:11:10.000000000 +0400 +++ py-pyro/pkg-descr 2011-06-18 00:32:10.000000000 +0400 @@ -8,8 +8,8 @@ socket programming details are taken care of, you just call a method on a remote object as if it were a local object! -Pyro provides an object-oriented form of RPC. You can use Pyro within a -single system but also use it for IPC. For those that are familiar with +Pyro provides an object-oriented form of RPC. You can use Pyro within a +single system but also use it for IPC. For those that are familiar with Java, Pyro resembles Java's Remote Method Invocation (RMI). It is less similar to CORBA - which is a system- and language independent Distributed Object Technology and has much more to offer than Pyro or