Ticket #32114: Portfile.diff

File Portfile.diff, 2.9 KB (added by brent@…, 12 years ago)

Portfile patch -- update to 3.0.62

  • Portfile

     
     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
    12# $Id$
    23
    3 PortSystem      1.0
    4 name            lifelines
    5 version         3.0.46.1
    6 categories      genealogy
    7 maintainers     nordist.net:brent
    8 description     Genealogy software
    9 homepage        http://${name}.sourceforge.net/
    10 platforms       darwin
     4PortSystem          1.0
    115
    12 long_description \
    13         LifeLines is second generation, open source genealogy software. \
    14         It provides GEDCOM interoperability and powerful scripting, with \
    15         a curses-based UI.
     6name                lifelines
     7version             3.0.62
     8categories          genealogy
     9platforms           darwin
     10maintainers         nordist.net:brent
    1611
    17 master_sites                    sourceforge
     12description         Genealogy software
    1813
    19 checksums       md5 3bcccdf4407052d504b1dd1ad7337b15
     14long_description    LifeLines is second generation, open source genealogy \
     15                    software. It provides GEDCOM interoperability and \
     16                    powerful scripting, with a curses-based UI.
    2017
    21 depends_lib     port:gettext
     18homepage            http://${name}.sourceforge.net/
    2219
    23 configure.args  --with-libintl-prefix=${prefix} \
    24                 --with-libiconv-prefix=${prefix} \
    25                 --without-included-gettext
     20master_sites        sourceforge
    2621
     22checksums           md5     ff617e64205763c239b0805d8bbe19fe \
     23                    sha256  2f00441ac0ed64aab8f76834c055e2b95600ed4c6f5845b9f6e5284ac58a9a52 \
     24                    rmd160  55de24a87380867fae50f458465d748882567bd3
     25
     26depends_lib         port:gettext
     27
     28configure.args      --with-libintl-prefix=${prefix} \
     29                    --with-libiconv-prefix=${prefix} \
     30                    --without-included-gettext
     31
    2732post-destroot {
    28         xinstall -W ${worksrcpath}/docs -m 644 btedit.1 dbverify.1 llines.1 \
    29                 ${destroot}${prefix}/share/man/man1/
    30         system "cd ${destroot}${prefix}/share/doc/${name}/ && \
    31                 rm btedit.1 dbverify.1 llines.1"
    32         xinstall -d ${destroot}${prefix}/share/${name}/st
    33         system "mv ${destroot}${prefix}/share/${name}/st_*.ll \
    34                 ${destroot}${prefix}/share/${name}/st"
    35         xinstall -W ${worksrcpath}/reports -m 644 CREDIT README tree.tex \
    36                 ${destroot}${prefix}/share/${name}/
    37         system "cd ${destroot}${prefix}/share/${name}/ && \
    38                 rm ll-*.html ll-*.pdf ll-*.txt listops.jpg"
     33    xinstall -W ${worksrcpath}/docs -m 644 btedit.1 dbverify.1 llines.1 \
     34        ${destroot}${prefix}/share/man/man1/
     35    xinstall -d ${destroot}${prefix}/share/${name}/st
     36    system "mv ${destroot}${prefix}/share/${name}/st_*.ll \
     37        ${destroot}${prefix}/share/${name}/st"
     38    xinstall -W ${worksrcpath}/reports -m 644 CREDIT README tree.tex \
     39        ${destroot}${prefix}/share/${name}/
     40    system "cd ${destroot}${prefix}/share/${name}/ && \
     41        rm ll-*.html ll-*.pdf ll-*.txt"
    3942}