Ticket #40492: Portfile-yelp-xsl.diff

File Portfile-yelp-xsl.diff, 1.3 KB (added by c.herbig@…, 11 years ago)
  • Portfile

    old new  
    44PortSystem      1.0
    55
    66name            yelp-xsl
    7 version         2.31.6
     7version         3.8.1
    88license         GPL-2 LGPL-2.1
    99set branch      [join [lrange [split ${version} .] 0 1] .]
    1010description     A collection of XSLT and other data files required by Yelp.
     
    1717homepage        http://www.gnome.org/
    1818master_sites    gnome:sources/${name}/${branch}/
    1919
    20 use_bzip2       yes
     20use_xz          yes
    2121
    22 checksums       sha256  5969fac2f2df1cbb08a84503787865c301bbd24108de490d58490faeaab9b04c \
    23                 rmd160  387c9a7ad9625c80fe2ea7de5b74c333ba319f6c
     22checksums       rmd160  b732e1c55d87250abf1beea5b67cd6fbf27e639d \
     23                sha256  afc519be07ffcbdcc20d1acfd1d901cfd03c7b4cf0667036534f2726bb68b40d
    2424
    2525depends_build   port:pkgconfig \
    2626                port:intltool \
    27                 port:gnome-doc-utils
     27                port:itstool
    2828
    29 depends_lib     port:libxslt \
     29depends_lib     port:gtk3 \
     30                port:libxslt \
    3031                port:libxml2
    3132
    32 livecheck.type  gnome-with-unstable
     33post-activate   {
     34    system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor"
     35}
     36
     37livecheck.type  gnome