aboutsummaryrefslogtreecommitdiff
path: root/ftp
Commit message (Collapse)AuthorAgeFilesLines
* Switch all pypi.python.org WWWs to a new PyPi home pypi.org whereDmitry Marakasov2018-04-251-1/+1
| | | | | | | | | | they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat Notes: svn path=/head/; revision=468282
* Update to netdumpd-20180424.Mark Johnston2018-04-242-4/+4
| | | | | | | | | Approved by: bdrewery Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D15185 Notes: svn path=/head/; revision=468226
* Update to version 4.9.6.Dmitry Sivachenko2018-04-182-4/+4
| | | | Notes: svn path=/head/; revision=467695
* Update to netdumpd-20180411.Mark Johnston2018-04-112-4/+4
| | | | | | | | | Approved by: bdrewery Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D15045 Notes: svn path=/head/; revision=467109
* - Update to 3.2TAKATSU Tomonari2018-04-102-5/+4
| | | | Notes: svn path=/head/; revision=466937
* - Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mkJose Alonso Cardenas Marquez2018-04-051-1/+1
| | | | | | | | | | | | | - Convert all fpc-based ports to USES=fpc PR: 227210 Reviewed by: portmgr Approved by: portmgr Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D14617 Notes: svn path=/head/; revision=466532
* Switch to ld.bfd by default as ld.ldd doesn't have built-in defaultKirill Ponomarev2018-03-301-0/+1
| | | | | | | | | | | output target. PR: 221803 Submitted by: emaste Approved by: portmgr (LLD_UNSAFE blanket) Notes: svn path=/head/; revision=465964
* Make libgnome and libgnomeui not implying esound dependencyBaptiste Daroussin2018-03-261-2/+2
| | | | | | | | | | | | | | | | | | | It has been a while both does not depend anymore on esound, before this change esound dependency was wrongly added to plenty of packages which actually does not depend on it. While here: - audio/glame: remove esound support - games/monkeybubble: add an explicit dependency on esound - sysutils/gnome-schedule: add en explicit dependency on pkg-config - comms/kb: add missing dependency on pkgconfig - x11-toolkits/libgnomeui: * update to 2.4.5 * use USES=localbase Notes: svn path=/head/; revision=465584
* Fix build with LibreSSL 2.7Sunpoet Po-Chuan Hsieh2018-03-241-0/+28
| | | | | | | | | | Obtained from: https://github.com/openbsd/ports/blob/master/net/curl/patches/patch-lib_vtls_openssl_c PR: 226845 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> MFH: 2018Q1 Notes: svn path=/head/; revision=465485
* - Update to 1.95-4.10TAKATSU Tomonari2018-03-202-6/+8
| | | | Notes: svn path=/head/; revision=465066
* Update to 7.59.0Sunpoet Po-Chuan Hsieh2018-03-143-8/+13
| | | | | | | Changes: https://curl.haxx.se/changes.html Notes: svn path=/head/; revision=464515
* - Add missing @dir into plistDmitry Marakasov2018-03-121-0/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=464259
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-102-1/+2
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* - Update to 3.1TAKATSU Tomonari2018-03-092-4/+4
| | | | Notes: svn path=/head/; revision=463947
* Introduce PHP flavors.Mathieu Arnold2018-03-089-45/+4
| | | | | | | | | | | | | | | | | Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now flavored. They will automatically get flavors (php56, php70, php71, php72) depending of the versions they support (set with IGNORE_WITH_PHP). As a consequence, ports using USES=pear and USES=horde are also flavored. PR: 226242 Submitted by: mat Exp-run by: antoine Approved by: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D14208 Notes: svn path=/head/; revision=463917
* A simple interface to SFTP.Martin Wilke2018-03-084-0/+31
| | | | | | | | | | | | | | The module offers high level abstractions and task based routines to handle your SFTP needs. Checkout the Cook Book, in the docs, to see what pysftp can do for you. WWW: https://bitbucket.org/dundeemt/pysftp PR: 226444 Submitted by: rozhuk.im@gmail.com Notes: svn path=/head/; revision=463889
* Update netdumpd to 20180305.Mark Johnston2018-03-052-4/+4
| | | | | | | | | Approved by: bdrewery Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D14589 Notes: svn path=/head/; revision=463670
* New port: ftp/py-requests-ftp: Ftp transport adapter for requestsYuri Victorovich2018-03-054-0/+27
| | | | | | | | | PR: 226359 Submitted by: Shane <FreeBSD@ShaneWare.Biz> Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=463621
* - Update to 4.9Danilo Egea Gondolfo2018-03-042-4/+4
| | | | Notes: svn path=/head/; revision=463585
* Work around the lack of definition of union semun per POSIX.Brooks Davis2018-03-021-0/+1
| | | | | | | | | | | | | | | When feasible do this by adding -D_WANT_SEMUN to CFLAGS or CXXFLAGS. Where this fails due to ports not honoring C*FLAGS, patch using __FreeBSD_version to enable the definition. PR: 224300, 224443 (exp-run) Approved by: portmgr (antoine) Exp-run: antoine Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D14137 Notes: svn path=/head/; revision=463452
* Update to 0.40Sunpoet Po-Chuan Hsieh2018-03-022-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Net-FTPSSL/Changes Notes: svn path=/head/; revision=463432
* Update dns/libpsl to 0.20.1Sunpoet Po-Chuan Hsieh2018-02-272-2/+2
| | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/rockdaboot/libpsl/blob/master/NEWS https://github.com/rockdaboot/libpsl/blob/libpsl-0.20.1/NEWS Notes: svn path=/head/; revision=463125
* Update options dependencySunpoet Po-Chuan Hsieh2018-02-261-0/+2
| | | | Notes: svn path=/head/; revision=463056
* Update dns/libpsl to 0.20.0Sunpoet Po-Chuan Hsieh2018-02-232-1/+2
| | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/rockdaboot/libpsl/blob/master/NEWS Notes: svn path=/head/; revision=462716
* Fix build with CURL_DEBUG enabledSunpoet Po-Chuan Hsieh2018-02-171-3/+4
| | | | | | | | | | | | | | | | lib/checksrc.pl is run when CURL_DEBUG is enabled. The build failed due to the long line in patched lib/url.c. ./url.c:593:82: warning: Longer than 79 columns (LONGLINE) data->set.no_signal = TRUE; /* different handling of signals and threads */ checksrc: 0 errors and 1 warnings checksrc: 0 errors and 5 warnings suppressed gmake[3]: *** [Makefile:3935: checksrc] Error 5 MFH: 2018Q1 Notes: svn path=/head/; revision=462175
* security/openssl-devel: Remove BROKEN from some portsBernard Spil2018-02-153-15/+1
| | | | | | | | | | | | | | | | | | | | | | | | * databases/freetds: Fixed 2017-02-14 * databases/postgresql10-server: Fixed 2016-09-15 [1] * ftp/lftp: Fixed in 4.8.0 * ftp/proftpd: Fixed in 1.3.5c * ftp/wget: Fixed in 1.19.3 [2] * lang/erlang-runtime20: Fixed in 20.0 * net/socat: Fixed in 1.7.3.2 * security/libssh2: Fixed in 1.8.0 [3] * security/p5-Crypt-OpenSSL-X509: Fixed in 1.8.8 * sysutils/bacula9-server: Fixed in 9.0.6 * www/nginx: Fixed in 1.9.14 * Bulk build OK 10.3/11.1 both i386 and amd64: - multimedia/librtmp - net/libvncserver - www/lynx PR: 225875 [1], 225872 [2], 225873 [3] Notes: svn path=/head/; revision=461928
* Rename KDE4 meta portsTobias C. Berner2018-02-101-1/+1
| | | | | | | | | | | | | | This is done for * consistency, * and to simplify the import of the newer KDE Plasma5 desktop and KDE applications Bumps the dependencies. Reviewed by: adridg Differential Revision: https://reviews.freebsd.org/D12979 Notes: svn path=/head/; revision=461375
* Switch C compiler used to compile GHC to base Clang.Tobias C. Berner2018-02-101-1/+1
| | | | | | | | | | | | | | | This removes build dependency on gcc and runtime dependency on gcc's runtime libraries. Big thanks to Gleb for working on this. PR: 225185 Submitted by: Gleb Popov <6yearold@gmail.com> Exp-run by: antoine Reviewed by: pgj Differential Revision: https://reviews.freebsd.org/D12043 Notes: svn path=/head/; revision=461362
* Update to netdumpd-20180205.Mark Johnston2018-02-052-4/+4
| | | | | | | | | Approved by: bdrewery Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D14207 Notes: svn path=/head/; revision=461012
* Update pkg-descrSunpoet Po-Chuan Hsieh2018-02-041-3/+14
| | | | | | | - Add PyPI as primary WWW Notes: svn path=/head/; revision=460892
* Allow concurrent installation (USE_PYTHON=concurrent)Sunpoet Po-Chuan Hsieh2018-02-031-2/+2
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=460786
* Fix r460400Sunpoet Po-Chuan Hsieh2018-02-021-1/+2
| | | | | | | | | | | | - Add DICT, FTP, GOPHER, TELNET and TFTP options to OPTIONS_DEFAULT - Add HTTP options to OPTIONS_DEFAULT - Bump PORTREVISION for package change DICT, FTP, GOPHER, TELNET and TFTP options are enabled by default through configure but not being added to OPTIONS_DEFAULT in r460440. HTTP option is enabled by default through HTTP2 option. Notes: svn path=/head/; revision=460735
* Add more optionsSunpoet Po-Chuan Hsieh2018-01-301-15/+26
| | | | | | | | | | | | | | | - Add protocol group - Convert already-enabled protocols to IMAP, POP3, RTSP and SMTP options - Add DICT, FTP, GOPHER, HTTP, TELNET and TFP options - Update CA_BUNDLE_DESC - Use CA_BUNDLE_CONFIGURE_WITH and OPENSSL_CONFIGURE_WITH - Merge TLS_SRP check PR: 223967 (based on) Submitted by: brnrd Notes: svn path=/head/; revision=460400
* Fix BROTLI optionSunpoet Po-Chuan Hsieh2018-01-291-1/+1
| | | | Notes: svn path=/head/; revision=460317
* Remove LIBSSH option to avoid circular dependencySunpoet Po-Chuan Hsieh2018-01-271-5/+1
| | | | | | | libssh uses cmake which depends on curl. Notes: svn path=/head/; revision=460136
* Update to 7.58.0Sunpoet Po-Chuan Hsieh2018-01-243-5/+12
| | | | | | | | | - Add BROTLI and LIBSSH options Changes: https://curl.haxx.se/changes.html Notes: svn path=/head/; revision=459855
* ftp/wget: Upgrade from 1.19.2 to 1.19.4Vasil Dimov2018-01-222-4/+4
| | | | | | | Changelog: http://git.savannah.gnu.org/cgit/wget.git/plain/NEWS Notes: svn path=/head/; revision=459677
* Return kevlo's ports to the pool, he handed in his commit bit.Rene Ladan2018-01-121-1/+1
| | | | | | | With hat: portmgr-secretary Notes: svn path=/head/; revision=458818
* - Update to 4.8Danilo Egea Gondolfo2017-12-262-4/+4
| | | | Notes: svn path=/head/; revision=457343
* Remove unneeded USE_AUTOTOOLS.Tijl Coosemans2017-12-241-1/+0
| | | | Notes: svn path=/head/; revision=457183
* Convert to USES=autoreconf.Tijl Coosemans2017-12-241-2/+3
| | | | Notes: svn path=/head/; revision=457181
* New slaveport: ftp/php72-fastdfsJochen Neumeister2017-12-182-0/+13
| | | | | | | | | | PR: 223714 Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13479 Notes: svn path=/head/; revision=456668
* ftp/php*-fastdfs: Remake to Master/Slave PortsJochen Neumeister2017-12-139-88/+13
| | | | | | | | | | PR: 223714 Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D13454 Notes: svn path=/head/; revision=456222
* Update to 7.29.0-42.el7_4.1.Tijl Coosemans2017-12-112-13/+13
| | | | | | | | MFH: 2017Q4 Security: 301a01b7-d50e-11e7-ac58-b499baebfeaf Notes: svn path=/head/; revision=456040
* Update to 7.43.0.1Sunpoet Po-Chuan Hsieh2017-12-112-5/+4
| | | | | | | Changes: http://pycurl.io/docs/latest/release-notes.html Notes: svn path=/head/; revision=455962
* Disable brotli support to fix build with old brotli installedSunpoet Po-Chuan Hsieh2017-12-071-1/+1
| | | | | | | | | | | Brotli support will be added as an option after archivers/brotli being updated to a newer version. PR: 224072 Reported by: mi Notes: svn path=/head/; revision=455739
* Add DOCS optionSunpoet Po-Chuan Hsieh2017-12-072-0/+19
| | | | | | | | | | | | | - Fix documentation installation: - Avoid conflicts between FLAVORS - Do not install license files - Bump PORTREVISION for package change PR: 224108 Reported by: Ting-Wei Lan <lantw44@gmail.com> Notes: svn path=/head/; revision=455712
* Update to 0.56Sunpoet Po-Chuan Hsieh2017-12-032-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/File-Fetch/CHANGES Notes: svn path=/head/; revision=455469
* Fix configure options for gnustep-makeDavid Chisnall2017-12-032-2/+2
| | | | | | | | | | We were not setting the flag to select the GNUstep ABI, so were defaulting to using the GCC-compatible version, which was likely to trigger a lot of subtle bugs. This was noticed when C++ exceptions thrown through Objective-C stack frames caused segfaults. Notes: svn path=/head/; revision=455401
* - Update WWWDmitry Marakasov2017-12-031-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=455394