[108809] trunk/dports/python/py-beautifulsoup4/Portfile

lightnin at macports.org lightnin at macports.org
Fri Aug 2 02:03:08 PDT 2013


Revision: 108809
          https://trac.macports.org/changeset/108809
Author:   lightnin at macports.org
Date:     2013-08-02 02:03:08 -0700 (Fri, 02 Aug 2013)
Log Message:
-----------
Updated py-beautifulsoup4 to latest version 4.2.1 and updated livecheck regex.

Modified Paths:
--------------
    trunk/dports/python/py-beautifulsoup4/Portfile

Modified: trunk/dports/python/py-beautifulsoup4/Portfile
===================================================================
--- trunk/dports/python/py-beautifulsoup4/Portfile	2013-08-02 08:46:57 UTC (rev 108808)
+++ trunk/dports/python/py-beautifulsoup4/Portfile	2013-08-02 09:03:08 UTC (rev 108809)
@@ -6,7 +6,7 @@
 
 name                py-beautifulsoup4
 license             BSD
-version             4.1.1
+version             4.2.1
 categories-append   textproc
 platforms           darwin
 maintainers         lightnin openmaintainer
@@ -16,18 +16,18 @@
 long_description    Beautiful Soup is a Python HTML/XML parser designed for \
                     quick turnaround projects like screen-scraping.
 
-homepage            http://www.crummy.com/software/BeautifulSoup/bs4/
-master_sites        http://www.crummy.com/software/BeautifulSoup/bs4/download/4.1/
+homepage            http://www.crummy.com/software/BeautifulSoup/
+master_sites        http://www.crummy.com/software/BeautifulSoup/bs4/download/4.2/
 distname            beautifulsoup4-${version}
-checksums           md5 fccee58b4d914fb489385d672fe89f43 \
-                    sha1 6ff4662fdb78cfcec6b848a328750111d83e3346 \
-                    rmd160 92b5521ff5e8717fef4ab9a1890d2e4a7c0f015d
+checksums           md5 91ea70ce16a5f1f43e58f2ef05651679 \
+                    sha1 8f56ef2b44c5a12534cf6866eb64329b315203fe \
+                    rmd160 2cd37c61d6a36d73e04b653181b3035a90ce8e95
 
 python.versions     25 26 27 31 32
 python.default_version 27
 
 livecheck.type      regex
-livecheck.regex     beautifulsoup4-(\[0-9.\]+)${extract.suffix}
+livecheck.regex     (4\\.\[0-9.\]+)
 
 if {${subport} != ${name}} {
     variant html5lib description {Build with HTML5 support} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130802/ae49a4a4/attachment.html>


More information about the macports-changes mailing list