aboutsummaryrefslogtreecommitdiff
path: root/ftp/proftpd
Commit message (Collapse)AuthorAgeFilesLines
* Update ProFTPd to 1.3.4dMartin Matuska2013-06-213-16/+4
| | | | Notes: svn path=/head/; revision=321502
* Fix installation of ports that rely on cp -n for installing files. r245960Florian Smeets2013-05-041-3/+3
| | | | | | | | | | | | | | changed cp to exit with a non-zero exit code if the file exists and is not overwritten thus causing ports to fail installing when e.g. trying to cp .default -> .conf files that already exist. We just ignore the error and continue, as we used to. Reported by: jaset Approved by: portmgr (bapt) Notes: svn path=/head/; revision=317389
* Convert from USE_GETTEXT to USES= gettextBaptiste Daroussin2013-04-261-8/+4
| | | | | | | | | While here: - Trim some headers - Convert to new options framework Notes: svn path=/head/; revision=316624
* Fix build with disabled IPv6Martin Matuska2013-03-082-0/+13
| | | | | | | | Resolved by: Marco Steinbach Reported by: Paul Macdonald Notes: svn path=/head/; revision=313680
* Update proftpd to 1.3.4cMartin Matuska2013-03-073-4/+4
| | | | Notes: svn path=/head/; revision=313596
* Update PCRE to 8.32Martin Matuska2012-12-101-1/+1
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* Update ProFTPd to 1.3.4bMartin Matuska2012-08-044-38/+13
| | | | Notes: svn path=/head/; revision=302003
* Unbreak ProFTPD on sparc [1].Martin Matuska2012-07-173-605/+250
| | | | | | | | | | | Significantly simplify proftpd port options. Slave ports will follow in separate commits. PR: 169644 [1] Submitted by: Dmitry Afanasiev [1] Notes: svn path=/head/; revision=301006
* 1: Upgrade libmemcached to 1.0.6.Vanilla I. Shu2012-04-131-2/+2
| | | | | | | | 2: bump revision to chase shared library version. 3: drop maintainer Notes: svn path=/head/; revision=294777
* - chase libmemcached shared library bump 8=>9Jason Helfman2012-04-131-1/+1
| | | | | | | Approved by: maintainer (implicit) Notes: svn path=/head/; revision=294774
* 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
* 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
* 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
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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
* 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
* 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
* Update to 1.3.3gMartin Matuska2011-11-102-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=285482
* Fix distinfo and its creationMartin Matuska2011-10-052-2/+6
| | | | | | | PR: ports/161305 Notes: svn path=/head/; revision=283003
* Update to 1.3.3fMartin Matuska2011-10-012-7/+3
| | | | Notes: svn path=/head/; revision=282730
* Update to 1.3.3eMartin Matuska2011-05-033-25/+3
| | | | Notes: svn path=/head/; revision=273557
* - Add LICENSE knob(s)Martin Matuska2011-03-231-0/+3
| | | | Notes: svn path=/head/; revision=271527
* Fix extraction when using clamav option.Wesley Shields2011-01-071-1/+0
| | | | | | | Approved by: mm@ (maintainer) Notes: svn path=/head/; revision=267488
* - Update to 1.3.3dMartin Matuska2010-12-242-4/+3
| | | | Notes: svn path=/head/; revision=266836
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Revert to old distinfo and SAVE US FROM THE DOOM!Martin Matuska2010-12-012-3/+3
| | | | | | | Spotted by: Sergey A. Osokin <osa@FreeBSD.org> Notes: svn path=/head/; revision=265506
* - Update distfile to match upstream sourceMartin Matuska2010-12-012-3/+3
| | | | | | | Reported by: Daniel Austin <me@dan.me.uk> Notes: svn path=/head/; revision=265505
* - Update mod_sql_tds to 4.13Martin Matuska2010-11-142-4/+5
| | | | | | | | | | - Bump PORTREVISION PR: ports/152078 Submitted by: Patrick Muldoon <doon@inoc.net> Notes: svn path=/head/; revision=264532
* - Update to 1.3.3cMartin Matuska2010-11-043-25/+7
| | | | | | | | | | - Update mod_sql_tds to 4.12 [1] PR: ports/151943 [1] Submitted by: Patrick Muldoon <doon@inoc.net> Notes: svn path=/head/; revision=264094
* - Update to 1.3.3bMartin Matuska2010-10-292-5/+4
| | | | Notes: svn path=/head/; revision=263739
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-1/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* - Fix version that has gone backwards (DISTVERSION -> PORTVERSION)Martin Matuska2010-07-051-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=257427
* - Update to 1.3.3aMartin Matuska2010-07-054-49/+10
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=257395
* - Fix mkdir -> mkdir -p in packageMartin Matuska2010-06-092-2/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=256212
* - Enable DSO supportMartin Matuska2010-06-071-1/+2
| | | | | | | | PR: ports/146740 Submitted by: John Lihtsey <jd@cpanel.net> Notes: svn path=/head/; revision=256013
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - Remove support for mod_digest (doesnt work with 1.3.3)Martin Matuska2010-05-161-12/+6
| | | | | | | | | | - Add support for mod_site_misc - Bump PORTREVISION Suggested by: David Ordal <david@ordal.com> Notes: svn path=/head/; revision=254434
* - Fix breakage on 9-CURRENTMartin Matuska2010-05-131-0/+53
| | | | | | | | | | - Bump PORTREVISON PR: ports/144439 Reported by: subbsd <subbsd@gmail.com> Notes: svn path=/head/; revision=254263
* - Create ${localstatedir}/run/proftpd on install [1]Martin Matuska2010-04-086-2/+62
| | | | | | | | | | | | - Add patches for FreeBSD 8 and 9 [2] - Bump PORTREVISION PR: ports/145253 [1] Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> [1] Reported by: Gunnar Beutner <gunnar.beutner@hetzner.de> [2] Notes: svn path=/head/; revision=252444
* Chase clamav's lib bumpRenato Botelho2010-04-061-1/+1
| | | | Notes: svn path=/head/; revision=252318
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Remove unnecessary sqlite dependency on mod_sftp*Martin Matuska2010-03-251-3/+0
| | | | Notes: svn path=/head/; revision=251497
* - Remove etc/proftpd creation from MakefileMartin Matuska2010-03-242-4/+4
| | | | | | | - Fix directory creation bug in patch-contrib-mod_sftp-Makefile.in Notes: svn path=/head/; revision=251449
* - Update to 1.3.3Martin Matuska2010-03-245-68/+177
| | | | | | | | | | | - Add new modules to OPTIONS - Disable HTML documentation by default (new HTMLDOCS knob in OPTIONS) - Disable EXAMPLES and move to HTMLDOCS - Simplify, make portlint more happy - Fix inter-option requires Notes: svn path=/head/; revision=251434
* - Update to 1.3.2eMartin Matuska2010-03-012-4/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250448
* - Update to 1.3.2d (maintenance)Martin Matuska2010-02-212-4/+4
| | | | | | | | | PR: ports/144106 Submitted by: Bartlomiej Syryjczyk <guzik@anka.net.pl> Feature safe: yes Notes: svn path=/head/; revision=250124