Commits
Bryan Blackburn authored 03f29e1d94d
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 | # $Id$ |
3 3 | |
4 4 | PortSystem 1.0 |
5 5 | |
6 6 | name gnome-backgrounds |
7 - | version 2.24.1 |
7 + | version 2.28.0 |
8 8 | set branch [join [lrange [split ${version} .] 0 1] .] |
9 9 | maintainers nomaintainer |
10 10 | categories gnome |
11 11 | platforms darwin |
12 12 | description A collection of backgrounds for GNOME 2. |
13 13 | |
14 14 | long_description \ |
15 15 | $description |
16 16 | |
17 17 | homepage http://www.gnome.org/ |
18 18 | master_sites gnome:sources/$name/$branch/ |
19 19 | use_bzip2 yes |
20 20 | |
21 - | checksums md5 28e09fcdeef5616bc612b36e5068e413 \ |
22 - | sha1 b949bfa3d790b776ef3697cf406eb31fdab9db23 \ |
23 - | rmd160 28f2e3681ee1bcd89342a2a001433d1dbad8ccac |
21 + | checksums md5 a137eae321c12ba253a1ce55b13b622d \ |
22 + | sha1 834b9b35c4679e65c758298ffb379b674dd689ea \ |
23 + | rmd160 fe4b72694700c57222146521f9188074fd83c6ca |
24 24 | |
25 25 | depends_build port:intltool |
26 26 | |
27 - | use_parallel_build yes |
28 - | |
29 27 | universal_variant no |
30 28 | |
31 29 | livecheck.type regex |
32 30 | livecheck.url ftp://ftp.gnome.org/pub/gnome/sources/$name/$branch/ |
33 31 | livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)} |