Ticket #52744: Portfile.diff

File Portfile.diff, 1.3 KB (added by bket, 8 years ago)
  • Portfile

    old new PortSystem 1.0 
    55PortGroup           python 1.0
    66
    77name                borgbackup
    8 version             1.0.7
     8version             1.0.8
    99categories          sysutils
    1010platforms           darwin
    1111license             BSD
    long_description BorgBackup (short: B 
    2424homepage            https://borgbackup.github.io/
    2525master_sites        pypi:b/borgbackup
    2626
    27 checksums           rmd160  95e6c45232097159983ffe76ae29cf5138826c4c \
    28                     sha256  203353a299b6ea0c092a1f23b6bb5414a0b795712c213c68f7a1f4c24be131d1
     27checksums           rmd160  6525e312f10db9fad410f40b1364b0307404376d \
     28                    sha256  6902563c447c4f378ff1a13167f83d15eb60a02316a06368a539b7ff3d88aeb9
    2929
    3030# borgbackup requires Python 3 >= 3.4.0
    3131python.default_version  34
    depends_build-append port:py${python. 
    3434                        port:py${python.version}-sphinx
    3535depends_lib-append      path:lib/libssl.dylib:openssl \
    3636                        port:lz4 \
     37                        port:py${python.version}-llfuse \
    3738                        port:py${python.version}-msgpack \
    3839                        port:py${python.version}-setuptools
    3940