Commits
David B. Evans authored b96431a56c4
1 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 2 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | name yelp-tools |
6 - | version 3.18.0 |
6 + | version 3.28.0 |
7 7 | license GPL-2+ |
8 8 | set branch [join [lrange [split ${version} .] 0 1] .] |
9 9 | description Tools to help create Yelp documentation. |
10 10 | long_description yelp-tools is a collection of scripts and build utilities to help create, \ |
11 11 | manage, and publish documentation for Yelp and the web. |
12 12 | maintainers {devans @dbevans} openmaintainer |
13 13 | categories gnome |
14 14 | platforms darwin |
15 15 | homepage https://wiki.gnome.org/Apps/Yelp/Tools |
16 16 | master_sites gnome:sources/${name}/${branch}/ |
17 17 | |
18 18 | use_xz yes |
19 19 | |
20 - | checksums rmd160 509af2eda22f2a6f1856745a723114786a200a58 \ |
21 - | sha256 c6c1d65f802397267cdc47aafd5398c4b60766e0a7ad2190426af6c0d0716932 |
20 + | checksums rmd160 d17de5d901f2731afaa1b1b8b56f7232f6a6e995 \ |
21 + | sha256 82dbfeea2359dfef8ee92c7580c7f03768d12f9bf67d839f03a5e9b0686dc1ac \ |
22 + | size 210496 |
22 23 | |
23 24 | supported_archs noarch |
24 25 | |
25 26 | depends_build port:pkgconfig \ |
26 27 | port:itstool \ |
27 28 | port:libxslt \ |
28 29 | port:libxml2 |
29 30 | |
30 31 | depends_lib port:yelp-xsl |
31 32 | |