diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-06-11 15:06:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-06-11 15:06:50 +0000 |
commit | 14a7c493249126ec869b359ffd675146f5b28fe9 (patch) | |
tree | 44b46fbc7efb93d6cf022e548f7bfb361eb2e32a /accessibility/atk/Makefile | |
parent | c686072a849db97097041709477c63b7a0ffde04 (diff) | |
download | ports-14a7c493249126ec869b359ffd675146f5b28fe9.tar.gz ports-14a7c493249126ec869b359ffd675146f5b28fe9.zip |
Update atk to 2.36.0
It is ABI and API backward compatible with atk 2.28, so no need
to wait for a full upgrade of gnome to upgrade this component
Notes
Notes:
svn path=/head/; revision=538495
Diffstat (limited to 'accessibility/atk/Makefile')
-rw-r--r-- | accessibility/atk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile index a59002c38b36..a420480a9a5b 100644 --- a/accessibility/atk/Makefile +++ b/accessibility/atk/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= atk -PORTVERSION= 2.28.1 +PORTVERSION= 2.36.0 PORTREVISION?= 0 CATEGORIES= accessibility devel MASTER_SITES= GNOME |