--- Portfile.old	2007-01-23 17:59:48.000000000 +0100
+++ Portfile	2007-01-23 18:04:03.000000000 +0100
@@ -4,9 +4,9 @@
 PortGroup python24 1.0
 
 name			py-biopython
-version			1.41
+version			1.42
 categories		python science
-maintainers		mww@opendarwin.org
+maintainers		mww@macports.org
 platforms		darwin
 description		python tools for computational molecular biology
 long_description	python tools for computational molecular biology: \
@@ -14,13 +14,14 @@
 				tools for performing common operations on sequences, etc.
 
 homepage		http://www.biopython.org/
-master_sites	${homepage}/DIST
+master_sites		${homepage}/DIST
 distname		biopython-${version}
-checksums		md5 03f8efc258fb49b07d1a2b642fa8362e
+checksums		md5 6d9bf58d0fcfa5a3b2053ad419069ff3
 
 depends_lib-append	port:py-numeric \
 				port:py-mx \
-				port:py-reportlab
+				port:py-reportlab \
+				port:flex
 
 test.run		no
 test.cmd		${build.cmd}
@@ -29,6 +30,6 @@
 post-destroot	{
 	file delete -force ${destroot}${prefix}/share/doc/${name}
 	file copy ${worksrcpath}/Doc ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} CONTRIB LICENSE NEWS README \
+	xinstall -m 644 -W ${worksrcpath} CONTRIB DEPRECATED LICENSE NEWS README \
 		${destroot}${prefix}/share/doc/${name}
 }

