Ticket #16507: Portfile-diff.patch

File Portfile-diff.patch, 901 bytes (added by mamoll (Mark Moll), 15 years ago)
  • Portfile

     
    44PortGroup python24 1.0
    55
    66name                       py-xattr
    7 version                    0.2
     7version                    0.5
    88categories                 python
    99platforms                  darwin linux
    1010maintainers                optusnet.com.au:arsptr
     
    1818
    1919homepage                   http://undefined.org/python/#xattr
    2020fetch.type         svn
    21 svn.url            http://svn.red-bean.com/bob/xattr/releases/xattr-0.2/
     21svn.url            http://svn.red-bean.com/bob/xattr/releases/xattr-${version}/
    2222
    2323depends_build           port:subversion
    24 
     24depends_lib-append  port:py-setuptools
    2525worksrcdir         xattr-${version}
    2626
    2727platform darwin 7 {
     
    3030    system "/bin/false"
    3131  }
    3232}
     33
     34livecheck.check     regex
     35livecheck.url       http://svn.red-bean.com/bob/xattr/releases/
     36livecheck.regex     xattr-(\[0-9.\]+)