diff options
author | bapt <bapt@FreeBSD.org> | 2011-06-17 03:11:10 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-06-17 03:11:10 +0800 |
commit | 3f1e449f0b9fe032412de3f2e36d49f9113ea2e3 (patch) | |
tree | 1b8573698c53b71b8fcc7b5dfa5ef77a53965ee2 /devel | |
parent | e77f99cf6ca520d00558bcb96eb8f5fcbeccc26a (diff) | |
download | freebsd-ports-gnome-3f1e449f0b9fe032412de3f2e36d49f9113ea2e3.tar.gz freebsd-ports-gnome-3f1e449f0b9fe032412de3f2e36d49f9113ea2e3.tar.zst freebsd-ports-gnome-3f1e449f0b9fe032412de3f2e36d49f9113ea2e3.zip |
Over to new volunteer, keep broken as it still doesn't fetch
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-pyro/Makefile | 6 | ||||
-rw-r--r-- | devel/py-pyro/pkg-descr | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-pyro/Makefile b/devel/py-pyro/Makefile index 7bbad3971243..ed8db8f27217 100644 --- a/devel/py-pyro/Makefile +++ b/devel/py-pyro/Makefile @@ -8,14 +8,14 @@ PORTNAME= pyro PORTVERSION= 4.3 CATEGORIES= devel python -MASTER_SITES= http://www.xs4all.nl/~irmen/pyro4/download/ +MASTER_SITES= http://pypi.python.org/packages/source/P/Pyro4/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Pyro4-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= cvs-src@yandex.ru COMMENT= Distributed Object Middleware for Python(IPC/RPC) -BROKEN= Does not fetch +BROKEN= Does not fetch USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes diff --git a/devel/py-pyro/pkg-descr b/devel/py-pyro/pkg-descr index fe18a75e1579..bd70504eb111 100644 --- a/devel/py-pyro/pkg-descr +++ b/devel/py-pyro/pkg-descr @@ -15,4 +15,4 @@ similar to CORBA - which is a system- and language independent Distributed Object Technology and has much more to offer than Pyro or RMI. But Pyro is small, simple and free! -WWW: http://www.xs4all.nl/~irmen/pyro3/ +WWW: http://irmen.home.xs4all.nl/pyro4/ |