Ticket #69827: Portfile0.98.2workingwithopenssl

File Portfile0.98.2workingwithopenssl, 1.6 KB (added by artkiver (グレェ), 3 weeks ago)

A got-portable 0.98.2 Portfile with openssl and libretls listed as explicit dependencies, this also appears to function OK locally.

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2
3PortSystem          1.0
4PortGroup           legacysupport 1.1
5
6name                got
7version             0.98.2
8revision            0
9distname            ${name}-portable-${version}
10categories          devel
11license             ISC
12maintainers         {@artkiver gmail.com:artkiver} openmaintainer
13description         Game of Trees (Got)
14long_description    Game of Trees is a version control system which \
15                    prioritizes ease of use and simplicity over flexibility. \
16                    Got uses Git repositories to store versioned data. \
17                    Git can be used for any functionality which has \
18                    not yet been implemented in Got. It will always be \
19                    possible to work with both Got and Git on the same \
20                    repository.
21homepage            https://gameoftrees.org/
22master_sites        ${homepage}releases/portable/
23checksums           rmd160 00350a026f2de189d5361cc43bf2aca845140696 \
24                    sha256 ff5d4ad9922edf1c8055b2398650972fd463c809590dbe78e2eab1bf78a150c8 \
25                    size 1351206
26
27depends_lib         port:openssl \
28                    port:libretls \
29                    port:ncurses \
30                    port:ossp-uuid \
31                    port:libevent
32depends_build       port:bison \
33                    port:pkgconfig
34
35
36livecheck.type      regex
37livecheck.url       https://gameoftrees.org/
38livecheck.regex     "Game of Trees -portable (\\d+\\.\\d+)"
39configure.checks.implicit_function_declaration.whitelist-append strchr