Ticket #55175: exo-0.10.7.diff

File exo-0.10.7.diff, 1.4 KB (added by ryandesign (Ryan Carsten Schmidt), 7 years ago)
  • Portfile

     
    33PortSystem 1.0
    44
    55name            exo
    6 version         0.10.3
    7 revision        1
     6version         0.10.7
    87set branch      [join [lrange [split ${version} .] 0 1] .]
    98categories      xfce
    109platforms       darwin
     
    1211maintainers     afb
    1312description     libexo is targeted at application development for Xfce
    1413long_description ${description}
    15 homepage        http://www.xfce.org/
     14
     15homepage        https://docs.xfce.org/xfce/exo/start
    1616master_sites    http://archive.xfce.org/src/xfce/${name}/${branch}/
    1717use_bzip2       yes
    18 checksums       md5 d45b7e18e3a73e4a7b2ec6ef7943de17 \
    19                 sha1 d625b1981da2f3c162643af5917ae342eeb8b90c \
    20                 sha256 95704b14ef9065268c3aa9a7c0bacbe0ddb490a183a4f5ab13bba4a1722826bd
    2118
     19checksums       rmd160  a7722904640c96aafe69c5599d4bc55b3e52f1be \
     20                sha256  521581481128af93e815f9690020998181f947ac9e9c2b232b1f144d76b1b35c \
     21                size    1262301
     22
    2223configure.args  --mandir=${prefix}/share/man --disable-python
    2324
    2425depends_build   port:pkgconfig port:intltool
     
    2930configure.perl  ${prefix}/bin/perl5.24
    3031
    3132platform darwin {
    32         configure.args-append --disable-visibility
     33    configure.args-append --disable-visibility
    3334}