Ticket #64816: Portfile.diff

File Portfile.diff, 1.8 KB (added by ThomasDickey (Thomas Dickey), 3 years ago)

diff for port-file

  • Portfile

    old new  
    11PortSystem          1.0
    22
    33name                luit
    4 version             1.1.1
     4version             2.0.20220111
    55categories          x11
    66license             X11
    77platforms           darwin
    8 maintainers         {jeremyhu @jeremyhu} openmaintainer
    9 description         X.org luit
    10 long_description    Convert terminal i/o from legacy encodings to UTF-8
    11 
    12 homepage            https://www.x.org/
    13 master_sites        xorg:individual/app/
    14 
    15 checksums           sha1    3130c14d7267cecce0ba2280643844b48cca49b0 \
    16                     rmd160  571ec95ef3be0f761810e50272071ed4273afc16 \
    17                     sha256  30b0e787cb07a0f504b70f1d6123930522111ce9d4276f6683a69b322b49c636
     8maintainers         dickey@invisible-island.net
     9description         luit
     10long_description    Convert terminal I/O from legacy encodings to UTF-8
     11
     12homepage            https://invisible-island.net/${name}/
     13master_sites        https://invisible-mirror.net/archives/${name}/current/
     14
     15extract.suffix      .tgz
     16
     17checksums           sha1    6febf78223c4afd7e110e0daf8e0cd92535e783e \
     18                    rmd160  82bd24c29a30d48a12ec3d91d58027f68813ffdc \
     19                    sha256  6f2a424573da01e26bced5a0fb4ff2cce722eb7b4bc493242faec38920aaf985 \
     20                    size    204924
    1821
    19 use_bzip2           yes
    2022use_parallel_build  yes
    2123
    2224depends_build \
    2325        port:pkgconfig
    2426
    25 depends_lib \
    26         port:xorg-libX11 \
    27         port:xorg-libfontenc
    28 
    29 livecheck.type  regex
    30 livecheck.url   https://xorg.freedesktop.org/archive/individual/app/?C=M&O=D
    31 livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
     27livecheck.type    regex
     28livecheck.regex   ${name}-(\\d+(?:\\.\\d+)*)
     29livecheck.url     https://invisible-mirror.net/archives/luit/current/?C=M&O=D
     30livecheck.version ${name}-${version}${extract.suffix}