diff --git a/dports/python/py25-recaptcha/Portfile b/dports/python/py25-recaptcha/Portfile
index b662d32..6bad15a 100644
a
|
b
|
PortSystem 1.0 |
4 | 4 | PortGroup python25 1.0 |
5 | 5 | |
6 | 6 | name py25-recaptcha |
7 | | version 1.0.1 |
| 7 | version 1.0.3 |
8 | 8 | maintainers stechert@macports.org |
9 | 9 | description Python recaptcha client |
10 | 10 | long_description Provides a CAPTCHA for Python using the reCAPTCHA service. Does not require any \ |
… |
… |
long_description Provides a CAPTCHA for Python using the reCAPTCHA service. Does |
15 | 15 | need a key from http://mailhide.recaptcha.net/apikey |
16 | 16 | categories-append graphics |
17 | 17 | platforms darwin freebsd |
18 | | homepage http://recaptcha.net/ |
| 18 | homepage http://pypi.python.org/pypi/recaptcha-client |
19 | 19 | master_sites http://pypi.python.org/packages/source/r/recaptcha-client/ |
20 | 20 | distname recaptcha-client-${version} |
21 | | checksums md5 6a479f2142efc25954a6f37012b4c2dd \ |
22 | | sha1 901a9de924f5685b8229bf1022788d17c04125a6 \ |
23 | | rmd160 73f9b10e3cbb66e7c612b1a2b3266da813e70a0c |
| 21 | checksums md5 5aaa88d703f1003ecc63a0ced00baad6 \ |
| 22 | sha1 8cdfc87f6eaa056e510130f605b3e2b616a0750e \ |
| 23 | rmd160 739b99c2b8a51ba41bb5cd49be2bbc377c765da2 |
24 | 24 | |
25 | 25 | depends_lib-append port:py25-crypto |
| 26 | |
| 27 | livecheck.check regex |
| 28 | livecheck.url ${homepage} |
| 29 | livecheck.regex "recaptcha-client&version=(\\d+(\\.\\d+)*)" |