Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Aug 2001 15:12:38 -0700 (PDT)
From:      Hye-Shik Chang <perky@python.or.kr>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/29818: Update port: net/py-xmlrpc to 0.8.7
Message-ID:  <200108172212.f7HMCcU39481@freefall.freebsd.org>

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

>Number:         29818
>Category:       ports
>Synopsis:       Update port: net/py-xmlrpc to 0.8.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 17 15:20:06 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Hye-Shik Chang
>Release:        FreeBSD 4.3
>Organization:
Yonsei University
>Environment:
>Description:
update to 0.8.7
and fix a bug on plist that occurs when PREFIX is not same to LOCALBASE

>How-To-Repeat:

>Fix:
diff -ruN py-xmlrpc.orig/Makefile py-xmlrpc/Makefile
--- py-xmlrpc.orig/Makefile	Sat Aug 18 07:06:28 2001
+++ py-xmlrpc/Makefile	Sat Aug 18 06:57:51 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	xmlrpc
-PORTVERSION=	0.8.6
+PORTVERSION=	0.8.7
 CATEGORIES=	net python
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	py-${PORTNAME}
diff -ruN py-xmlrpc.orig/distinfo py-xmlrpc/distinfo
--- py-xmlrpc.orig/distinfo	Sun Jun 24 04:01:16 2001
+++ py-xmlrpc/distinfo	Sat Aug 18 06:58:04 2001
@@ -1 +1 @@
-MD5 (py-xmlrpc-0.8.6.tar.gz) = b27630de8034a4b6fe4fc9fb4a5b742f
+MD5 (py-xmlrpc-0.8.7.tar.gz) = 39fc6965b4c5c6feab10a752151be3d2
diff -ruN py-xmlrpc.orig/pkg-plist py-xmlrpc/pkg-plist
--- py-xmlrpc.orig/pkg-plist	Sun Jun 24 04:01:16 2001
+++ py-xmlrpc/pkg-plist	Sat Aug 18 07:04:08 2001
@@ -1,6 +1,3 @@
-%%PYTHON_SITELIBDIR%%/_xmlrpc.so
-%%PYTHON_SITELIBDIR%%/xmlrpc.py
-%%PYTHON_SITELIBDIR%%/xmlrpc.pyc
 %%PORTDOCS%%share/examples/%%SHARE_SUBDIR%%/README
 %%PORTDOCS%%share/examples/%%SHARE_SUBDIR%%/baseClient.py
 %%PORTDOCS%%share/examples/%%SHARE_SUBDIR%%/baseControl.py
@@ -10,3 +7,7 @@
 %%PORTDOCS%%share/examples/%%SHARE_SUBDIR%%/exserver.py
 %%PORTDOCS%%share/examples/%%SHARE_SUBDIR%%/killserver.py
 %%PORTDOCS%%@dirrm share/examples/%%SHARE_SUBDIR%%
+@cwd %%LOCALBASE%%
+%%PYTHON_SITELIBDIR%%/_xmlrpc.so
+%%PYTHON_SITELIBDIR%%/xmlrpc.py
+%%PYTHON_SITELIBDIR%%/xmlrpc.pyc

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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