most recent changes, diff for libxfcegui4

Index: xfce/libxfcegui4/Portfile
--- xfce/libxfcegui4/Portfile (revision 35448)
+++ xfce/libxfcegui4/Portfile (revision 35449)
@@ -3,21 +3,29 @@
PortSystem 1.0

name libxfcegui4
-version 4.2.4
+version 4.4.2
categories xfce
platforms darwin
-maintainers nomaintainer
+maintainers afb@macports.org
description various gtk widgets for xfce
long_description ${description}
homepage http://www.xfce.org/
-master_sites http://www.us.xfce.org/archive/xfce-${version}/src/
-checksums md5 40c3a5874021e2aaf73fd66df496d38f \
- sha1 fa92b33e756bee9f77ec4bf5b2a3fdfd1fbc349b \
- rmd160 381c661822836a4a7be1989f63cde56c0e1a6866
+master_sites http://www.ca-us.xfce.org/archive/xfce-${version}/src/
+use_bzip2 yes
+checksums md5 799a4869138c605126e8e71d58189bfd \
+ sha1 554a30c02c92b76c8caad444040e18d8ec1737bc \
+ rmd160 1de306d67f9a38d72ec184e00471e4d53db3801d

-configure.args --disable-debug --enable-final
+configure.args --enable-startup-notification

depends_lib port:libxfce4util \
port:libxfce4mcs \
- port:gtk-xfce-engine port:libxml2 \
- port:dbh
+ port:gtk-xfce-engine \
+ port:libxml2 \
+ port:startup-notification
+
+patchfiles patch-environ.diff
+
+post-configure {
+ system "cd $worksrcpath && patch -p0 -i $filespath/libtool.patch"
+}