most recent changes, diff for py-beautifulsoup
Index: python/py-beautifulsoup/Portfile
--- python/py-beautifulsoup/Portfile (revision 39959)
+++ python/py-beautifulsoup/Portfile (revision 39960)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
PortSystem 1.0
@@ -4,10 +5,10 @@
PortGroup python24 1.0
name py-beautifulsoup
-version 3.0.5
+version 3.0.7a
categories python textproc
platforms darwin
-maintainers nomaintainer
+maintainers openmaintainer akira
description Python HTML/XML parser
long_description Beautiful Soup is a Python HTML/XML parser designed for \
quick turnaround projects like screen-scraping.
@@ -15,7 +16,9 @@
homepage http://www.crummy.com/software/BeautifulSoup/
master_sites http://www.crummy.com/software/BeautifulSoup/download/
distname BeautifulSoup-${version}
-checksums sha1 b00585367bc74883cfb1e543d9075ed8d71358f3
+checksums md5 d28c8148bb770e72762eb202fa797b56 \
+ sha1 8d184216933aeff921181f5daa8165c155f58e28 \
+ rmd160 1e9016446557c61a1a8172f9040aae1b667c667e
post-destroot {
xinstall -m 644 -W ${worksrcpath} PKG-INFO \