Commits
David B. Evans authored c468c04db9f
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 | PortGroup gobject_introspection 1.0 |
5 5 | |
6 6 | name at-spi2-core |
7 7 | # you probably want to keep this at the same version as at-spi2-atk |
8 - | version 2.26.1 |
8 + | version 2.26.2 |
9 9 | |
10 - | checksums rmd160 3971ccd6f4dfcffd6c1e3d9e24c4077295fdd4f1 \ |
11 - | sha256 28822d5f39387ef60e5374532dde1a0d04d39847a3d484aa7d6c634247a535e2 |
10 + | checksums rmd160 8b4da05431a7c764701a36d8be4753ff0dc17574 \ |
11 + | sha256 c80e0cdf5e3d713400315b63c7deffa561032a6c37289211d8afcfaa267c2615 |
12 12 | |
13 13 | license LGPL |
14 14 | set branch [join [lrange [split ${version} .] 0 1] .] |
15 15 | description Gnome Accesibility Technology Service |
16 16 | long_description \ |
17 17 | 'at-spi' is a part of the Gnome Accessibility Project. It provides a \ |
18 18 | Service Provider Interface for the Assistive Technologies available on \ |
19 19 | the GNOME platform, and a library against which applications can be linked. |
20 20 | maintainers {devans @dbevans} openmaintainer |
21 21 | categories gnome |