Permalink
Browse files
xfce4-session: update to 4.12.1
- Loading branch information
Showing
with
8 additions
and
6 deletions.
-
+8
−6
xfce/xfce4-session/Portfile
|
|
@@ -3,9 +3,9 @@ |
|
|
PortSystem 1.0 |
|
|
|
|
|
name xfce4-session |
|
|
version 4.12.0 |
|
|
version 4.12.1 |
|
|
revision 0 |
|
|
set branch [join [lrange [split ${version} .] 0 1] .] |
|
|
revision 2 |
|
|
categories xfce |
|
|
platforms darwin |
|
|
license GPL-2+ |
|
|
@@ -15,9 +15,10 @@ long_description ${description} |
|
|
homepage http://www.xfce.org/ |
|
|
master_sites http://archive.xfce.org/src/xfce/${name}/${branch}/ |
|
|
use_bzip2 yes |
|
|
checksums md5 d75b257bc0954c238d3c82ce498525aa \ |
|
|
sha1 c5785f863682f3173100f90946d558f1ebb6df98 \ |
|
|
sha256 68c85453b097d3ada573dcb7e72acd06e0fc34531996122c10d20096405b7b06 |
|
|
|
|
|
checksums sha256 97d7f2a2d0af7f3623b68d1f04091e02913b28f9555dab8b0d26c8a1299d08fd \ |
|
|
rmd160 14db09177003f4139345b4d670015d90ebf28ef6 \ |
|
|
size 1289284 |
|
|
|
|
|
patchfiles patch-sleep.diff patch-launchd.diff |
|
|
use_autoconf yes |
|
|
@@ -26,6 +27,7 @@ pre-configure { system -W ${worksrcpath} "autoheader" } |
|
|
|
|
|
configure.args --with-xsession-prefix=${prefix} |
|
|
|
|
|
depends_build port:intltool port:xfce4-dev-tools port:pkgconfig port:p5.26-xml-parser |
|
|
depends_lib port:libxfce4util port:libxfce4ui \ |
|
|
port:libwnck bin:iceauth:iceauth |
|
|
depends_build port:intltool port:xfce4-dev-tools port:pkgconfig |
|
|
|