Commits
Chris Jones authored 7d9c7031a01
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 github 1.0 |
5 5 | |
6 - | github.setup fvwmorg fvwm 2.6.8 |
6 + | github.setup fvwmorg fvwm 2.6.9 |
7 7 | revision 0 |
8 8 | github.tarball_from releases |
9 9 | # consider renaming this to fvwm |
10 10 | name fvwm2 |
11 11 | categories x11 x11-wm |
12 12 | license GPL-2+ |
13 13 | platforms darwin |
14 14 | maintainers nomaintainer |
15 15 | |
16 16 | description Version 2.x of FVWM, an X11 window manager. |
17 17 | long_description FVWM 2.x is an extremely powerful ICCCM-compliant multiple \ |
18 18 | virtual desktop window manager for the X Window system. |
19 19 | |
20 - | checksums rmd160 4202e4e53b3655cf38674e34030dc53928a2882a \ |
21 - | sha256 fb36c9235d157411efb7383d09d7d4d25a90fe02d0b2b4f752ca4acc7e9bf341 \ |
22 - | size 3915662 |
20 + | checksums rmd160 6a3a554f94773c559ebc5284d00b4297491f3131 \ |
21 + | sha256 1bc64cf3ccd0073008758168327a8265b8059def9b239b451d6b9fab2cc391ae \ |
22 + | size 3942859 |
23 23 | |
24 24 | depends_build-append port:pkgconfig \ |
25 25 | port:libxslt |
26 26 | |
27 27 | depends_lib-append port:xorg-libsm \ |
28 28 | port:xorg-libXinerama \ |
29 29 | port:xorg-libXcursor \ |
30 30 | port:xpm \ |
31 31 | port:Xft2 \ |
32 32 | port:libpng \ |