Ticket #52744: Portfile.diff
File Portfile.diff, 1.3 KB (added by bket, 8 years ago) |
---|
-
Portfile
old new PortSystem 1.0 5 5 PortGroup python 1.0 6 6 7 7 name borgbackup 8 version 1.0. 78 version 1.0.8 9 9 categories sysutils 10 10 platforms darwin 11 11 license BSD … … long_description BorgBackup (short: B 24 24 homepage https://borgbackup.github.io/ 25 25 master_sites pypi:b/borgbackup 26 26 27 checksums rmd160 95e6c45232097159983ffe76ae29cf5138826c4c\28 sha256 203353a299b6ea0c092a1f23b6bb5414a0b795712c213c68f7a1f4c24be131d127 checksums rmd160 6525e312f10db9fad410f40b1364b0307404376d \ 28 sha256 6902563c447c4f378ff1a13167f83d15eb60a02316a06368a539b7ff3d88aeb9 29 29 30 30 # borgbackup requires Python 3 >= 3.4.0 31 31 python.default_version 34 … … depends_build-append port:py${python. 34 34 port:py${python.version}-sphinx 35 35 depends_lib-append path:lib/libssl.dylib:openssl \ 36 36 port:lz4 \ 37 port:py${python.version}-llfuse \ 37 38 port:py${python.version}-msgpack \ 38 39 port:py${python.version}-setuptools 39 40