aboutsummaryrefslogtreecommitdiff
path: root/databases/memcached/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* MFH: r531845Steve Wills2020-04-161-3/+3
| | | | | | | | | | | | databases/memcached: update to 1.6.5 PR: 245628 Submitted by: Artyom Davidov <ard_1@mail.ru> Approved by: ports-secteam (implicit, bug fix release) Notes: svn path=/branches/2020Q2/; revision=531846
* databases/memcached: update to 1.6.2Steve Wills2020-03-291-3/+3
| | | | Notes: svn path=/head/; revision=529811
* databases/memcached: update to 1.5.19Steve Wills2019-10-011-3/+3
| | | | Notes: svn path=/head/; revision=513471
* databases/memcached: update to 1.5.18Steve Wills2019-09-271-3/+3
| | | | Notes: svn path=/head/; revision=513092
* databases/memcached: update to 1.5.16Steve Wills2019-05-251-3/+3
| | | | Notes: svn path=/head/; revision=502627
* databases/memcached: update to 1.5.15Steve Wills2019-05-221-3/+3
| | | | Notes: svn path=/head/; revision=502239
* databases/memcached: update to 1.5.14Steve Wills2019-04-281-3/+3
| | | | Notes: svn path=/head/; revision=500324
* databases/memcached: update to 1.5.13Steve Wills2019-04-231-3/+3
| | | | Notes: svn path=/head/; revision=499793
* databases/memcached: update to 1.5.12Steve Wills2018-11-271-3/+3
| | | | Notes: svn path=/head/; revision=486000
* databases/memcached: update to 1.5.11Steve Wills2018-10-311-3/+3
| | | | Notes: svn path=/head/; revision=483577
* databases/memcached: update to 1.5.10Steve Wills2018-09-201-3/+3
| | | | Notes: svn path=/head/; revision=480217
* databases/memcached: update to 1.5.9Steve Wills2018-07-091-3/+3
| | | | Notes: svn path=/head/; revision=474272
* databases/memcached: update to 1.5.8Steve Wills2018-05-251-3/+3
| | | | Notes: svn path=/head/; revision=470838
* databases/memcached: update to 1.5.7Steve Wills2018-03-301-3/+3
| | | | Notes: svn path=/head/; revision=465971
* databases/memcached: update to 1.5.6Steve Wills2018-03-011-3/+3
| | | | Notes: svn path=/head/; revision=463356
* databases/memcached: update to 1.5.5Steve Wills2018-02-161-3/+3
| | | | | | | While here, re-generate patches. Notes: svn path=/head/; revision=462012
* databases/memcached: update to 1.5.4Steve Wills2018-01-091-3/+3
| | | | Notes: svn path=/head/; revision=458506
* databases/memcached: Update to version 1.5.2Luca Pizzamiglio2017-10-101-3/+3
| | | | | | | | | | | | While I'm here, reoredr some variables in the Makefile Reviewed by: swills (maintainer) Approved by: lme (mentor) Sponsored by: trivago N.V. Differential Revision: https://reviews.freebsd.org/D12602 Notes: svn path=/head/; revision=451706
* databases/memcached: update to 1.5.0Steve Wills2017-07-271-3/+3
| | | | Notes: svn path=/head/; revision=446713
* databases/memcached: update to 1.4.34Steve Wills2017-01-111-3/+3
| | | | Notes: svn path=/head/; revision=431194
* databases/memcached: Update to version 1.4.33Steve Wills2016-11-021-2/+3
| | | | | | | | | | | PR: 213416 Submitted by: luca.pizzamiglio@gmail.com (with modifications) MFH: 2016Q4 Relnotes: https://github.com/memcached/memcached/wiki/ReleaseNotes1433 Security: f4bf713f-6ac7-4b76-8980-47bf90c5419f Notes: svn path=/head/; revision=425108
* databases/memcached: update to 1.4.25Steve Wills2016-03-201-2/+2
| | | | Notes: svn path=/head/; revision=411526
* databases/memcached: update to 1.4.24Steve Wills2015-06-271-2/+2
| | | | | | | | | | While here, re-generate existing patches Also, add memcached_post_start to rc script [1] Submitted by: Maximilian Boße <Maximilian.Bosse@trivago.com> (private email) [1] Notes: svn path=/head/; revision=390730
* databases/memcached: update to 1.4.22Johannes Jost Meixner2015-01-271-2/+2
| | | | | | | | | | | | - Update to 1.4.22 PR: 196530 Submitted by: lwhsu Approved by: swills (maintainer) Approved by: koobs (mentor) Notes: svn path=/head/; revision=378006
* databases/memcached: Update to 1.4.21Kubilay Kocak2014-12-101-2/+2
| | | | | | | | | | | | | | | | | - Update to 1.4.21 - Remove doc patches (upstreamed) - Remove unconditional CFLAGS because: a) -fstack-protector is now a default b) -I${LOCALBASE}/include casues SASL headers to be found even when --disable-sasl is set (SASL option disabled). Removal of these flags does not affect libevent header discovery - While I'm here, whitespace alignment Differential Revision: https://reviews.freebsd.org/D1284 Approved by: swills (maintainer) Notes: svn path=/head/; revision=374451
* databases/memcached: update to 1.4.20, other cleanups while hereSteve Wills2014-07-151-2/+2
| | | | | | | | | | Note the dtrace option still fails to build, this has been reported upstream. PR: 191835 Submitted by: Marc Peters <marc@mpeters.org> Notes: svn path=/head/; revision=361971
* - Update to 1.4.17Steve Wills2014-01-281-4/+2
| | | | | | | | | | - Remove repcached patch as it seems defunct upstream PR: ports/185746 Submitted by: Marc Peters <marc@mpeters.org> Notes: svn path=/head/; revision=341659
* - Update to 1.4.15Steve Wills2012-09-171-4/+4
| | | | | | | | | | | | | | | | | - Remove ABI versions in LIB_DEPENDS - Convert to OptionsNG, add DTRACE option, disabled for now - Reorder OPTIONS/CONFIGURE sections - GNU_CONFIGURE s/YES/yes - Unbreak CLANG build (Add --disable-coverage) - Add USE_CSTD=c99 for CLANG -pedantic error - Add --enable-64bit for ARCH=amd64 - Make test: target build first PR: ports/171679 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> Notes: svn path=/head/; revision=304383
* - Fix repcached supportSteve Wills2012-09-061-0/+2
| | | | | | | | Pointed out by: gjb Pointyhat to: swills Notes: svn path=/head/; revision=303738
* - Update to 1.4.14Steve Wills2012-09-021-4/+2
| | | | Notes: svn path=/head/; revision=303553
* - Update to 1.4.13Steve Wills2012-02-081-4/+4
| | | | Notes: svn path=/head/; revision=290624
* - Update to 1.4.10Steve Wills2011-11-111-4/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=285603
* - Restore repcached optionSteve Wills2011-10-241-0/+2
| | | | | | | Submitted by: flo Notes: svn path=/head/; revision=284253
* - Update to 1.4.9Steve Wills2011-10-191-4/+2
| | | | | | | | | | | - Remove repcached patch and support - Fix rc script for startup case [1] PR: ports/161802 [1] Submitted by: "Oleg A. Mamontov" <oleg@mamontov.net> [1] Notes: svn path=/head/; revision=283910
* - Update to 1.4.7Steve Wills2011-09-041-4/+4
| | | | Notes: svn path=/head/; revision=281127
* - Update to 1.4.6Steve Wills2011-08-141-4/+4
| | | | | | | | | | - Takeover maintainership at suggestion of sahil@ (discussed with portmgr (linimon)) PR: ports/159413 Submitted by: swills (me) Notes: svn path=/head/; revision=279710
* Update patch associated with REPCACHED option. DoSahil Tandon2011-03-021-2/+2
| | | | | | | | | | | | not bump PORTREVISION because the default package is unchanged. PR: ports/154782 Submitted by: Maxim Dounin <mdounin@mdounin.ru> Approved by: maintainer timeout Notes: svn path=/head/; revision=270104
* - Update repcachedMarcus Alves Grando2010-12-051-4/+2
| | | | | | | | | | - Minor port changes PR: 152574 Submitted by: Maxim Dounin <mdounin___mdounin.ru> Notes: svn path=/head/; revision=265713
* - Update to 1.4.5Marcus Alves Grando2010-08-011-6/+6
| | | | | | | | PR: 148934 Submitted by: Martin Matuska <mm___FreeBSD.org> Notes: svn path=/head/; revision=258560
* Unbreak build with repcached - use new patchset "repcached-2.2-1.4.4"Sergey Skvortsov2010-04-151-0/+3
| | | | | | | | | PR: ports/144960 Submitted by: Maxim Dounin <mdounin xx mdounin.ru> Approved by: maintainer timeout (> 3 weeks) Notes: svn path=/head/; revision=252707
* - Update to 1.4.4.Xin LI2009-12-221-3/+3
| | | | | | | | | | | | | | - Add an option to build with SASL support. - Unbreak on 8.x. [1] Bugs are mine. PR: ports/141857 [1] Submitted by: amdmi3 [1] Ok'ed by: mnag Notes: svn path=/head/; revision=246413
* - Update to 1.4.1Marcus Alves Grando2009-10-111-6/+3
| | | | | | | - Mark repcached patch as broken for a while. Notes: svn path=/head/; revision=242646
* Update REPCACHED patch: to 1.2.8Sergey Skvortsov2009-07-141-3/+3
| | | | | | | | | PR: ports/136103 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet xx sunpoet.net> Approved by: maintainer timeout Notes: svn path=/head/; revision=237786
* - Update to 1.2.8Marcus Alves Grando2009-04-251-3/+3
| | | | Notes: svn path=/head/; revision=232720
* - Fix thread support [1]Marcus Alves Grando2009-01-271-3/+3
| | | | | | | | | | | | - Fix repcached on amd64 updating to repcached 2.2 [2] - Bump PORTREVISION PR: 129631 [1], 129767 [2] Submitted by: Artemiev Igor <ai___kliksys.ru> [1], Maxim Dounin <mdounin___mdounin.ru> [2] Notes: svn path=/head/; revision=226959
* - Update repcached to 2.1 and remove BROKENMarcus Alves Grando2008-08-261-3/+3
| | | | | | | | PR: 126854 Submitted by: Philip M. Gollucci <pgollucci___freebsd.org> Notes: svn path=/head/; revision=219216
* - Update to 1.2.6Marcus Alves Grando2008-08-191-3/+3
| | | | | | | | | | | - Mark repcached as BROKEN - Install memcached-tool [1] PR: 125415 [1] Submitted by: Gea-Suan Lin <gslin___gslin.org> [1] Notes: svn path=/head/; revision=218856
* - Update to 1.2.5Marcus Alves Grando2008-04-131-3/+6
| | | | | | | | | | - Add option to compile with repcached patch PR: 122681 Submitted by: Tomoyuki Sakurai <cherry___trombik.org> Notes: svn path=/head/; revision=211141
* - Update to 1.2.4Marcus Alves Grando2008-01-021-3/+3
| | | | | | | - Update dependency of libevent Notes: svn path=/head/; revision=204871
* - Update to 1.2.3Marcus Alves Grando2007-09-211-3/+3
| | | | | | | | PR: 115895 Submitted by: delphij Notes: svn path=/head/; revision=199864