aboutsummaryrefslogtreecommitdiff
path: root/ftp
Commit message (Collapse)AuthorAgeFilesLines
* - Cleanup regression-test:Sunpoet Po-Chuan Hsieh2014-04-051-3/+1
| | | | Notes: svn path=/head/; revision=350249
* Stagify (now possible thanks to changes in bsd.ocaml.mk)Johan van Selst2014-04-041-4/+3
| | | | Notes: svn path=/head/; revision=350160
* - Support stagingEmanuel Haupt2014-04-041-9/+8
| | | | | | | | - Use shebangfix - Convert USE_BZIP2=yes to USES=tar:bzip2 Notes: svn path=/head/; revision=350064
* - Fix rc script:Sunpoet Po-Chuan Hsieh2014-04-022-10/+14
| | | | | | | | | | | | | | | | - Reorder variables - Assign default value for - pureftpd_authd_enable - pureftpd_authsocket: remove detection via pure-config.pl - pureftpd_upload_enable - Remove duplicate pidfile_authd - Simplify script - Bump PORTREVISION for package change MFH: 2014Q2 Notes: svn path=/head/; revision=349947
* - Fix build failure when SPNEGO option is onSunpoet Po-Chuan Hsieh2014-04-021-1/+2
| | | | Notes: svn path=/head/; revision=349946
* - Use USES=tar:bzip2Sunpoet Po-Chuan Hsieh2014-04-011-2/+1
| | | | Notes: svn path=/head/; revision=349859
* - Add pure-authd support in rc script [1][2]Sunpoet Po-Chuan Hsieh2014-03-314-29/+69
| | | | | | | | | | | | | - Indent rc script - Cosmetic change - Bump PORTREVISION for package change PR: ports/163339 [1], ports/180992 [2] (based on) Submitted by: Gabor HALASZ <halasz.g@freemail.hu> [1] Ari Maniatis <ari@ish.com.au> [2] Notes: svn path=/head/; revision=349753
* Unbreak build with memcached supportMartin Matuska2014-03-301-1/+1
| | | | Notes: svn path=/head/; revision=349609
* - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x andGabor Pali2014-03-291-1/+1
| | | | | | | | | | | 9.x in order to prevent run-time breakage after the recent changes in libiconv - Bump port revision for lang/ghc and all dependents, as a consequence Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=349475
* - Convert to STAGE supportSergey Matveychuk2014-03-282-16/+6
| | | | Notes: svn path=/head/; revision=349443
* - Fix HTTP2 optionSunpoet Po-Chuan Hsieh2014-03-281-0/+2
| | | | | | | Reported by: many Notes: svn path=/head/; revision=349428
* The ProFTPd mod_geoip module uses the GeoIP library from MaxMind to look upMartin Matuska2014-03-273-0/+39
| | | | | | | | | various geographic information for a connecting client. WWW: http://www.castaglia.org/proftpd/modules/mod_geoip.html Notes: svn path=/head/; revision=349378
* Add proftpd-mod_geoip to distinfoMartin Matuska2014-03-271-0/+2
| | | | Notes: svn path=/head/; revision=349377
* Allow specification of custom ProFTPD configuration fileMartin Matuska2014-03-272-10/+8
| | | | | | | | PR: ports/187678 Submitted by: Daniel Ylitalo <daniel@blodan.se> Notes: svn path=/head/; revision=349374
* - Add DOCS option.Martin Matuska2014-03-271-8/+11
| | | | | | | | | | | | | | | | | - When the NLS option is enabled the configure script looks for iconv_open() and libiconv_open() functions in libiconv before trying libc. This means that on FreeBSD 10 proftpd depends on converters/libiconv when it is installed but it should use iconv from libc instead. To fix this add ac_cv_lib_iconv_iconv_open=no and ac_cv_lib_iconv_libiconv_open=no to CONFIGURE_ARGS to bypass those configure tests when ICONV_LIB is empty. - Remove references to -lintl. The configure script detects it correctly. PR: ports/187860 Submitted by: tijl@FreeBSD.org Notes: svn path=/head/; revision=349373
* - Update to 7.36.0Sunpoet Po-Chuan Hsieh2014-03-273-3/+13
| | | | | | | Changes: http://curl.haxx.se/changes.html Notes: svn path=/head/; revision=349364
* - Add HTTP2 optionSunpoet Po-Chuan Hsieh2014-03-271-2/+4
| | | | Notes: svn path=/head/; revision=349343
* - Update to 2.6.4Jose Alonso Cardenas Marquez2014-03-261-1/+1
| | | | Notes: svn path=/head/; revision=349217
* - Add security/heimdal and security/krb5 support and corresponding options:Sunpoet Po-Chuan Hsieh2014-03-251-6/+24
| | | | | | | | | | | - GSSAPI_BASE for base system (default) - HEIMDAL_PORT for security/heimdal - KRB5_PORT for security/krb5 Tested by: redports Notes: svn path=/head/; revision=349185
* Only build with wx 2.8Baptiste Daroussin2014-03-241-2/+3
| | | | | | | Use unicode version Notes: svn path=/head/; revision=349015
* Switch to wx 2.8Baptiste Daroussin2014-03-241-1/+1
| | | | Notes: svn path=/head/; revision=348989
* Quiesce mkdirEmanuel Haupt2014-03-181-2/+2
| | | | Notes: svn path=/head/; revision=348550
* Support stagingEmanuel Haupt2014-03-181-2/+1
| | | | Notes: svn path=/head/; revision=348539
* - Sort PLISTSunpoet Po-Chuan Hsieh2014-03-171-1/+1
| | | | Notes: svn path=/head/; revision=348478
* Clean up. Support STAGE. Turn the optional libraries into anAdam Weinberger2014-03-162-49/+46
| | | | | | | OPTION. Install docs. Respect MAKE_ARGS/MAKE_ENV/MAKE_CMD. Notes: svn path=/head/; revision=348433
* Enable ProFTPD module ports to use own version stringsMartin Matuska2014-03-151-3/+7
| | | | Notes: svn path=/head/; revision=348353
* Remove mod_clamav from ftp/proftpd (goes to security/proftpd-mod_clamav)Martin Matuska2014-03-153-23/+8
| | | | | | | Move module MASTER_SITES to module ports Notes: svn path=/head/; revision=348344
* Re-enable support for mod_clamav [1]Martin Matuska2014-03-142-27/+17
| | | | | | | | | | Remove remains of mod_sql_tds PR: 187510 [1] Submitted by: Joseph Benden <joe@thrallingpenguin.com> [1] Notes: svn path=/head/; revision=348238
* - Use USES=tar:lzmaSunpoet Po-Chuan Hsieh2014-03-121-3/+1
| | | | Notes: svn path=/head/; revision=347994
* Horde package update:Martin Matuska2014-03-102-3/+3
| | | | | | | | | | | | | | | | | | | Horde_ActiveSync 2.12.4 -> 2.13.0 Horde_Imap_Client 2.18.6 -> 2.19.0 Horde_Mime 2.2.9 -> 2.3.0 Horde_Timezone 1.0.4 -> 1.0.5 gollem 3.0.1 -> 3.0.2 groupware 5.1.3 -> 5.1.4 ingo 3.1.3 -> 3.1.4 kronolith 4.1.4 -> 4.1.5 mnemo 4.1.2 -> 4.1.3 nag 4.1.3 -> 4.1.4 turba 4.1.3 -> 4.1.4 webmail 5.1.3 -> 5.1.4 whups 3.0.0RC1 -> 3.0.0 Notes: svn path=/head/; revision=347824
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-103-3/+3
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* Mark deprecated, these port depend on expired textproc/glimpseRene Ladan2014-03-101-0/+3
| | | | | | | Approved by: portmgr (infrastructure blanket) Notes: svn path=/head/; revision=347745
* UnbreakAntoine Brodin2014-03-081-1/+1
| | | | Notes: svn path=/head/; revision=347498
* - Cosmetic changeSunpoet Po-Chuan Hsieh2014-03-081-2/+2
| | | | Notes: svn path=/head/; revision=347463
* Convert f* to USES=zipBaptiste Daroussin2014-03-072-2/+2
| | | | Notes: svn path=/head/; revision=347408
* Support stageBaptiste Daroussin2014-03-061-8/+6
| | | | Notes: svn path=/head/; revision=347301
* Support stageBaptiste Daroussin2014-03-061-3/+1
| | | | Notes: svn path=/head/; revision=347300
* Support stageBaptiste Daroussin2014-03-061-4/+2
| | | | Notes: svn path=/head/; revision=347299
* Support stageBaptiste Daroussin2014-03-063-39/+27
| | | | Notes: svn path=/head/; revision=347297
* - Reset maintainershipFrederic Culot2014-03-061-1/+1
| | | | | | | | PR: ports/187285 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> Notes: svn path=/head/; revision=347170
* Update to 4.1.5.Dmitry Sivachenko2014-03-022-3/+3
| | | | Notes: svn path=/head/; revision=346748
* PHP 5.2 has reached it end-of-life in the FreeBSD Ports Tree, timeRene Ladan2014-03-013-25/+0
| | | | | | | | | | to say goodbye. Upstream unsupported it since 2011-01-06 (see http://php.net/eol.php ) Strip PHP 5.2 out of Mk/bsd.php.mk Notes: svn path=/head/; revision=346583
* - Remove no-op NTLM optionSunpoet Po-Chuan Hsieh2014-02-231-7/+1
| | | | | | | | PR: ports/186902 Submitted by: Jeremy Chadwick <jdc@koitsu.org> Notes: svn path=/head/; revision=345728
* Remove trailing whitespaces from category ftpEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345409
* Fix typo in previous commitGanael LAPLANCHE2014-02-211-1/+1
| | | | | | | Reported by: mat Notes: svn path=/head/; revision=345366
* Fix build when GNUTLS is selectedGanael LAPLANCHE2014-02-211-0/+1
| | | | | | | | PR: ports/186896 Submitted by: Martijn Lina <martijn@hostage.nl> Notes: svn path=/head/; revision=345354
* - Bump PORTREVISION after KDE4_PREFIX changeMax Brazhnikov2014-02-181-1/+1
| | | | Notes: svn path=/head/; revision=344898
* Support stagingEmanuel Haupt2014-02-182-9/+8
| | | | Notes: svn path=/head/; revision=344850
* - Convert USE_GMAKE to USESMartin Wilke2014-02-141-1/+1
| | | | Notes: svn path=/head/; revision=344219
* ftp/wget: Use LIB_DEPENDS in the form of lib<name>.soVasil Dimov2014-02-141-3/+3
| | | | | | | | | | https://wiki.freebsd.org/ports/fix_lib_depends PR: ports/186718 Submitted by: Eero Hänninen <fax@nohik.ee> Notes: svn path=/head/; revision=344193