Ticket #39578: Portfile.diff

File Portfile.diff, 1.6 KB (added by jmroot (Joshua Root), 11 years ago)
  • Portfile

     
    44PortGroup           python 1.0
    55
    66name                py-couchdb
    7 version             0.8
     7version             0.9
    88categories          python www
     9license             BSD
    910platforms           darwin
     11supported_archs     noarch
    1012maintainers         blair
    1113homepage            http://code.google.com/p/couchdb-python/
    1214description         Python library for working with CouchDB
     
    1921                    4) couchdb.view: a CouchDB view server that allows \
    2022                       writing view functions in Python
    2123
    22 master_sites        http://pypi.python.org/packages/source/C/CouchDB
     24master_sites        https://pypi.python.org/packages/source/C/CouchDB
    2325distname            CouchDB-${version}
    24 checksums           md5 e32b39e459e1fa2586ea252712a11a59 \
    25                     sha1 35004c40084097f03dc06a20556b84762e0214c7 \
    26                     rmd160 d67c310a07d558cdb7be6f12ad871c722f72dcbd
     26checksums           md5    67afd226fed4c641eeb13a9930d334f7 \
     27                    rmd160 f581679a63834890ac00d6d0dee89c13de24359e \
     28                    sha256 a1cf5071b5adb47048199bbfbaf1500e69c88b27afe14ba26efa0f4044c3baee
    2729
    2830python.versions     25 26 27
    2931
     
    3739    livecheck.type      none
    3840} else {
    3941    livecheck.type      regex
    40     livecheck.url       http://pypi.python.org/pypi/CouchDB
     42    livecheck.url       https://pypi.python.org/pypi/CouchDB
    4143    livecheck.regex     {CouchDB ([0-9]+\.[0-9]+(?:\.[0-9]+)?)}
    4244}