Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Apr 2009 15:39:14 GMT
From:      Wen Heping <wenheping@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/133372: [Maintainer Update]devel/py-pyro:update to 3.9
Message-ID:  <200904041539.n34FdEVT038732@www.freebsd.org>
Resent-Message-ID: <200904041540.n34Fe1j5056815@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         133372
>Category:       ports
>Synopsis:       [Maintainer Update]devel/py-pyro:update to 3.9
>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:   Sat Apr 04 15:40:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Wen Heping
>Release:        FreeBSD 8.0-CURRENT
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sun Mar 22 22:12:06 CST 2009     root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
update to 3.9 from 3.8.1
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN py-pyro/Makefile py-pyro.new/Makefile
--- py-pyro/Makefile	2009-04-04 22:58:23.000000000 +0800
+++ py-pyro.new/Makefile	2009-04-04 23:03:26.000000000 +0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pyro
-PORTVERSION=	3.8.1
+PORTVERSION=	3.9
 CATEGORIES=	devel python
 MASTER_SITES=	SF
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff -urN py-pyro/distinfo py-pyro.new/distinfo
--- py-pyro/distinfo	2009-01-09 00:02:26.000000000 +0800
+++ py-pyro.new/distinfo	2009-04-04 23:03:26.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (Pyro-3.8.1.tar.gz) = 8ab110b43f891c9664628133753c903a
-SHA256 (Pyro-3.8.1.tar.gz) = d9e8073c7abb0fd9a94ec72c48f5bf4673de8e9333082dce6954d18a2fe35efd
-SIZE (Pyro-3.8.1.tar.gz) = 246314
+MD5 (Pyro-3.9.tar.gz) = bf93261d0b0332bfafd7220213c11074
+SHA256 (Pyro-3.9.tar.gz) = de452649bb5d178e7b7f05c9ad072bf8d3cfecb2eb049d21181a13e554646ca3
+SIZE (Pyro-3.9.tar.gz) = 290837
diff -urN py-pyro/files/patch-setup.py py-pyro.new/files/patch-setup.py
--- py-pyro/files/patch-setup.py	2009-01-09 00:02:26.000000000 +0800
+++ py-pyro.new/files/patch-setup.py	1970-01-01 08:00:00.000000000 +0800
@@ -1,22 +0,0 @@
---- setup.py.orig	2008-12-30 21:36:38.000000000 +0800
-+++ setup.py	2008-12-30 21:37:41.000000000 +0800
-@@ -40,7 +40,8 @@
- 			loc=cp.get('install','install-scripts')
- 			print 'Unattended install. Scripts will go to',loc
- 		else:
--			scr=raw_input('Do you want the Pyro scripts (in bin/) installed (y/n)? ')
-+			#scr=raw_input('Do you want the Pyro scripts (in bin/) installed (y/n)? ')
-+			scr='y'
- 
- 		if scr.lower()=='y':
- 			#loc=cp.get('install','install-scripts')
-@@ -52,7 +53,8 @@
- 				print 'The default location is usually something like C:\\Python\\Scripts'
- 				print 'on Windows and /usr/local/bin on Unixes.'
- 				#scr=raw_input('Where do you want them to be installed ('+loc+')? ')
--				scr=raw_input('Where do you want them to be installed (empty=default loc.)? ')
-+				#scr=raw_input('Where do you want them to be installed (empty=default loc.)? ')
-+				scr=''
- 
- 			if scr:
- 				loc=scr
diff -urN py-pyro/pkg-plist py-pyro.new/pkg-plist
--- py-pyro/pkg-plist	2009-04-04 22:58:41.000000000 +0800
+++ py-pyro.new/pkg-plist	2009-04-04 23:27:04.000000000 +0800
@@ -95,6 +95,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/LICENSE
 %%PORTDOCS%%%%DOCSDIR%%/PyroManual.html
 %%PORTDOCS%%%%DOCSDIR%%/index.html
+%%PORTDOCS%%%%DOCSDIR%%/pyro-large.png
 %%PORTDOCS%%%%DOCSDIR%%/pyromanual.css
 %%PORTDOCS%%%%DOCSDIR%%/pyromanual_print.css
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
@@ -224,6 +225,15 @@
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/maxclients/Readme.txt
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/maxclients/client.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/maxclients/server.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobilehierarchy/client.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobilehierarchy/clientmodule1.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobilehierarchy/clientmodule2.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobilehierarchy/clientmodule3.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobilehierarchy/readme.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobilehierarchy/server/server.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobilehierarchy/server/servermodule1.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobilehierarchy/server/servermodule2.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobilehierarchy/server/servermodule3.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/multithread/Readme.txt
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/multithread/client.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/multithread/server.py
@@ -248,6 +258,15 @@
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstart-noNS/client.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstart-noNS/object.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstart-noNS/server.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sessions/auth_client.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sessions/auth_server.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sessions/basic_client.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sessions/basic_client2.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sessions/basic_server.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sessions/Readme.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sessions/storage_client.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sessions/storage_server_caller.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sessions/storage_server_tls.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/Readme.txt
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/client.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/server.py
@@ -259,9 +278,11 @@
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssl/client.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssl/server.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/stockquotes/Client.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stockquotes/Client_noNS.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/stockquotes/MClient.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/stockquotes/Readme.txt
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/stockquotes/Server.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stockquotes/Server_noNS.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/stresstest/Readme.txt
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/stresstest/consumer.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/stresstest/naming.py
@@ -346,6 +367,8 @@
 %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/inheritance
 %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/logging
 %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/maxclients
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mobilehierarchy/server
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mobilehierarchy
 %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/multithread
 %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/naming
 %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/noNS
@@ -353,6 +376,7 @@
 %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/proxysharing
 %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/quickstart
 %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/quickstart-noNS
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/sessions/
 %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/simple
 %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/ssl/certs
 %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/ssl


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904041539.n34FdEVT038732>