[110860] trunk/dports/x11/xfe

afb at macports.org afb at macports.org
Sun Sep 8 14:03:47 PDT 2013


Revision: 110860
          https://trac.macports.org/changeset/110860
Author:   afb at macports.org
Date:     2013-09-08 14:03:47 -0700 (Sun, 08 Sep 2013)
Log Message:
-----------
xfe: upgrade to 1.35

Modified Paths:
--------------
    trunk/dports/x11/xfe/Portfile

Added Paths:
-----------
    trunk/dports/x11/xfe/files/
    trunk/dports/x11/xfe/files/patch-filepanel.diff

Modified: trunk/dports/x11/xfe/Portfile
===================================================================
--- trunk/dports/x11/xfe/Portfile	2013-09-08 20:18:36 UTC (rev 110859)
+++ trunk/dports/x11/xfe/Portfile	2013-09-08 21:03:47 UTC (rev 110860)
@@ -3,10 +3,10 @@
 PortSystem 1.0
 
 name			xfe
-version			1.19.2
-revision                2
+version			1.35
 categories		x11
 platforms		darwin freebsd
+license			GPL-2+
 maintainers		afb
 description		X File Explorer (Xfe) is an MS-Explorer like file manager for X.
 long_description	\
@@ -21,12 +21,12 @@
 homepage 		http://roland65.free.fr/xfe/
 master_sites		sourceforge:xfe
 
-checksums		md5 64e976fbd8ee3faceddd9c73efdc5dee
+checksums		sha1 9d5319cd11e3af24282bb8b789904fd2da33936c \
+			rmd160 5c33e3f3bd21a68829a69cd3871c1d8276a66d6f
 depends_lib		lib:libFOX-1.6:fox lib:libpng:libpng port:freetype
 
-configure.args		--with-included-gettext --enable-release
+patchfiles		patch-filepanel.diff
 
-configure.env		LIBS="-lX11 -lXft"
 post-configure		{
 				reinplace "s;/usr/local/share;${prefix}/share;" \
 				          ${worksrcpath}/src/xfedefs.h

Added: trunk/dports/x11/xfe/files/patch-filepanel.diff
===================================================================
--- trunk/dports/x11/xfe/files/patch-filepanel.diff	                        (rev 0)
+++ trunk/dports/x11/xfe/files/patch-filepanel.diff	2013-09-08 21:03:47 UTC (rev 110860)
@@ -0,0 +1,18 @@
+--- ./src/FilePanel.cpp.orig	2013-08-21 13:32:33.000000000 +0200
++++ ./src/FilePanel.cpp	2013-09-08 15:41:26.000000000 +0200
+@@ -4546,6 +4546,7 @@ long FilePanel::onCmdMount(FXObject*,FXS
+ 
+     return 1;
+ }
++#endif // End #if defined(linux)
+ 
+ 
+ // Run script
+@@ -4650,6 +4651,7 @@ long FilePanel::onCmdGoScriptDir(FXObjec
+ }
+ 
+ 
++#if defined(linux)
+ // Update the Mount button
+ long FilePanel::onUpdMount(FXObject* o,FXSelector sel,void*)
+ {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130908/17ff7539/attachment.html>


More information about the macports-changes mailing list