aboutsummaryrefslogtreecommitdiff
path: root/ftp/filezilla
Commit message (Collapse)AuthorAgeFilesLines
* */*: Bump consumers of x11-toolkits/wxgtk32Nuno Teixeira2025-06-191-1/+1
| | | | New version of wxgtk32 in tree (3.2.8.1)
* gnome.mk: rename gdkpixbuf2 to gdkpixbuf to prepare for port moveCharlie Li2025-03-171-1/+1
| | | | | | The GTK 1-based gdk-pixbuf has not existed for some time. No functional or package changes.
* *: Bump revisions after dbus updateGleb Popov2025-03-081-0/+1
| | | | | PR: 285253 Reported by: Martin Birgmeier <d8zNeCFG@aon.at>
* ftp/{lib}filezilla: update libfilezilla 0.47.0 -> 0.49.0, filezilla 3.67.0 ↵Martin Neubauer2024-12-303-8/+8
| | | | | | | | | | | | | -> 3.68.1 - Changed Downloads to LOCAL/pi because of new download obfuscation upstream PR: 283371, 283373, 283374 Author: Martin Neubauer <m.ne@gmx.net> Date: Mon Dec 30 09:52:13 2024 +0100 Changes: https://lib.filezilla-project.org/ https://filezilla-project.org/versions.php#3.68.1 Reported-by: andy@neu.net, rhurlin
* */*: Bump consumers of x11-toolkits/wxgtk32Nuno Teixeira2024-11-251-1/+1
| | | | New version of wxgtk32 in tree
* */*: Bump consumers of dns/libidnNuno Teixeira2024-05-021-1/+1
| | | | Reported by: vvd
* ftp/filezilla: update 3.55.1 -> 3.67.0, includes security fixMatthias Andree2024-04-203-20/+17
| | | | | | | | | | - also update ftp/libfilezilla 0.31.1 -> 0.47.0 PR: 278463 Security: CVE-2024-31497 Author: Matthias Andree <mandree@FreeBSD.org> Changes: https://filezilla-project.org/versions.php MFH: 2024Q2
* ftp/filezilla: Moved man to share/manKurt Jaeger2024-02-292-5/+6
|
* */*: Bump consumers of x11-toolkits/gtk30Nuno Teixeira2023-12-231-1/+1
| | | | New version of gtk3 in tree
* accessibility/at-spi2-core: update to 2.46.0Tobias C. Berner2023-03-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | What's new in at-spi2-core 2.46.0: * Fix GetInterfaces documentation on org.a11y.atspi.Accessible interface. What's new in at-spi2-core 2.45.91: * Send device event controller events using the same signature as other events. * Document the Accessible, Action, and Cache dbus interfaces. * Fix license of atspi-gmain.c (#87). What's new in at-spi2-core 2.45.90: * xml: Add some documentation. * xml: Fix event arguments. * xml: Add some missing DeviceEventController methods. * Bind the AT-SPI bus to the graphical session. * Mark bus service as belonging to the session slice. * Add ATSPI_ROLE_PUSH_BUTTON_MENU. * Add an "announcement" event/signal to allow objects to send notifications (!63). * Various code clean-ups and test improvements. What's new in at-spi2-core 2.45.1: * Atk and at-spi2-atk are now merged into this project. * Now requires meson 0.56.2 and glib 2.67.4. * at-spi2-atk: Expose the accessible hierarchy via dbus introspection. * Properly escape the AT-SPI bus address; fixes warnings about the address not containing a colon (!55). * Add a text value to AtspiValue, so that a value can expose a textual description, as in the new Atk value API. * Add atspi_event_listener_register_with_app, to allow an event listener to be registered only for a given application (!52). - accessibility/atk and accessibility/at-spi2-atk have been merged into accessibility/at-spi2-core - accessibility/at-spi2-core: bump consumers of removed ports atk and at-spi2-atk PR: 269704 Exp-run by: antoine ---
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* INSTALLS_ICONS: retire the macro and rework the related dependenciesBaptiste Daroussin2021-10-101-1/+0
| | | | | | | While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
* ftp/filezilla: Update to 3.55.1Kevin Bowling2021-09-153-22/+22
| | | | | | | | | Also update ftp/libfilezilla to the required version, filezilla is the only consumer in the ports tree. Changes: https://filezilla-project.org/versions.php PR: 258505 Approved by: pi
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Bump PORTREVISION for security/nettle shlib changeSunpoet Po-Chuan Hsieh2020-05-161-1/+1
| | | | Notes: svn path=/head/; revision=535391
* Add missing USES={gnome,php,sdl} to the restTobias Kortkamp2019-11-081-1/+2
| | | | Notes: svn path=/head/; revision=517072
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Update security/nettle to 3.5.1Sunpoet Po-Chuan Hsieh2019-07-091-1/+1
| | | | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change - Fix build of devel/pijul [1] Changes: https://git.lysator.liu.se/nettle/nettle/blob/master/NEWS PR: 238991 Exp-run by: antoine Thanks to: tobik [1] Notes: svn path=/head/; revision=506289
* dns/libidn: Update to 1.35Yuri Victorovich2019-04-021-1/+1
| | | | | | | | | | Bump 48 ports. Previous update to 1.34 broke jabberd. PR: 228048 Notes: svn path=/head/; revision=497546
* wxGTK3.0: switch to gtk3 and webkit2Baptiste Daroussin2019-02-251-0/+1
| | | | | | | Discussed with: portmgr Notes: svn path=/head/; revision=493853
* ftp/filezilla: update 3.36.0 -> 3.40.0, taking maintainerKurt Jaeger2019-02-052-6/+5
| | | | | | | Relnotes: https://filezilla-project.org/newsfeed.php Notes: svn path=/head/; revision=492203
* Return rezny@'s ports to the pool after his commit bit got safekept.Rene Ladan2019-02-041-1/+1
| | | | | | | With hat: portmgr-secretary Notes: svn path=/head/; revision=492170
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* ftp/filezilla: update 3.24.0 -> 3.36.0Kurt Jaeger2018-09-013-13/+34
| | | | | | | | | | PR: 229139 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Approved by: rezny (maintainer timeout) Relnotes: https://filezilla-project.org/versions.php Notes: svn path=/head/; revision=478657
* Remove all := from BUILD_DEPENDS, here are never needed.Mathieu Arnold2018-07-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | While there, cleanup, and sort depends. When build and run dependencies are the same, there are three ways to avoid duplicating the list while not adding the framework added BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are: 1) use RUN_DEPENDS to set BUILD_DEPENDS: BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= foo:bar/baz 2) create another variable and use it: MY_DEPENDS= foo:bar/baz BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} 3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation: BUILD_DEPENDS= foo:bar/baz RUN_DEPENDS:= ${BUILD_DEPENDS} Sponsored by: Absolight Notes: svn path=/head/; revision=474242
* - Update WWWDmitry Marakasov2017-12-031-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=455394
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-0/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Update to 3.24.0Matthew Rezny2017-02-072-4/+4
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9385 Notes: svn path=/head/; revision=433558
* Change the MAINTAINER line to my FreeBSD.org address in the ports I maintainMatthew Rezny2017-01-301-1/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9380 Notes: svn path=/head/; revision=432850
* Remove BROKEN_FreeBSD_9Sunpoet Po-Chuan Hsieh2017-01-011-2/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=430235
* Update to 3.23.0.2Jason E. Hale2016-12-253-57/+75
| | | | | | | | PR: 215132 Submitted by: <matthew@reztek.cz> (maintainer) Notes: svn path=/head/; revision=429437
* - Update ftp/libfilezilla to 0.8.0 [1]Jason E. Hale2016-11-042-4/+4
| | | | | | | | | | - Update ftp/filezilla to to 3.2.2.2 [2] PR: 214006 [1], 214007 [2] Submitted by: <matthew@reztek.cz> (maintainer) Notes: svn path=/head/; revision=425330
* - Update to version 3.22.1Pawel Pekala2016-10-102-6/+6
| | | | | | | | | | - Fix typo in BROKEN message PR: 213198 Submitted by: maintainer Notes: svn path=/head/; revision=423727
* - Update to 3.21.0Dmitry Marakasov2016-08-302-4/+5
| | | | | | | | PR: 212217 Submitted by: matthew@reztek.cz (maintainer) Notes: svn path=/head/; revision=421121
* - Update to version 3.20.1 [1]Pawel Pekala2016-08-202-5/+8
| | | | | | | | | | - Register proxy dependencies found by stage-qa PR: 212008 [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=420531
* Update to version 3.20.0Pawel Pekala2016-07-302-4/+4
| | | | | | | | PR: 211453 Submitted by: maintainer Notes: svn path=/head/; revision=419328
* - Update to 3.19.0Dmitry Marakasov2016-06-292-4/+4
| | | | | | | | PR: 210693 Submitted by: matthew@reztek.cz (maintainer) Notes: svn path=/head/; revision=417769
* - Update to 3.18.0Dmitry Marakasov2016-06-032-3/+4
| | | | | | | | PR: 209847 Submitted by: matthew@reztek.cz (maintainer) Notes: svn path=/head/; revision=416327
* - Update to 3.17.0.1Dmitry Marakasov2016-05-112-6/+6
| | | | | | | | | | - While here, add some minor fixes (clarify LICENSE, remove NLS from OPTIONS_DEFAULT (already there by default) and silence post-patch) PR: 209417 Submitted by: matthew@reztek.cz (maintainer) Notes: svn path=/head/; revision=414988
* ftp/libfilezilla: 0.4.0.1 -> 0.5.0Kurt Jaeger2016-04-242-4/+4
| | | | | | | | | | | | | ftp/filezilla: 3.16.0 -> 3.17.0 Changes: https://filezilla-project.org/changelog.php PR: 208999, 209000 Submitted by: <matthew@reztek.cz> (maintainer) Notes: svn path=/head/; revision=413924
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-7/+7
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Update security/gnutls to 3.4.10.Tijl Coosemans2016-03-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rename the LIBDANE option DANE because that's the name of the protocol supported by libgnutls-dane and gnutls-cli. Also clarify the option description. - Add an IDN option. - libgnutls-openssl has been removed in 3.4. Some ports used this library in their LIB_DEPENDS but no port actually required it. - Some old API functions have been removed. Ports that used these have been updated or patched to use the new API. - Add a patch to print/cups to prevent overlinking of libgnutls.so. - Bump PORTREVISION on dependent ports. net-im/jabber: This port used the old API to give users fine grained control over which crypto algorithms were used via a configuration file. It's not immediately obvious how to port this to the new API so the port always uses the defaults now. www/hydra: Mark BROKEN. This uses more removed calls than the other ports, is said to be alpha quality and not fully functional and has been abandoned 10 years ago. PR: 207768 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=411990
* ftp/filezilla: Update to 3.16.0Mark Felder2016-03-154-15/+4
| | | | | | | PR: 207690 Notes: svn path=/head/; revision=411189
* ftp/filezilla: update to 3.15.0.1Ruslan Makhmatkhanov2016-02-054-29/+35
| | | | | | | | | | | | - update to 3.15.0.1 - utilize USES=localbase to set correct CFLAGS/LDFLAGS [1] PR: 206854 Submitted by: matthew@reztek.cz (maintainer) Submitted by: koobs [1] Notes: svn path=/head/; revision=408240
* ftp/filezilla: update 3.14.0 -> 3.14.1 plus minor fixesJason Unovitch2015-10-222-5/+4
| | | | | | | | | | | | | - Fix indentation in BROKEN statement - Remove WX_UNICODE (no-op after r397077) Changes: https://filezilla-project.org/versions.php PR: 203836 Submitted by: matthew@reztek.cz (maintainer) Notes: svn path=/head/; revision=399940
* ftp/filezilla: update to 3.14.0Ruslan Makhmatkhanov2015-09-265-68/+3
| | | | | | | | PR: 202761 Submitted by: matthew@reztek.cz (maintainer) Notes: svn path=/head/; revision=397962
* - Update to 3.13.0Dmitry Marakasov2015-08-285-6/+72
| | | | | | | | PR: 202563 Submitted by: matthew@reztek.cz (maintainer) Notes: svn path=/head/; revision=395504