ports/157962: [MAINTAINER] devel/py-pyro: misc changes

Ruslan Mahmatkhanov cvs-src at yandex.ru
Fri Jun 17 20:50:09 UTC 2011


>Number:         157962
>Category:       ports
>Synopsis:       [MAINTAINER] devel/py-pyro: misc changes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 17 20:50:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ruslan Mahmatkhanov
>Release:        9.0-CURRENT
>Organization:
>Environment:
9.0-CURRENT i386
>Description:
- use CHEESESHOP instead absolute download url
- add LICENSE
- minimal python version is 2.6
- add USE_DOS2UNIX
- whitespace fixes in pkg-descr

tinderbox buildlog (8.2-RELEASE):
http://happy-nation.by.ru/ports/tb/py27-pyro-4.6_1.log
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

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 at 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


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list