most recent changes, diff for xfce-mcs-plugins
Index: xfce/xfce-mcs-plugins/Portfile
--- xfce/xfce-mcs-plugins/Portfile (revision 35455)
+++ xfce/xfce-mcs-plugins/Portfile (revision 35456)
@@ -3,16 +3,24 @@
PortSystem 1.0
name xfce-mcs-plugins
-version 4.2.4
+version 4.4.2
categories xfce
platforms darwin
-maintainers nomaintainer
+maintainers afb@macports.org
description Plugins for multi channel settings manager
long_description ${description}
homepage http://www.xfce.org/
-master_sites http://www.us.xfce.org/archive/xfce-${version}/src/
-checksums md5 20521159b7bb0b3e67b3c483d325b22d \
- sha1 98f2c28b213ecd17eff3caadf9ba091baa717321 \
- rmd160 b9f7e6e924d3d6d3bbcc1f81a48907332f9f3ba4
-configure.args --disable-debug --enable-final
-depends_lib port:xfce-mcs-manager
+master_sites http://www.ca-us.xfce.org/archive/xfce-${version}/src/
+use_bzip2 yes
+checksums md5 77fcc929058de530d4f91eb25de851a1 \
+ sha1 c44cb09e081366a0fbe88dcaa85b4fdd4307d0da \
+ rmd160 4a32448ba52fca491fe398948f5f85e210333868
+
+depends_lib port:xfce-mcs-manager \
+ port:libxfce4mcs \
+ port:libxfcegui4
+
+post-configure {
+ # avoid error: "Undefined symbols: _mcs_plugin_check_version"
+ system "cd $worksrcpath && patch -p0 -i $filespath/libtool.patch"
+}