aboutsummaryrefslogtreecommitdiff
path: root/ftp
Commit message (Collapse)AuthorAgeFilesLines
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-083-26/+4
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* update math/R to 2.14.2, and adjust dependent portsBrendan Fabeny2012-03-031-0/+1
| | | | Notes: svn path=/head/; revision=292607
* - Update to 7.24.0Sunpoet Po-Chuan Hsieh2012-03-038-158/+99
| | | | | | | Changes: http://curl.haxx.se/changes.html Notes: svn path=/head/; revision=292569
* The previous patch was supposed to fix vsftpd so that it would look for theFlorian Smeets2012-02-281-3/+2
| | | | | | | | | | | | configuration file in /usr/local/etc/vsftpd.conf but it did not, currently it is looking for the file in /usr/local/etc/vsftpd//usr/local/etc/vsftpd.conf, this patch makes it look for /usr/local/etc/vsftpd.conf as also specified in pkg-plist. Approved by: maintainer Notes: svn path=/head/; revision=292396
* - Take maintainershipSunpoet Po-Chuan Hsieh2012-02-252-2/+2
| | | | | | | Approved by: roam (maintainer, implicit) Notes: svn path=/head/; revision=292232
* Mark broken: define an @exec depending on %F and %B before any files defined.Baptiste Daroussin2012-02-231-0/+2
| | | | Notes: svn path=/head/; revision=292131
* - Update to 0.7.17Philip M. Gollucci2012-02-212-3/+3
| | | | | | | | | | PR: ports/164882 Submitted by: myself (pgollucci) Approved by: maintainer timeout (freebsdports@chillibear.com ; 14 days) Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=291973
* - Update to 0.21Sunpoet Po-Chuan Hsieh2012-02-212-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Net-FTPSSL/Changes Notes: svn path=/head/; revision=291967
* - Bump PORTREVISION to chase the update of multimedia/libvpxAshish SHUKLA2012-02-161-1/+1
| | | | Notes: svn path=/head/; revision=291538
* Fix includes/libs if using WITH_PCREMartin Matuska2012-02-141-0/+2
| | | | | | | | PR: ports/165133 Reported by: Henrik Larsson <freebsd@spambox.dk> Notes: svn path=/head/; revision=291339
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-1/+2
| | | | Notes: svn path=/head/; revision=291338
* Remove dependancy on net/socks5 in preperation for that port's removal fromJosh Paetzel2012-02-131-5/+1
| | | | | | | the ports tree. Notes: svn path=/head/; revision=291266
* Remove the (hopefully) long unused SOCKS5 option, in preparationJosh Paetzel2012-02-132-17/+1
| | | | | | | | | | | of the removal of net/socks5 from the ports tree. In theory net/dante is a drop in replacement for net/socks5, but in this case it's not and would require some work on this port to get it to build against net/dante. Notes: svn path=/head/; revision=291243
* - Please welcome GHC 7.0.4Gabor Pali2012-02-131-0/+1
| | | | | | | | | | | | | | | | GHC in the ports tree has been updated to version 7.0.4 and the port revision for all the Haskell ports without version changes are bumped. Other per-port updates are coming soon. This update also incorporates some improvements for bsd.cabal.mk that makes working with Haskell ports even easier. Thanks ashish@ for the help! Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=291136
* - Update to 1.91-1TAKATSU Tomonari2012-02-102-3/+3
| | | | Notes: svn path=/head/; revision=290852
* Update to 4.3.5Ganael LAPLANCHE2012-02-012-3/+3
| | | | Notes: svn path=/head/; revision=290225
* Fix typo in Makefile - add missing double quotation mark to MOD_WRAP_FILEMartin Matuska2012-01-281-1/+1
| | | | | | | Reported by: David Froehlich <dfroe@gmx.de> Notes: svn path=/head/; revision=289942
* Fix typo in pkg-plist and mod_sql_sqlite packing listMartin Matuska2012-01-262-6/+6
| | | | Notes: svn path=/head/; revision=289862
* New module slave databases/proftpd-mod_sql_mysql replaces ftp/proftpd-mysqlMartin Matuska2012-01-262-16/+0
| | | | Notes: svn path=/head/; revision=289839
* Update proftpd-mysql dependency to databases/proftpd-mod_sql_mysqlMartin Matuska2012-01-261-1/+2
| | | | Notes: svn path=/head/; revision=289838
* Update to 1.3.4aMartin Matuska2012-01-266-200/+474
| | | | | | | | | Switch to using dynamic modules Autosellect required modules instead of exiting with IGNORE Add slave port infrastructure for building individual modules Notes: svn path=/head/; revision=289832
* - Update to 1.9-5TAKATSU Tomonari2012-01-192-4/+3
| | | | Notes: svn path=/head/; revision=289487
* update math/R to 2.14.1, and adjust dependent portsBrendan Fabeny2012-01-181-0/+1
| | | | Notes: svn path=/head/; revision=289429
* - escape shell namesDirk Meyer2012-01-141-1/+1
| | | | Notes: svn path=/head/; revision=289167
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-1416-16/+16
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Allow build on patched FreeBSD 7.x (FreeBSD-SA-11:07.chroot)Martin Matuska2012-01-133-3/+37
| | | | | | | | | | WITH_SHAPER requires WITH_CTRLS [1] PR: ports/163941 [1] Reported by: Matthew Pounsett <matt@conundrum.com> [1] Notes: svn path=/head/; revision=289116
* - Update to 0.7.16Philip M. Gollucci2012-01-122-3/+3
| | | | | | | | | | PR: ports/163384 Submitted by: myself (pgollucci) Approved by: freebsdports@chillibear.com (maintainer) Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=289042
* There is no 9.x distfile available for this portEitan Adler2012-01-121-0/+1
| | | | | | | Pointyhat to: me Notes: svn path=/head/; revision=288987
* Update to 3.5.3.Joseph S. Atkinson2012-01-092-3/+3
| | | | | | | Approved by: kwm (mentor) Notes: svn path=/head/; revision=288851
* - Update to 2.3.5-ext1 [1]Michael Scheidell2012-01-093-37/+8
| | | | | | | | | | | | - Fix path to vsftpd.conf in defs.h and builddefs.h old path /usr/local/etc/vsftpd.conf is not defined correctly [1] - patch-sysdeputil.c removed (FreeBSD already detected in sources) [1] PR: ports/163940 [1] Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> [1] Approved by: gelraen.ua@gmail.com (maintainer), gabor (mentor, implicit) Notes: svn path=/head/; revision=288829
* Update to 4.3.4Ganael LAPLANCHE2012-01-093-3/+52
| | | | Notes: svn path=/head/; revision=288810
* - Remove outdated version checksEitan Adler2012-01-091-7/+4
| | | | | | | Reviewed by: nox Notes: svn path=/head/; revision=288805
* Repeated words are are hard to to find sometimes.Eitan Adler2012-01-081-1/+1
| | | | | | | Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=288737
* - Update to 0.20Sunpoet Po-Chuan Hsieh2012-01-062-4/+4
| | | | | | | | | - Pet portlint Changes: http://search.cpan.org/dist/Net-FTPSSL/Changes Notes: svn path=/head/; revision=288613
* - update to 2.3.5Dirk Meyer2012-01-052-3/+3
| | | | Notes: svn path=/head/; revision=288566
* Remove obsolete ftp/proftpd-devel port.Martin Matuska2012-01-049-605/+0
| | | | | | | ftp/proftpd-devel Notes: svn path=/head/; revision=288521
* As of FreeBSD-SA-11:07.chroot, the port now works on both patched andMartin Matuska2011-12-292-9/+39
| | | | | | | | | | unpatched systems. On unpatched systems chroot automatically fails. FreeBSD-SA-11:07.chroot Add MOD_DYNMASQ Notes: svn path=/head/; revision=288255
* Update to 1.0.35Renato Botelho2011-12-282-3/+3
| | | | Notes: svn path=/head/; revision=288184
* End WWW CPAN URL with a "/"Emanuel Haupt2011-12-281-1/+1
| | | | Notes: svn path=/head/; revision=288161
* - Remove ../files/patch-Makefile (again)Michael Scheidell2011-12-261-14/+0
| | | | | | | | PR: ports/163548 Approved by: gabor (mentor) Notes: svn path=/head/; revision=288071
* - remove duplicate -lwrapDirk Meyer2011-12-241-2/+2
| | | | | | | | | - drop usage of -lutil - honor INSTALL_PROGRAM PR: 163550 Notes: svn path=/head/; revision=287964
* Apply a patch after FreeBSD-SA-11:07.chroot which addresses an arbitraryXin LI2011-12-232-1/+20
| | | | | | | | | | | | | | | code execution vulnerability. Please note that in order to build this the system needs to be patched with FreeBSD-SA-11:07.chroot and the resulting binary also needs to the change because it depends on a new libc API. Feature safe: yes With hat: ports-security Approved by: portmgr (linimon) Notes: svn path=/head/; revision=287946
* - respect CC/CFLAGS/STRIP on vsftpd-extMichael Scheidell2011-12-231-5/+6
| | | | | | | | | PR: ports/163550 Submitted by: Jan Beich <jbeich@tormail.net> Approved by: gelraen.ua@gmail.com (maintainer), gabor(mentor) Notes: svn path=/head/; revision=287944
* Apply a patch after FreeBSD-SA-11:07.chroot which addresses an arbitraryXin LI2011-12-232-0/+20
| | | | | | | | | | | | | | code execution vulnerability. Please note that in order to build this the system needs to be patched with FreeBSD-SA-11:07.chroot and the resulting binary also needs to the change because it depends on a new libc API. Feature safe: yes Approved by: portmgr, maintainer (mm) Notes: svn path=/head/; revision=287943
* Mark as broken on sparc64-9: fails to compile.Mark Linimon2011-12-221-0/+4
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=287849
* Fix clang compile issue.Vanilla I. Shu2011-12-225-45/+55
| | | | Notes: svn path=/head/; revision=287835
* - extra files, missed by committerMichael Scheidell2011-12-212-0/+45
| | | | | | | | PR: ports/163246 Approved by: gabor (mentor) Notes: svn path=/head/; revision=287800
* - Update to 2.3.4 ext2 [1]Michael Scheidell2011-12-213-17/+17
| | | | | | | | | | | | - Unbreak build on 9.x [1] - rename RC_NG to RC_SCRIPT standard [2] PR: ports/163246 Submitted by: Maxim Ignatenko <gelraen.ua@gmail.com> (maintainer) [1] Approved by: gabor (mentor) [2] Notes: svn path=/head/; revision=287799
* - One WWW line in pkg-descr will do just finePhilip M. Gollucci2011-12-201-1/+0
| | | | Notes: svn path=/head/; revision=287684
* Update to version 3.6.1.Dmitry Sivachenko2011-12-132-3/+3
| | | | Notes: svn path=/head/; revision=287295