Index: head/net/py-medusa/files/patch-default_handler.py =================================================================== --- head/net/py-medusa/files/patch-default_handler.py (revision 58533) +++ head/net/py-medusa/files/patch-default_handler.py (nonexistent) @@ -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: Property changes on: head/net/py-medusa/files/patch-default_handler.py ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/net/py-medusa/Makefile =================================================================== --- head/net/py-medusa/Makefile (revision 58533) +++ head/net/py-medusa/Makefile (revision 58534) @@ -1,35 +1,36 @@ # New ports collection makefile for: py-medusa # Date created: 27 March 2002 # Whom: Hye-Shik Chang # # $FreeBSD$ # 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} MAINTAINER= perky@fallin.lv 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 EXAMPLESDIR= ${PREFIX}/share/examples/py-medusa .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR}/docs @cd ${WRKSRC} && ${INSTALL_DATA} ${DOCFILES} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}/docs .for exdir in ${EXAMPLEDIRS} @${MKDIR} ${EXAMPLESDIR}/${exdir} @${INSTALL_DATA} ${WRKSRC}/${exdir}/* ${EXAMPLESDIR}/${exdir} .endfor .endif .include Property changes on: head/net/py-medusa/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net/py-medusa/distinfo =================================================================== --- head/net/py-medusa/distinfo (revision 58533) +++ head/net/py-medusa/distinfo (revision 58534) @@ -1 +1 @@ -MD5 (medusa-0.5.1.tar.gz) = c185b038f36065551d1e737ba46fae78 +MD5 (python/medusa-0.5.2.tar.gz) = 0ab620dbca1ed987645d5f07bb2733e6 Property changes on: head/net/py-medusa/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property