aboutsummaryrefslogtreecommitdiff
path: root/net/beanstalkd
Commit message (Collapse)AuthorAgeFilesLines
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-1/+1
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* - Update to 1.9.Vsevolod Stakhov2014-06-162-4/+9
| | | | Notes: svn path=/head/; revision=357958
* - Support stagingEmanuel Haupt2014-02-281-11/+9
| | | | | | | - Define DOCS option Notes: svn path=/head/; revision=346459
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Update to 1.8.Vsevolod Stakhov2013-03-093-15/+3
| | | | | | | Reported by: Eric Freeman [eric at sundivenetworks.com] Notes: svn path=/head/; revision=313710
* - Update to 1.7Vsevolod Stakhov2012-10-193-9/+20
| | | | | | | | | | | | | | | | - Remove LICENSE_FILE for those listed in bsd.licenses.db.mk - Add test and regression-test targets - Patch integ-test.c so we can run unit tests (#include order, thanks ak!) - New Makefile header convention Changes: http://kr.github.com/beanstalkd/2012/09/11/1.7-release-notes.html PR: 172405 Submitted by: Kubilay Kocak <koobs.freebsd at gmail.com> Feature safe: yes Notes: svn path=/head/; revision=306116
* revert commit that shouldn't have been doneBaptiste Daroussin2012-10-041-2/+2
| | | | Notes: svn path=/head/; revision=305250
* Convert to new options frameworkBaptiste Daroussin2012-10-041-2/+2
| | | | Notes: svn path=/head/; revision=305247
* Add LICENSE_FILE.Vsevolod Stakhov2012-06-071-0/+1
| | | | | | | | PR: 168457 Submitted by: koobs Notes: svn path=/head/; revision=298696
* - Update to 1.6Vsevolod Stakhov2012-05-212-3/+7
| | | | | | | | | | | - Honour CC and CFLAGS - Mark MAKE_JOBS_SAFE - Confirm build with clang on 9.0-RELEASE-amd64 Submitted by: koobs via private email Notes: svn path=/head/; revision=297109
* Update beanstalkd to 1.5.Vsevolod Stakhov2012-02-175-45/+85
| | | | | | | Add support of multiply profiles (idea obtained from memcached port). Notes: svn path=/head/; revision=291590
* 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
* Fix build with clangVsevolod Stakhov2011-06-243-0/+31
| | | | Notes: svn path=/head/; revision=276188
* Change MASTER_SITE according to github.com change.Vsevolod Stakhov2011-02-241-1/+1
| | | | | | | Reported by: pointyhat via pav Notes: svn path=/head/; revision=269591
* Update beanstalkd to 1.4.6.Vsevolod Stakhov2011-02-212-7/+4
| | | | | | | | PR: 154625 Submitted by: Nicolas de Bari Embriz <nbari at dalmp.com> Notes: svn path=/head/; revision=269438
* Update libevent to 1.4.14bMartin Matuska2010-07-251-0/+1
| | | | | | | | PR: ports/147723 Approved by: maintainer (timeout) Notes: svn path=/head/; revision=258238
* 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 net/beanstalkd to 1.4.2.Vsevolod Stakhov2009-11-102-5/+4
| | | | | | | | PR: 139932 Submitted by: Sylvio Cesar <scjamorim at bsd.com.br> Notes: svn path=/head/; revision=244072
* Update to 1.3.Vsevolod Stakhov2009-05-182-4/+4
| | | | Notes: svn path=/head/; revision=234135
* - Remove unused patch.Vsevolod Stakhov2009-02-051-0/+0
| | | | Notes: svn path=/head/; revision=227666
* - Update beanstalkd to 1.2Vsevolod Stakhov2009-02-053-19/+12
| | | | Notes: svn path=/head/; revision=227665
* - Update beanstalkd to 1.0Vsevolod Stakhov2008-10-292-5/+5
| | | | Notes: svn path=/head/; revision=222205
* - Update libevent dependency and bump PORTREVISIONMarcus Alves Grando2008-08-191-1/+2
| | | | Notes: svn path=/head/; revision=218857
* Update to 0.11Vsevolod Stakhov2008-05-082-5/+5
| | | | Notes: svn path=/head/; revision=212831
* Add port net/beanstalkd - fast workqueue service.Vsevolod Stakhov2008-04-115-0/+89
Notes: svn path=/head/; revision=211057