| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
22 Dec 2009 01:27:45
1.4.4
|
delphij  |
- Update to 1.4.4.
- 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 |
08 Nov 2009 19:42:13
1.4.1
|
erwin  |
Mark BROKEN on 8.x: does not link. |
11 Oct 2009 03:27:05
1.4.1
|
mnag  |
- Forget this one in last commit. |
11 Oct 2009 03:25:34
1.4.1
|
mnag  |
- Update to 1.4.1
- Mark repcached patch as broken for a while. |
27 Aug 2009 19:31:08
1.2.8
|
amdmi3  |
- Fix some more SF URLs, including ones in PATCH_SITES and comments (for
consistency)
Approved by: portmgr (pav) |
14 Jul 2009 18:23:30
1.2.8
|
skv  |
Fix "patch" target: replace files/patch-configure with inline patch,
because "patch-configure" conflicts with repcached-2.2-1.2.8.patch |
14 Jul 2009 16:45:51
1.2.8
|
skv  |
Update REPCACHED patch: to 1.2.8
PR: ports/136103
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet xx sunpoet.net>
Approved by: maintainer timeout |
25 Apr 2009 19:40:51
1.2.8
|
mnag  |
- Update to 1.2.8 |
27 Jan 2009 10:23:43
1.2.6_1  |
mnag  |
- Fix thread support [1]
- 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] |
26 Aug 2008 14:09:17
1.2.6  |
mnag  |
- Update repcached to 2.1 and remove BROKEN
PR: 126854
Submitted by: Philip M. Gollucci <pgollucci___freebsd.org> |
21 Aug 2008 07:18:49
1.2.6  |
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
19 Aug 2008 17:39:49
1.2.6  |
mnag  |
- Update to 1.2.6
- Mark repcached as BROKEN
- Install memcached-tool [1]
PR: 125415 [1]
Submitted by: Gea-Suan Lin <gslin___gslin.org> [1] |
13 Apr 2008 04:00:55
1.2.5  |
mnag  |
- Update to 1.2.5
- Add option to compile with repcached patch
PR: 122681
Submitted by: Tomoyuki Sakurai <cherry___trombik.org> |
02 Jan 2008 23:42:38
1.2.4  |
mnag  |
- Update to 1.2.4
- Update dependency of libevent |
21 Sep 2007 21:20:57
1.2.3  |
mnag  |
- Update to 1.2.3
PR: 115895
Submitted by: delphij |
25 May 2007 18:39:36
1.2.2  |
mnag  |
- Update to 1.2.2
Notified by: Paul Lindner <lindner___inuus.com> |
06 Apr 2007 19:27:30
1.2.1  |
mnag  |
- Update to 1.2.1
- Change rc.d script to allow to run with negative priority. [1]
PR: 108465 [1]
Submitted by: Anton Yuzhaninov <citrin___rambler-co.ru> [1] |
13 Dec 2006 16:26:54
1.2.0_2  |
mnag  |
- Remove patch-memcached.c to increase performance. Ref: ports/94997
- Bump PORTREVISION
- Take MAINTAINER
PR: 106669 |
13 Dec 2006 16:14:17
1.2.0_1  |
linimon  |
Reset seanc@FreeBSD.or due to maintainer-timeouts and no response to email.
Hat: portmgr |
05 Dec 2006 13:12:26
1.2.0_1  |
mnag  |
- Bump PORT_REVISION and change LIB_DEPEND to reflect update in devel/libevent
[1]
- Fix PLIST [2]
Pointy hat to: skv [2]
Notified by: Jonathan Weiss <jw___innerewut.de> [1] |
30 Nov 2006 13:32:15
1.2.0  |
skv  |
Update to 1.2.0
Changes: http://code.sixapart.com/svn/memcached/tags/1.2.0/ChangeLog
PR: ports/103523
Submitted by: skv
Approved by: maintainer timeout (68 days) |
05 Jul 2006 14:49:51
1.1.12_3  |
mnag  |
- Fix LIB_DEPENDS
Pointy hat to: seanc |
03 Jul 2006 21:10:58
1.1.12_3  |
seanc  |
Apply performance patch to memcached to reduce latency when a response is
being sent over two packets.
http://citrin.ru/stuff/memcached/read.png
http://citrin.ru/stuff/memcached/write.png
Also fix a libevent versioning type-o, I'm not aware of 1.2.1 having been
released. :) Bump port version.
PR: ports/94997
Submitted by: Anton Yuzhaninov <citrin@rambler-co.ru> |
30 Jun 2006 03:53:12
1.1.12_2  |
leeym  |
- update dependencies for libevent-1.2 |
21 Feb 2006 19:37:31
1.1.12_2  |
seanc  |
Clean up memcached startup script: no functional changes.
PR: ports/93645
Submitted by: mnag@ |
02 Feb 2006 14:30:46
1.1.12_2  |
mnag  |
- Fix REQUIRED in rc script
- Add option to change startup user in rc script
- Reorganize Makefile and rc script
- Remove pkg-plist and add PLIST_FILES and PORTDOCS
- Bump PORTREVISION
PR: 91931
Submitted by: mnag
Approved by: seanc (maintainer timeout 15 days) |
09 Dec 2005 12:48:40
1.1.12_1  |
mnag  |
Mark right dependency (LIB_DEPENDS instead BUILD_DEPENDS)
Bump PORTREVISION
Add secondary master site
Use USE_RC_SUBR=memcached.sh
Add SHA256
PR: 89493
Approved by: seanc (maintainer timeout, 14 days) |
11 Jul 2005 10:01:50
1.1.12  |
sem  |
- Update to 1.1.12
- rcNGfy
Submitted by: glebius
Approved by: maintainer timeout (1 month) |
01 Jul 2005 23:47:21
1.1.11_1  |
jylefort  |
Chase the libevent update.
Reported by: pointyhat |
31 Aug 2004 20:30:29
1.1.11  |
seanc  |
Update to 1.1.11. Also cleanse evilness and purge dependency on autof*
PR: ports/70661
Submitted by: Alex Kapranoff <kappa@rambler-co.ru> |
03 Apr 2004 09:27:07
1.1.10  |
ade  |
Ding-dong, this is your friendly happy face talking. Please to be
reading the 20040314 entry in /usr/ports/CHANGES regarding importing
of ports into the tree that require the use of GNU autotools.
Thanks awfully |
28 Mar 2004 05:54:32
1.1.10  |
kris  |
Update to memcached 1.1.10 from the duplicate net/memcached port. |
28 Mar 2004 05:39:21
1.1.8  |
kris  |
Revert 1.6 and 1.5, which were committed prematurely |
14 Mar 2004 06:17:56
1.1.8  |
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
12 Mar 2004 02:48:25
1.1.8  |
ade  |
Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* with
the USE_<x> equivalents. In the current scheme of things, the WANT_
variables in this case are synonymous with the USE_ ones, and thus need
to be exterminated.
First in a series of major autotools cleanups. |
06 Feb 2004 13:12:53
1.1.8  |
trevor  |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
21 Aug 2003 19:20:44
1.1.8  |
seanc  |
Upgrade memcached to 1.1.8
Noticed by: fenner's distfile survey |
22 Jul 2003 07:28:25
1.1.6  |
seanc  |
Make portlint(1) happy, no actual changes. |
22 Jul 2003 07:16:06
1.1.6  |
seanc  |
Add memcached: a high-performance, distributed memory object caching
system, generic in nature, but intended for use in speeding up dynamic
web applications by alleviating database load. |