Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jun 2001 22:00:28 -0700 (PDT)
From:      Chang@FreeBSD.org, Hye-Shik <perky@python.or.kr>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/28470: Fix port: net/py-xmlrpc
Message-ID:  <200106280500.f5S50S538025@freefall.freebsd.org>

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

>Number:         28470
>Category:       ports
>Synopsis:       Fix port: net/py-xmlrpc
>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:   Wed Jun 27 22:10:07 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Chang, Hye-Shik
>Release:        FreeBSD 4.3
>Organization:
Yonsei University
>Environment:
FreeBSD perky.dnip.net 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 13:12:34 KST 2001     root@perky.dnip.net:/usr/src/sys/compile/PERKY  i386
>Description:
the port's DISTNAME have a problem with Python 2.0 or 1.5.

>How-To-Repeat:

>Fix:
diff -ruN py-xmlrpc.orig/Makefile py-xmlrpc/Makefile
--- py-xmlrpc.orig/Makefile	Fri Jun 22 13:09:53 2001
+++ py-xmlrpc/Makefile	Thu Jun 28 13:55:48 2001
@@ -11,7 +11,7 @@
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PKGNAMEPREFIX}${PORTNAME}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
+DISTNAME=	py-${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	perky@python.or.kr
 

>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?200106280500.f5S50S538025>