Commits
David B. Evans authored c21bf93d45e
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup active_variants 1.1 |
5 5 | PortGroup gobject_introspection 1.0 |
6 6 | |
7 7 | name gnome-desktop |
8 - | version 3.26.2 |
8 + | version 3.28.0 |
9 9 | set branch [join [lrange [split ${version} .] 0 1] .] |
10 10 | maintainers {devans @dbevans} openmaintainer |
11 11 | categories gnome |
12 12 | license LGPL-2+ |
13 13 | platforms darwin |
14 14 | description gnome-desktop contains the libgnome-desktop library, the gnome-about \ |
15 15 | program as well as some desktop-wide documents. |
16 16 | |
17 17 | long_description ${description} The libgnome-desktop library provides API shared \ |
18 18 | by several applications on the desktop, but that cannot live \ |
19 19 | in the platform for various reasons. Documentation for the API \ |
20 20 | is available with gtk-doc. |
21 21 | |
22 22 | homepage https://www.gnome.org/ |
23 23 | master_sites gnome:sources/${name}/${branch}/ |
24 24 | |
25 25 | use_xz yes |
26 26 | |
27 - | checksums rmd160 7937ab4a4b11b8202c4d7fe7d94b3a59c779e74c \ |
28 - | sha256 f7561a7a313fc474b2c390cd9696df1f5c1e1556080e43f4afe042b1060e5f2a |
27 + | checksums rmd160 82506900cd886422755546fb159add43d0f74908 \ |
28 + | sha256 f1df71c39e32147f6d58f53a9c05b964b00b7c98fbca090419355437c72fd59d \ |
29 + | size 1074124 |
29 30 | |
30 31 | depends_build port:pkgconfig \ |
31 32 | port:intltool \ |
32 33 | port:gnome-common \ |
33 34 | port:gtk-doc \ |
34 35 | port:yelp-tools \ |
35 36 | port:autoconf \ |
36 37 | port:automake \ |
37 38 | port:libtool |
38 39 | |