[138630] trunk/dports/www/FileZilla

mojca at macports.org mojca at macports.org
Tue Jul 14 01:54:24 PDT 2015


Revision: 138630
          https://trac.macports.org/changeset/138630
Author:   mojca at macports.org
Date:     2015-07-14 01:54:24 -0700 (Tue, 14 Jul 2015)
Log Message:
-----------
FileZilla: upgrade to 3.12.0.2

Modified Paths:
--------------
    trunk/dports/www/FileZilla/Portfile

Added Paths:
-----------
    trunk/dports/www/FileZilla/files/
    trunk/dports/www/FileZilla/files/patch-src-interface-buildinfo.cpp.diff

Modified: trunk/dports/www/FileZilla/Portfile
===================================================================
--- trunk/dports/www/FileZilla/Portfile	2015-07-14 05:31:58 UTC (rev 138629)
+++ trunk/dports/www/FileZilla/Portfile	2015-07-14 08:54:24 UTC (rev 138630)
@@ -6,7 +6,7 @@
 PortGroup           compiler_blacklist_versions 1.0
 
 name                FileZilla
-version             3.11.0.2
+version             3.12.0.2
 categories          www aqua
 platforms           darwin
 maintainers         mojca strasweb.fr:rudloff openmaintainer
@@ -21,8 +21,8 @@
 homepage            https://filezilla-project.org/
 master_sites        sourceforge:project/filezilla/FileZilla_Client/${version}
 
-checksums           rmd160  64d4b3b0f81840f64f21da1417128057652d9619 \
-                    sha256  341ba02803c29bdd1f9c3ce524723fe9288433d22d286b5a4b7d7c2e0d6989d9
+checksums           rmd160  4c17ef8d6c54f627a03de092950ff32057cb12da \
+                    sha256  7a296fc2cd94d00d3a14ad29b84ff081c60a791f4cddc07f0bd8022bd57e1d0d
 
 depends_build       port:pkgconfig
 
@@ -38,6 +38,8 @@
 use_bzip2           yes
 worksrcdir          filezilla-${version}
 
+patchfiles          patch-src-interface-buildinfo.cpp.diff
+
 # http://trac.filezilla-project.org/ticket/5473
 # http://sourceforge.net/p/tinyxml/patches/51/
 configure.args      --with-tinyxml=builtin \

Added: trunk/dports/www/FileZilla/files/patch-src-interface-buildinfo.cpp.diff
===================================================================
--- trunk/dports/www/FileZilla/files/patch-src-interface-buildinfo.cpp.diff	                        (rev 0)
+++ trunk/dports/www/FileZilla/files/patch-src-interface-buildinfo.cpp.diff	2015-07-14 08:54:24 UTC (rev 138630)
@@ -0,0 +1,13 @@
+temporary workaround (needs a proper patch)
+
+--- src/interface/buildinfo.cpp.orig
++++ src/interface/buildinfo.cpp
+@@ -182,7 +182,7 @@ bool CBuildInfo::IsUnstable()
+ 
+ 
+ #if defined(__i386__) || defined(__x86_64__) || defined(_M_X64) || defined(_M_IX86)
+-#define HAVE_CPUID 1
++#define HAVE_CPUID 0
+ #endif
+ 
+ #if HAVE_CPUID
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150714/be2125a7/attachment.html>


More information about the macports-changes mailing list