summaryrefslogtreecommitdiff
path: root/ftp/pure-ftpd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.0.41Sunpoet Po-Chuan Hsieh2015-06-282-9/+4
| | | | | | | | | - Remove TLS_CERTFILE: it is added to pure-ftpd.conf and configurable at runtime Changes: https://github.com/jedisct1/pure-ftpd/blob/master/ChangeLog Notes: svn path=/head/; revision=390767
* - Update to 1.0.40Sunpoet Po-Chuan Hsieh2015-06-142-4/+3
| | | | | | | Changes: https://github.com/jedisct1/pure-ftpd/blob/master/ChangeLog Notes: svn path=/head/; revision=389610
* - Updated libsodium to 1.0.3 [1]Vsevolod Stakhov2015-06-131-0/+1
| | | | | | | | | | - Bump revision for dependent ports PR: 200548 [1] Submitted by: rsimmons0 at gmail.com [1] Notes: svn path=/head/; revision=389468
* - Update to 1.0.39Sunpoet Po-Chuan Hsieh2015-06-012-3/+3
| | | | | | | Changes: https://github.com/jedisct1/pure-ftpd/blob/master/ChangeLog Notes: svn path=/head/; revision=388260
* - Update to 1.0.38Sunpoet Po-Chuan Hsieh2015-05-242-4/+3
| | | | | | | Changes: https://github.com/jedisct1/pure-ftpd/blob/master/ChangeLog Notes: svn path=/head/; revision=387291
* - Make USE_OPENSSL conditionalSunpoet Po-Chuan Hsieh2015-05-161-1/+1
| | | | | | | Submitted by: koobs Notes: svn path=/head/; revision=386537
* - Cleanup CONFIGURE_ARGS: --localstatedir=/var was added by bsd.port.mk ↵Sunpoet Po-Chuan Hsieh2015-05-101-1/+1
| | | | | | | since r384380 Notes: svn path=/head/; revision=385952
* - Use USE_OPENSSLSunpoet Po-Chuan Hsieh2015-05-031-0/+3
| | | | | | | | PR: 199732 Submitted by: Philip Jocks <freebsdbugs@filis.org> Notes: svn path=/head/; revision=385340
* - Use CPPFLAGS instead of CFLAGSSunpoet Po-Chuan Hsieh2015-05-021-3/+3
| | | | Notes: svn path=/head/; revision=385198
* converters/libiconv:Tijl Coosemans2015-04-151-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove const qualifier from iconv(3) to match POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html - Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=384038
* - Add CPE infoDmitry Marakasov2015-04-131-1/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=383951
* - Update to 1.0.37Sunpoet Po-Chuan Hsieh2015-03-113-11/+15
| | | | | | | | | | | | | | | | - Add SCRYPT option (on by default) - Complete CONFIGURE_ARGS - Add git repository to WWW Note that this version includes several security changes: - SSLv2 and SSLv3 are refused by default - DES-hashed passwords are not supported - RC4 was killed Changes: https://github.com/jedisct1/pure-ftpd/blob/master/ChangeLog Notes: svn path=/head/; revision=381026
* - Enable TLS option by defaultSunpoet Po-Chuan Hsieh2015-03-082-9/+9
| | | | | | | | - Allow to change location of pid files - Bump PORTREVISION for package change Notes: svn path=/head/; revision=380792
* Switch to USES=pgsqlChris Rees2014-11-221-1/+1
| | | | Notes: svn path=/head/; revision=373091
* net/openldap24-*:Tijl Coosemans2014-07-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Avoid USE_AUTOTOOLS - Don't use PTHREAD_LIBS - Use MAKE_CMD databases/glom: - Drop :keepla - Add INSTALL_TARGET=install-strip databases/libgda4* databases/libgda5*: - Convert to USES=libtool and bump dependent ports - USES=tar:xz - Use INSTALL_TARGET=install-strip - Use @sample databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports) Notes: svn path=/head/; revision=362835
* - 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
* - 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
* - Add LICENSESunpoet Po-Chuan Hsieh2013-11-303-166/+98
| | | | | | | | | | | | | | | | - Sort OPTIONS - Convert to new options helper - Fix shebang - Reword pre-fetch: message and change variables: - Change CERTFILE to TLS_CERTFILE - Change WITH_LANG to LANG - Support STAGEDIR - Simplify Makefile - Cosmetic change - Reformat pkg-descr Notes: svn path=/head/; revision=335344
* - Reword COMMENT: remove "very"Sunpoet Po-Chuan Hsieh2013-10-281-1/+1
| | | | | | | Suggested by: eadler Notes: svn path=/head/; revision=331833
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | ftp) Notes: svn path=/head/; revision=327729
* - Remove leading indefinite article from COMMENTSunpoet Po-Chuan Hsieh2013-08-211-1/+1
| | | | Notes: svn path=/head/; revision=325161
* - Convert to new perl frameworkSunpoet Po-Chuan Hsieh2013-08-211-1/+2
| | | | Notes: svn path=/head/; revision=325134
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Use CERTFILE for custom certificate locationSunpoet Po-Chuan Hsieh2013-05-061-4/+3
| | | | | | | | PR: ports/176614 Requested by: Ilya Pizik <ilya.pizik@gmail.com> Notes: svn path=/head/; revision=317534
* - Fix shebang line for users without USE_PERL=yesSunpoet Po-Chuan Hsieh2013-05-061-2/+1
| | | | | | | | PR: ports/177481 Submitted by: Lukasz Wasikowski <lukasz@wasikowski.net> Notes: svn path=/head/; revision=317533
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm Notes: svn path=/head/; revision=316654
* - Convert to new options frameworkBaptiste Daroussin2012-12-291-42/+42
| | | | | | | | | | | - Trim headers PR: ports/168922 Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw> Approved by: maintainer timeout (6 month) Notes: svn path=/head/; revision=309635
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-3/+3
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* Fix typos in COMMENTCarlo Strub2012-07-251-1/+1
| | | | Notes: svn path=/head/; revision=301510
* - Use bsd.port.options.mk for option handlingSunpoet Po-Chuan Hsieh2012-05-071-3/+3
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=296116
* - update to 1.0.36Baptiste Daroussin2012-05-072-3/+3
| | | | Notes: svn path=/head/; revision=296106
* Drop maintainershipRenato Botelho2012-04-071-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=294320
* 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
* Update to 1.0.35Renato Botelho2011-12-282-3/+3
| | | | Notes: svn path=/head/; revision=288184
* Update to 1.0.34Renato Botelho2011-11-042-3/+3
| | | | Notes: svn path=/head/; revision=285051
* - Update to 1.0.32Renato Botelho2011-05-102-4/+3
| | | | | | | | | PR: ports/155386 Submitted by: Zhihao Yuan <lichray@gmail.com> Security: CVE-2011-1575 Notes: svn path=/head/; revision=273913
* Cleanup MASTER_SITES and since i'm here, remove MD5Renato Botelho2010-11-122-8/+0
| | | | Notes: svn path=/head/; revision=264448
* - Remove BANNER option since it's goneRenato Botelho2010-07-121-7/+17
| | | | | | | | | | | - Add 3 new OPTIONS, ANUNRENAME, ANUNRESUME and ANONDELETE to give more privileges to anonymous users - Cump PORTREVISION since BANNER option was on by default Submitted by: Edho P Arief <edhoprima@gmail.com> Notes: svn path=/head/; revision=257679
* 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
* Update to 1.0.29Renato Botelho2010-03-192-4/+4
| | | | Notes: svn path=/head/; revision=251240
* Update to 1.0.28Renato Botelho2010-02-222-5/+5
| | | | | | | | | PR: ports/144095 Submitted by: Denny Lin <dennylin93 at cnmc32.hs.ntnu.edu.tw> Feature safe: yes Notes: svn path=/head/; revision=250164
* Update to 1.0.27Renato Botelho2009-12-032-4/+4
| | | | Notes: svn path=/head/; revision=245164
* Convert --with-virtualchroot to an OPTION, on by defaultRenato Botelho2009-11-301-2/+8
| | | | | | | Sugested by: Jozsef Kovacs <jozsef.kovacs@datira.com> Notes: svn path=/head/; revision=245014
* Update to 1.0.26Renato Botelho2009-11-172-5/+4
| | | | Notes: svn path=/head/; revision=244373
* - Add --localstate=/var to make pure-ftpwho work againRenato Botelho2009-11-041-2/+3
| | | | | | | | | | - Bump PORTREVISION Reported by: Jordi Espasa Clofent <jespasac@minibofh.org> Obtained from: pure-ftpd maillist Notes: svn path=/head/; revision=243792
* Force default PID file and fix startup scriptRenato Botelho2009-11-042-1/+2
| | | | | | | Reported by: Jordi Espasa Clofent <jespasac@minibofh.org> Notes: svn path=/head/; revision=243788
* Update to 1.0.24Renato Botelho2009-10-273-16/+4
| | | | | | | | PR: ports/139931 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Notes: svn path=/head/; revision=243379
* - Fix broken makefiles introduced with translation to new SF File Release SystemDmitry Marakasov2009-08-221-10/+1
| | | | | | | | Reported by: dan Pointyhat to: myself Notes: svn path=/head/; revision=240084
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+10
| | | | | | | starting with E,F Notes: svn path=/head/; revision=240069