1 | --- Portfile.orig 2011-04-16 14:25:28.000000000 +0900 |
---|
2 | +++ Portfile 2011-04-17 11:00:23.000000000 +0900 |
---|
3 | @@ -3,7 +3,7 @@ |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name fluxbox |
---|
7 | -version 1.1.0.1 |
---|
8 | +version 1.3.1 |
---|
9 | revision 1 |
---|
10 | categories x11 x11-wm |
---|
11 | maintainers pmq |
---|
12 | @@ -17,22 +17,15 @@ |
---|
13 | |
---|
14 | homepage http://fluxbox.org |
---|
15 | master_sites sourceforge |
---|
16 | -checksums md5 421366dbb21592196b5dde6c8ea11229 |
---|
17 | +checksums md5 0eaa940a69c0a876a520bb85d67b8bec |
---|
18 | |
---|
19 | use_bzip2 yes |
---|
20 | use_parallel_build yes |
---|
21 | |
---|
22 | depends_lib \ |
---|
23 | - port:xorg-libsm \ |
---|
24 | port:Xft2 \ |
---|
25 | port:xorg-libXinerama \ |
---|
26 | port:xpm \ |
---|
27 | - port:xorg-libXrandr |
---|
28 | - |
---|
29 | -livecheck.url ${homepage}/download.php |
---|
30 | -livecheck.regex "The latest stable release is <b>v(\[0-9a-z.\]+)</b>." |
---|
31 | - |
---|
32 | -use_autoreconf yes |
---|
33 | -autoreconf.args -fv |
---|
34 | - |
---|
35 | -configure.args --mandir=${prefix}/share/man |
---|
36 | + port:xorg-libXrandr \ |
---|
37 | + port:imlib2 \ |
---|
38 | + port:fribidi |
---|