Ticket #16507: Portfile-diff.patch
File Portfile-diff.patch, 901 bytes (added by mamoll (Mark Moll), 15 years ago) |
---|
-
Portfile
4 4 PortGroup python24 1.0 5 5 6 6 name py-xattr 7 version 0. 27 version 0.5 8 8 categories python 9 9 platforms darwin linux 10 10 maintainers optusnet.com.au:arsptr … … 18 18 19 19 homepage http://undefined.org/python/#xattr 20 20 fetch.type svn 21 svn.url http://svn.red-bean.com/bob/xattr/releases/xattr- 0.2/21 svn.url http://svn.red-bean.com/bob/xattr/releases/xattr-${version}/ 22 22 23 23 depends_build port:subversion 24 24 depends_lib-append port:py-setuptools 25 25 worksrcdir xattr-${version} 26 26 27 27 platform darwin 7 { … … 30 30 system "/bin/false" 31 31 } 32 32 } 33 34 livecheck.check regex 35 livecheck.url http://svn.red-bean.com/bob/xattr/releases/ 36 livecheck.regex xattr-(\[0-9.\]+)