[141832] trunk/dports/www/FileZilla

mojca at macports.org mojca at macports.org
Sat Dec 12 03:11:51 PST 2015


Revision: 141832
          https://trac.macports.org/changeset/141832
Author:   mojca at macports.org
Date:     2015-10-29 09:23:55 -0700 (Thu, 29 Oct 2015)
Log Message:
-----------
FileZilla: upgrade to 3.14.1, blacklist clang < 3.4 (see also #47273)

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

Modified: trunk/dports/www/FileZilla/Portfile
===================================================================
--- trunk/dports/www/FileZilla/Portfile	2015-10-29 15:42:36 UTC (rev 141831)
+++ trunk/dports/www/FileZilla/Portfile	2015-10-29 16:23:55 UTC (rev 141832)
@@ -6,7 +6,7 @@
 PortGroup           compiler_blacklist_versions 1.0
 
 name                FileZilla
-version             3.12.0.2
+version             3.14.1
 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  4c17ef8d6c54f627a03de092950ff32057cb12da \
-                    sha256  7a296fc2cd94d00d3a14ad29b84ff081c60a791f4cddc07f0bd8022bd57e1d0d
+checksums           rmd160  2226ca612ae01a0871d051f357b508b92888df79 \
+                    sha256  b10871b6ced5f52062b44deda037edb8a38090b226a018b9b64b1a1feb59d46c
 
 depends_build       port:pkgconfig
 
@@ -43,6 +43,7 @@
 # http://trac.filezilla-project.org/ticket/5473
 # http://sourceforge.net/p/tinyxml/patches/51/
 configure.args      --with-tinyxml=builtin \
+                    --with-pugixml=builtin \
                     --disable-manualupdatecheck \
                     --disable-autoupdatecheck
 
@@ -60,7 +61,7 @@
 }
 # http://trac.macports.org/ticket/47273
 # In theory gcc could work, but we need to disable llvm-gcc and we need to match stdlib with wxWidgets (= use libc++)
-compiler.blacklist-append *gcc* {clang < 425}
+compiler.blacklist-append *gcc* {clang < 503}
 
 variant wxgtk30 conflicts wxwidgets30 wxwidgets30_libcxx description {Use wxWidgets 3.0 with GTK} {
     wxWidgets.use           wxGTK-3.0

Modified: trunk/dports/www/FileZilla/files/patch-src-interface-buildinfo.cpp.diff
===================================================================
--- trunk/dports/www/FileZilla/files/patch-src-interface-buildinfo.cpp.diff	2015-10-29 15:42:36 UTC (rev 141831)
+++ trunk/dports/www/FileZilla/files/patch-src-interface-buildinfo.cpp.diff	2015-10-29 16:23:55 UTC (rev 141832)
@@ -2,7 +2,7 @@
 
 --- src/interface/buildinfo.cpp.orig
 +++ src/interface/buildinfo.cpp
-@@ -182,7 +182,7 @@ bool CBuildInfo::IsUnstable()
+@@ -179,7 +179,7 @@ bool CBuildInfo::IsUnstable()
  
  
  #if defined(__i386__) || defined(__x86_64__) || defined(_M_X64) || defined(_M_IX86)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/5d85eff0/attachment.html>


More information about the macports-changes mailing list