Ticket #15739: Portfile-3.0.5-3.0.7.diff

File Portfile-3.0.5-3.0.7.diff, 1.0 KB (added by lutz.horn@…, 16 years ago)
  • (a) Portfile vs. (b) Portfile-3.0.7

    a b  
    44PortGroup python25 1.0
    55
    66name            py25-beautifulsoup
    7 version         3.0.5
     7version         3.0.7
    88categories      python textproc
    99platforms       darwin
    10 maintainers     nomaintainer
     10maintainers     lutz.horn@fastmail.fm
    1111description     Python HTML/XML parser
    1212long_description    Beautiful Soup is a Python HTML/XML parser designed for \
    1313                    quick turnaround projects like screen-scraping.
     
    1515homepage        http://www.crummy.com/software/BeautifulSoup/
    1616master_sites    http://www.crummy.com/software/BeautifulSoup/download/
    1717distname        BeautifulSoup-${version}
    18 checksums       sha1 b00585367bc74883cfb1e543d9075ed8d71358f3
     18checksums       md5 83e5227c4cc11a0eabbdc4c6b481eb7d \
     19                sha1 f5466428556856c89d923adb6d75c9cecff84160 \
     20                rmd160 770f64396132c9104b586b6e32db477b14631311
    1921
    2022post-destroot   {
    2123    xinstall -m 644 -W ${worksrcpath} PKG-INFO \