Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 May 2002 01:37:36 +0900 (KST)
From:      Hye-Shik Chang <perky@fallin.lv>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/37750: Update port: net/py-medusa (maintainer)
Message-ID:  <200205041637.g44Gbags042103@akaraka.yonsei.ac.kr>

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

>Number:         37750
>Category:       ports
>Synopsis:       Update port: net/py-medusa (maintainer)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 04 09:40:05 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Hye-Shik Chang
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Yonsei University
>Environment:
System: FreeBSD akaraka.yonsei.ac.kr 5.0-CURRENT FreeBSD 5.0-CURRENT #4: Fri May 3 15:10:14 KST 2002 root@akaraka.yonsei.ac.kr:/usr/src/sys/i386/compile/JOARRA i386

>Description:
Update to 0.5.2

This PR obsoletes ports/37391

>How-To-Repeat:
>Fix:

diff -ruN py-medusa.orig/Makefile py-medusa/Makefile
--- py-medusa.orig/Makefile	Fri May  3 01:05:19 2002
+++ py-medusa/Makefile	Sun May  5 04:21:12 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	medusa
-PORTVERSION=	0.5.1
+PORTVERSION=	0.5.2
 CATEGORIES=	net devel python
 MASTER_SITES=	http://www.amk.ca/files/python/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,6 +16,7 @@
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 
+DIST_SUBDIR=	python
 DOCFILES=	CHANGES.txt INSTALL.txt LICENSE.txt README.txt TODO.txt
 EXAMPLEDIRS=	demo test thread
 DOCSDIR=	${PREFIX}/share/doc/py-medusa
diff -ruN py-medusa.orig/distinfo py-medusa/distinfo
--- py-medusa.orig/distinfo	Fri Mar 29 05:27:04 2002
+++ py-medusa/distinfo	Sun May  5 04:14:21 2002
@@ -1 +1 @@
-MD5 (medusa-0.5.1.tar.gz) = c185b038f36065551d1e737ba46fae78
+MD5 (python/medusa-0.5.2.tar.gz) = 0ab620dbca1ed987645d5f07bb2733e6
diff -ruN py-medusa.orig/files/patch-default_handler.py py-medusa/files/patch-default_handler.py
--- py-medusa.orig/files/patch-default_handler.py	Fri Mar 29 05:27:05 2002
+++ py-medusa/files/patch-default_handler.py	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- default_handler.py.orig	Thu Mar 28 20:46:08 2002
-+++ default_handler.py	Thu Mar 28 20:46:13 2002
-@@ -169,7 +169,7 @@
- 
-     def set_content_type (self, path, request):
-         ext = string.lower (get_extension (path))
--        typ = mimelib.guess_type(path):
-+        typ = mimelib.guess_type(path)
-         if typ is not None:
-             request['Content-Type'] = typ
-         else:
>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?200205041637.g44Gbags042103>